aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/workspace.lua
AgeCommit message (Collapse)Author
2021-08-172.0 changelog and modversion updates.Adam Harrison
2021-06-08Fix error in workspace file error reportingFrancesco Abbate
2021-06-04Do not save log views in session fileFrancesco Abbate
2021-06-04Do not show empty documents when restoring sessionFrancesco Abbate
When a filename cannot be read when restoring a session do not create a document. Previous behavior was to create an empty "unsaved" document.
2021-05-05Introduce new plugin versioning tag mod-versionFrancesco Abbate
New plugins should use the version tag: -- mod-version: 1 The old version tag "-- lite-xl 1.16" will be considerer equivalent to mod-version 1.
2021-04-06Add plugin verification by version tagFrancesco Abbate
2021-03-06Ensure filename are store relative to project directoryFrancesco Abbate
2021-01-10Fix problem when project directory has a trailing slashFrancesco Abbate
2021-01-03Write workspace information in lite-xl config directoryFrancesco Abbate
2021-01-03Fix directories management to always keep the project's directoryFrancesco Abbate
2020-12-31Fix problem in workspace for relative directoryFrancesco Abbate
2020-12-30Fix problems with project files and project directoriesFrancesco Abbate
Now treat coherently the case when the project directory is removed from the project directories.
2020-12-30Fix project change and quit versus workspace pluginFrancesco Abbate
2020-12-30Create common.serialize functionFrancesco Abbate
2020-12-29Add support for project directories in workspace pluginFrancesco Abbate
2020-12-29Import workspace plugin from franko/lite-pluginsFrancesco Abbate