aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-06language_go: small fixes (#95)sammyette
2022-06-05added wordcount pluginAdam Harrison
2022-06-05language_go: extended matching and other improvementsjgmdev
2022-06-03bracketmatch: return line height on DocView:draw_line_textjgmdev
2022-06-03Add more `bracketmatch` styles (#81)Guldoman
2022-06-02settings: optimizations and properly apply plugins skip versionsjgmdev
2022-06-02settings: remove no longer applicable show spaces optionjgmdev
2022-06-01fix wrong loading order of user enabled pluginsjgmdev
2022-05-31removed lite-xl version and left only mod versionjgmdev
2022-05-29settings: save settings on theme changejgmdev
2022-05-25settings: clean previous binds on apply_kybinding()jgmdev
2022-05-24colorpreview: enable by defaultjgmdev
2022-05-24autosave: enable by defaultjgmdev
2022-05-24renamed enable to enabled to match all pluginsjgmdev
2022-05-24colorpreview: allow live disablingjgmdev
2022-05-24autosave: allow live disablingjgmdev
2022-05-24settings: do not save at exit to prevent config conflicts with other lite-xl ...jgmdev
2022-05-24added config_spec and other plugin compatibility fixes.jgmdev
2022-05-24settings: load config_spec of plugins enabled after startupjgmdev
2022-05-24settings: allow empty descriptions with default valuejgmdev
2022-05-24settings: call scan_plugins_spec() before merge_settings()jgmdev
2022-05-23settings: added ability to scan for plugins config_spec.jgmdev
2022-05-23Add settings gui plugin (#65)Jefferson González
2022-05-22indentguide: renamed idx to linejgmdev
2022-05-22colorpreview: renamed idx to linejgmdev
2022-05-22smoothcaret: fixed new line wrap issuejgmdev
2022-05-22Fix various plugins for linewrappingjgmdev
2022-05-22minimap: simplify predicate since Object:is is now strictjgmdev
2022-05-22lfautoinsert: make use of new strict predicatejgmdev
2022-05-22Added asteriskShady Goat
2022-05-22Added extermShady Goat
2022-05-22Updated spellcheck to work with linewrapping.Adam Harrison
2022-05-22minimap: fix to work with lite-xl#916Guldoman
2022-05-22language_yaml: also support bracket lists after hyphensjgmdev
2022-05-22language_yaml: fixes and improvementsjgmdev
2022-05-22add treeview-menu-extender plugin (#36)Juliardi
2022-05-22autowrap: removed no longer needed command see lite-xl #889jgmdev
2022-05-22nonicons.lua: Use features from v2.1Jipok
2022-05-22language_glaz: update mod and lite-xl version.jgmdev
2022-05-22hidelinenumbers: removed, the linenumbers plugin provides a better alternativejgmdev
2022-05-22hidestatus: remove since the statusbar provides this nowjgmdev
2022-05-22force_syntax: use new StatusView apijgmdev
2022-05-22rainbowparen: added ability to toggle.jgmdev
2022-05-22autowrap: show status on togglejgmdev
2022-05-22spellcheck: added toggle commandjgmdev
2022-05-22autowrap: fixed missing require 'core.common', added toggle commandjgmdev
2022-05-22bigclock: fixed fonts loading and improved performance by copying only on sca...jgmdev
2022-05-22centerdoc: added toggle and zen mode toggle commandsjgmdev
2022-05-22datetimestamps: added insert custom commandjgmdev
2022-05-22eval: fixed eval:replace commandjgmdev