lite-xl/data/core/doc
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
..
highlighter.lua Fixed bug in Highlighter.invalidate() when setting first_invalid_line 2020-06-02 22:50:03 +01:00
init.lua Implement project based mode 2021-06-04 17:20:44 +02:00
search.lua Add PCRE to support regular expressions 2021-06-02 21:27:00 +02:00
translate.lua Changed block movement to mimic word movement 2020-05-28 13:55:25 +01:00