aboutsummaryrefslogtreecommitdiff
path: root/plugins/openselected.lua
AgeCommit message (Collapse)Author
2022-11-02Use new `command.add` syntax (#136)Guldoman
2022-05-31removed lite-xl version and left only mod versionjgmdev
2022-05-24added config_spec and other plugin compatibility fixes.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-22openselected: added context menu, changed conflicting shortcutjgmdev
2022-05-22Appropriately merged config hashes.Adam Harrison
2022-05-22Bumping versions.Adam Harrison
2021-11-18Fixed openselected so it works on macOS.Joshua Minor
Trim whitespace from ends of selected text. Quote the selected text before sending to the shell, in case there are spaces, quotes, etc.
2021-08-17Updated mod-version and made things 2.0 instead of 2.00.Adam Harrison
2021-08-17Updated all lua plugins to be compatible with 2.0.Adam Harrison
2021-05-22Add new tag modversionFrancesco Abbate
2021-04-09Completed verification and tagging of pluginsFrancesco Abbate
2020-05-22Changed `openselected` to use `start` instead of `explorer` on windowsrxi
2020-05-21Changed `openfilelocation` and `openselected` to use system.execrxi
Should resolve issue of command prompt briefly showing when these plugins are used
2020-05-12Added `openselected` and `openfilelocation`rxi