lite-xl/src/api
Guldoman 637064d351 Make `system.path_compare` more case-aware (#1457)
* Use Lua-provided string lengths for `system.path_compare`
* Make `system.path_compare` more case-aware
   Before, strings like `README.md` would be sorted before `changelog.md`, 
   because we only looked at the raw ascii values.
   Now the character case is considered as a secondary sorting key.
2023-08-07 15:26:38 +01:00
..
dirmonitor Updated dummy method signature to match prototypes. 2023-08-07 15:01:50 +01:00
api.c Updates and fixes for the latest available code, for 2.1 release 2022-10-10 19:06:19 +01:00
api.h Fix native plugins not reloading upon core:restart (#1219) 2022-12-02 17:06:35 -05:00
dirmonitor.c MSVC Support (#1199) 2022-11-15 23:23:45 -04:00
process.c Asynchronous process reaping (#1412) 2023-08-07 15:26:37 +01:00
regex.c Make empty groups in `regex.gmatch` return their offset (#1325) 2023-08-07 15:01:50 +01:00
renderer.c Improve text width calculation precision (#1408) 2023-08-07 15:25:46 +01:00
system.c Make `system.path_compare` more case-aware (#1457) 2023-08-07 15:26:38 +01:00
utf8.c Don't set a value twice (#1306) 2023-01-05 15:48:49 -05:00