aboutsummaryrefslogtreecommitdiff
path: root/data/plugins
AgeCommit message (Expand)Author
2024-06-28autocomplete: strip punctuations from partials (#117)Jefferson González
2024-06-28Added custom symbols to language c and cpp (#116)Jefferson González
2024-06-28Better matching of placeholder chars (_) on lua (#112)Jefferson González
2024-06-25Rebase window creation and management to Lua (#108)Jefferson González
2024-06-23Check doc is still in view before autoreloading it (#104)Jefferson González
2024-06-21Adapt findfile to use core.current_project changesjgmdev
2024-06-21Support multiple projects on the findfile plugin (#100)Jefferson González
2024-06-21Improvements to core.visited_files handling (#96)Jefferson González
2024-06-21Update language_python.lua (#1723)Gaspartcho
2024-06-21Add support for binary integer literals. (#1819)fgelm01
2024-06-21language_cpp: backport number highlighting from c (#1818)Takase
2024-06-12improve number highlighting for c lite-xl/lite-xl#1752thacuber2a03
2024-06-12Handle static constexpr in language_cpp lite-xl/lite-xl#1806Filipp Gelman
2024-06-11Change co_wait to co_await in language_cpp (#1800)fgelm01
2024-04-28Add ui config to toggle the treeview toolbar (#84)Jefferson González
2024-04-18Added Arduino syntax highlighting support alongside C++. (#1767)PerilousBooklet
2024-04-04Limit `language_js` regex avoidance to numbers, and fix starting `/*` comment...Guldoman
2024-03-15Alert by default of changes in autoreload plugin (#82)Jefferson González
2024-03-11settings ui: added max_visible_commands config (#79)Jefferson González
2024-03-11plugin language_lua: added unescaped [=string=] support (#78)Jefferson González
2024-03-11Fix `language_js` regex/comment distinction (#1731)Guldoman
2024-03-11Improve `CommandView` and `autocomplete` scroll behavior (#1732)Guldoman
2024-03-05Fixes to autocomplete re-sizing code (#76)Jefferson González
2024-02-26Added .pyi extension to python. (#1728)PerilousBooklet
2024-02-14Added adaptive sizing to autocomplete plugin (#67)Jefferson González
2024-02-14Expose get_partial_symbol on autocomplete plugin (#66)Jefferson González
2024-02-04Enable horizontal scrollbar on treeview plugin (#63)Jefferson González
2024-01-22language_js: support binary and octal representation (#1710)Takase
2024-01-22autoreload docs only if their filename matches an actual file (#1698)vqn
2024-01-22Improve number highlighting for python syntax highlighting (#1704)Fiji
2024-01-15Respect config.file_size_limit on some components (#60)Jefferson González
2023-12-20Merge findfileimproved into findfile plugin (#53)Jefferson González
2023-12-18Reload opened docs on project search/replacejgmdev
2023-12-15search_ui: do not set filepicker if path niljgmdev
2023-12-14search_ui: set filepicker path on project-search:findjgmdev
2023-12-13Add project wide search and replace support (#48)Jefferson González
2023-12-03Fixed a minor bug, should close issue #1680.Adam Harrison
2023-12-01Added config.line_endings support to settings guijgmdev
2023-11-29Fix `language_js` regex constant detection (#1581)Guldoman
2023-11-21Fix editor crash on invalid UTF-8 (#38)Jefferson González
2023-11-20Improve font/color change detection in language_md lite-xl/lite-xl#1614Guldoman
2023-11-20Check if doc cached on symbols iteratorjgmdev
2023-10-28Fixed IPC plugin shmem not detected on MacOSjgmdev
2023-10-22Save in the `workspace` unsaved named files and `crlf` status (#1597)Guldoman
2023-09-24treeview: do not show hidden files by defaultjgmdev
2023-09-18Highlight default theme on settings ui, fixes #23jgmdev
2023-09-08Fixed C++14 digit separators (#1593)Robert Hildebrandt
2023-08-10Highlight CUDA source code the same as C++ (#15)RootCellar
2023-08-07Fixes #10 by using the scrollbar expanded size (#11)Jefferson González
2023-08-07Syntax files symbol_pattern, non_word_chars props (#12)Jefferson González