lite-xl/data
Guldoman 138cea45d5
Make `dirwatch` sorting compatible with what `file_bisect` expects (#1300)
The result of `a.filename < b.filename` is sometimes different from 
`system.path_compare(a.filename, a.type, b.filename, b.type)` which 
causes issues to `file_bisect`, as it expects the sorting to be done 
with `system.path_compare`.
2023-08-19 12:28:19 +08:00
..
colors style: move default colors to its own style file 2022-06-02 19:20:54 -04:00
core Make `dirwatch` sorting compatible with what `file_bisect` expects (#1300) 2023-08-19 12:28:19 +08:00
fonts draw lite-xl icon in TitleView (#1143) 2022-10-10 11:05:30 -04:00
plugins Allow `TreeView` file operation commands when focused (#1256) 2022-12-26 13:41:14 -04:00