lite-xl/data/core/commands
Francesco Abbate e786951e85 Implement project based mode
Currently works but needs some more work to be completed and
to refine and cleanup a few things.

With the new mode now:

- it is possible to have files as top-level entries in a project
- all directories open are on an equal basis
- application can be started without a project directory
- files from different top-level folders are identified in core:find-file
  using their top-level folder name as if it was a directory. While
  this works it is confusing as we are mixing real directories paths with
  top level directory names this latter being an application concept
2021-06-04 17:20:44 +02:00
..
command.lua Initial commit 2019-12-28 11:17:56 +00:00
core.lua Implement project based mode 2021-06-04 17:20:44 +02:00
doc.lua Implement project based mode 2021-06-04 17:20:44 +02:00
drawwhitespace.lua Implement unicode character replacements 2021-04-01 18:05:59 +02:00
files.lua Add command to create a directory in a new category "files" 2020-12-30 11:52:26 +01:00
findreplace.lua Add PCRE to support regular expressions 2021-06-02 21:27:00 +02:00
root.lua Fix error introduced with commit c0ad86d 2021-03-18 15:46:44 +01:00