Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-20 | Add language_lilypond (#234) | jperon | |
* language_lilypond * Update language_lilypond.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update language_lilypond.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * language_lilypond: update manifest.json * Update plugins/language_lilypond.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com> | |||
2023-04-04 | Add snippets plugins (#232) | vqn | |
* Add snippets plugins * commit hash | |||
2023-03-29 | Add endwise plugin (#229) | Karol Ostrowski | |
2023-03-25 | Added risc-v assmebly syntax (#212) | Cyao | |
* Create language_assembly_riscv.lua * Update manifest.json * Update README.md * Update language_assembly_riscv.lua --------- Co-authored-by: Adam <adamdharrison@gmail.com> | |||
2023-03-21 | Language support for Blade (#228) | Benjamin Stigsen | |
* Create language_blade.lua Adds support for the Blade programming language. https://github.com/blade-lang/blade * Update README.md * Change pattern match Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update manifest.json --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com> | |||
2023-03-19 | Update manifest.json | Adam | |
2023-03-19 | Add in LSP server pre-fabs. (#226) | Adam | |
* Added in lsp servers. * Reworded things. * Shhh. | |||
2023-03-19 | Made spellcheck use `get_line_screen_position`, which works with ↵ | Adam | |
linewrapping. (#224) * Made spellcheck use `get_line_screen_position`, which works with line wrapping. * Updated spellcheck to work with linewrapping as per Guldoman's suggestion. * Bumping version. | |||
2023-03-15 | `primary_selection`: Add backoff time between retries (#215) | Guldoman | |
2023-03-12 | Fixed `language_autohotkey_v1` path | Guldoman | |
2023-03-12 | Update AutoHotkey language support (#223) | 프날 (Pnal) | |
* Add langua_autohotkey.lua * Update README.md * Update README.md * Delete language_autohotkey.lua * Add files for support autohotkey v1 * Update plugins/language_autohotkey_v1.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update manifest.json --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com> | |||
2023-03-07 | Add `sticky_scroll` (#218) | Guldoman | |
2023-02-23 | Add heredoc sigil and heex file support for Elixir (#217) | Jeremy Cowgar | |
2023-02-16 | Added Haxe language support (#208) | Alejandro Ramallo | |
2023-02-15 | settings: simplified loaded status check of plugins | jgmdev | |
2023-01-31 | Remove workaround for sorted `Doc:get_selection` issue (#197) | Guldoman | |
* `dragdropselected`: Replace deprecated `math.pow` with `^` * Remove workaround for sorted `Doc:get_selection` issue Reverts 94f7c8b33371e49d6f026f5be6a41acd73ad9c6b. | |||
2023-01-22 | Add smartopenselected plugin (#176) | Eric Gaudet | |
Try to open the selection as a filename or path in the project. Path separators are used to replace ".", so import path can also be found. Co-authored-by: Eric Gaudet <egaudet@thefind.com> | |||
2023-01-22 | Update manifest.json | Adam | |
2023-01-22 | Update manifest.json | Adam | |
2023-01-22 | Update manifest.json | Adam | |
2023-01-21 | Add Nerdicons Plugin (#202) | Techie Guy | |
* Add Nerdicons Plugin * Update manifest.json * Update manifest.json | |||
2023-01-21 | Fixed erroneous modification by #178. | Adam Harrison | |
2023-01-21 | Add new pluging gitopen:open-from-commit (#178) | Eric Gaudet | |
Given a git commit (default HEAD), open the files that are in the project and part of this commit. | |||
2023-01-21 | Fix `autoinsert.lua`'s behavior on multicursor (#195) | Aqil Contractor | |
* Add guldo's godly changes * Fix autoinsert on multiple selections * Updated autoinsert to latest ver * FIX predicate solution * Appeal to the Guldo * Appeal to the Guldo even more | |||
2023-01-19 | Update manifest.json | Adam | |
2023-01-19 | Update manifest.json | Adam | |
2023-01-19 | Merge pull request #198 from Jan200101/PR/debugger | Adam | |
Add Lite Debugger plugin | |||
2023-01-19 | Merge pull request #199 from Guldoman/PR_svg_screenshot | Adam | |
Add `svg_screenshot` | |||
2023-01-19 | Merge pull request #194 from takase1121/PR/keymap_export | Adam | |
keymap_export: add keymap_export | |||
2023-01-19 | custom caret: use colorpicker widget | jgmdev | |
2023-01-18 | add source control management plugin (#165) | Jefferson González | |
2023-01-18 | Search user interface using widgets (#168) | Jefferson González | |
* added search_ui * support treeview find in directory * added support for lua pattern replace * use new widgets animation system and other fixes * clear results when changing options * adapted to changes on lite-xl/lite-xl#1232 * added bottom layout and made it default * added option to position on top * updated to use new widgets path * added search_ui to manifest | |||
2023-01-18 | manifest: updated thread plugin hash and version | jgmdev | |
2023-01-17 | Removed lite-contextmenu, as this has been merged into lite core. Done with ↵ | Adam Harrison | |
Takase's approval. | |||
2023-01-17 | manifest: updated lsp hash | jgmdev | |
2023-01-16 | Bumped ide. | Adam Harrison | |
2023-01-16 | Bumped commit version. | Adam Harrison | |
2023-01-16 | Bumped commits. | Adam Harrison | |
2023-01-16 | Add `svg_screenshot` | Guldoman | |
2023-01-15 | manifest: updated lint+ to latest hash | jgmdev | |
2023-01-15 | manifest: update various hashes | jgmdev | |
2023-01-13 | Changed manifest to use new key. | Adam Harrison | |
2023-01-12 | added colorpicker plugin | jgmdev | |
2023-01-12 | minimap: use settings new color widget support | jgmdev | |
2023-01-12 | settings: added color config widget support | jgmdev | |
2023-01-12 | Add Lite Debugger plugin | Jan200101 | |
Upstream https://github.com/slembcke/debugger.lua with changes to allow for native breakpoints | |||
2023-01-09 | Merge pull request #192 from adamharrison/add-plugin-manager | Adam | |
Added in plugin_manager stub. | |||
2023-01-09 | Merge pull request #188 from adamharrison/add-ide | Adam | |
Adds in build/debugger to list. | |||
2023-01-08 | settings: added ability to filter keybinds | jgmdev | |
2023-01-08 | keymap_export: add keymap_export | takase1121 | |