aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2022-05-24settings: do not save at exit to prevent config conflicts with other lite-xl ↵jgmdev
instances
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
* Appropriately merged config hashes. * indentguide: use indent size from doc instead of config * added settings gui plugin * added new animation/transition settings * overwrite ToolbarView settings command * Introduced new button type * Added button to open user module on General section * settings: partially implemented keybindings * initial support for settings.type.LIST_STRINGS * added on_apply, prettify settings file and other fixes * added ability to save keybinds and apply at startup * dropped custom prettify in favor of new common.serialize support * handle plugins enable/disable * added priority:0 * added color theme chooser pane * do not remove duplicated colors * properly list all shortcuts assigned to a command * handle multiple bindings per command * custom drawing of colors preview * added video preview to readme * removed unused settings.type.LIST_NUMBERS
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-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-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 ↵jgmdev
scale changes
2022-05-22centerdoc: added toggle and zen mode toggle commandsjgmdev
2022-05-22datetimestamps: added insert custom commandjgmdev
2022-05-22eval: fixed eval:replace commandjgmdev
2022-05-22gitstatus: use new StatusView apijgmdev
2022-05-22linenumbers: changed to new standard config methodjgmdev
2022-05-22memoryusage: use new StatusView api, use two decimalsjgmdev
2022-05-22opacity: added some notificationsjgmdev
2022-05-22openselected: added context menu, changed conflicting shortcutjgmdev
2022-05-22restoretabs: set command predicate to niljgmdev
2022-05-22scalestatus: use new StatusView apijgmdev
2022-05-22smallclock: use new StatusView api, removed coroutinejgmdev
2022-05-22spellcheck: added context menujgmdev
2022-05-22statusclock: use new StatusView api, removed coroutine optional core.redraw ↵jgmdev
when %S is user
2022-05-22tabnumbers: make use of an unused variablejgmdev
2022-05-22unboundedscroll: added command to togglejgmdev
2022-05-22regexreplacepreview: use table.unpack in place of unpackjgmdev
2022-05-222.1: Additional version adjustments of newly added plugins.jgmdev
2022-05-22indentguide: use indent size from doc instead of configTorchedSammy
2022-05-22Appropriately merged config hashes.Adam Harrison
2022-05-22Bumping versions.Adam Harrison
2022-05-20Merge pull request #92 from StunxFS/lang_vGuldoman
update `language_v.lua`
2022-05-20Update language_v.luaStunxFS