Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-01 | [CI] Updated README.md. | Github Actions | |
2023-04-23 | [CI] Updated README.md. | Github Actions | |
2023-04-20 | [CI] Updated README.md. | Github Actions | |
2023-04-04 | [CI] Updated README.md. | Github Actions | |
2023-03-29 | [CI] Updated README.md. | Github Actions | |
2023-03-29 | Add endwise plugin (#229) | Karol Ostrowski | |
2023-03-25 | [CI] Updated README.md. | Github Actions | |
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 | [CI] Updated README.md. | Github Actions | |
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 | [CI] Updated README.md. | Github Actions | |
2023-03-12 | [CI] Updated README.md. | Github Actions | |
2023-03-12 | [CI] Updated README.md. | Github Actions | |
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 | [CI] Updated README.md. | Github Actions | |
2023-02-16 | [CI] Updated README.md. | Github Actions | |
2023-01-22 | [CI] Updated README.md. | Github Actions | |
2023-01-22 | [CI] Updated README.md. | Github Actions | |
2023-01-22 | [CI] Updated README.md. | Github Actions | |
2023-01-22 | [CI] Updated README.md. | Github Actions | |
2023-01-22 | [CI] Updated README.md. | Github Actions | |
2023-01-22 | [CI] Updated README.md. | Github Actions | |
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-20 | [CI] Updated README.md. | Github Actions | |
2023-01-20 | [CI] Updated README.md. | Github Actions | |
2023-01-19 | [CI] Updated README.md. | Github Actions | |
2023-01-19 | [CI] Updated README.md. | Github Actions | |
2023-01-19 | [CI] Updated README.md. | Github Actions | |
2023-01-19 | [CI] Updated README.md. | Github Actions | |
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-17 | [CI] Updated README.md. | Github Actions | |
2023-01-13 | [CI] Updated README.md. | Github Actions | |
2023-01-10 | [CI] Updated README.md. | Github Actions | |
2023-01-06 | [CI] Updated README.md. | Github Actions | |
2023-01-04 | [CI] Updated README.md. | Github Actions | |
2023-01-04 | Fix manifest link in README | Guldoman | |
2023-01-02 | Added in descripiton for hta. | Adam Harrison | |
2023-01-02 | Adjusted things. | Adam Harrison | |
2023-01-02 | Whoops. | Adam Harrison | |
2023-01-02 | Updated manifest and READMe. | Adam Harrison | |
2023-01-02 | Preserved README structure. | Adam Harrison | |
2023-01-02 | Added in workflow to generate table. | Adam Harrison | |
2022-12-31 | readme: add evergreen to plugin list (#184) | sammyette | |
2022-12-28 | Add `tab_switcher` (#173) | Guldoman | |
2022-12-24 | added editorconfig plugin (#163) | Jefferson González | |
* properly ignore comments on declarations * strip newlines when insert_final_newline set to false * force match up to the end * support unset property * make property values case insensitive * handle indent_size when set to tab * handle escaped comment chars * also lowercase property names * support utf-8 as on spec * apply rules to unsaved unamed/named docs * annotation fix * added test suite and fixes for 100% pass rate * do not force match from start, breaks 2 tests * allow starting wild cards to match everything * disabled print buffering * make last line visible if insert_final_newline true * use log_quiet for debug * adapted to changes on lite-xl/lite-xl#1232 * properly return from add/remove_project_directory overrides * Use new trimwhitespace functionality if possible | |||
2022-11-27 | Reorganize README.md | jgmdev | |
2022-11-27 | [Plugin] Add Custom Caret Plugin (#162) | Techie Guy | |
2022-11-24 | Update README.md | Dlanis | |
2022-11-17 | readme: chopped long lines, added directory to install | jgmdev | |
2022-11-17 | Add Profiler Plugin (#155) | Jefferson González | |