Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-28 | Single app instance; IPC mechanism | Jaakko Keränen | |
Only one instance of Lagrange is allowed to run per a runtime directory. Otherwise the instances will overwrite each others' files. Added a check at startup to see if an instance is already running. If so, options can be used to communicate with it. By default, a new tab is opened in the running instance. IssueID #37 IssueID #164 IssueID #174 IssueID #178 | |||
2021-02-27 | Added source files for IPC | Jaakko Keränen | |
Inter-process communication is needed to control behavior of multiple Lagrange instances. |