Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-06 | settings: corrected widgets pcall require | jgmdev | |
2023-01-06 | [CI] Updated README.md. | Github Actions | |
2023-01-06 | added plugins: thread, encoding and net (#193) | Jefferson González | |
2023-01-06 | settings: updated to use new widgets path | jgmdev | |
2023-01-06 | `spellcheck`: Add cache (#179) | Guldoman | |
2023-01-04 | [CI] Updated README.md. | Github Actions | |
2023-01-04 | add language_nix (#189) | Merlin Volkmer | |
* add language_nix * formatting and a tweak to paths * add string escaping * add manifest entry * fix search paths * remove unnecessary string escaping * remove entry in README * simplify comments | |||
2023-01-04 | Fix manifest link in README | Guldoman | |
2023-01-03 | Adjusted all mod_versions to be strings. | Adam Harrison | |
2023-01-03 | Removed workflow_dispatch. | Adam Harrison | |
2023-01-03 | Moved to `on`. | Adam Harrison | |
2023-01-03 | Added in ability to dispatch. | Adam Harrison | |
2023-01-03 | Merge pull request #190 from adamharrison/add-manifest | Adam | |
Add Manifest + Job to Generate Table | |||
2023-01-02 | Updated workflow. | Adam Harrison | |
2023-01-02 | Changed to latest release, so bumping is not necessary. | Adam Harrison | |
2023-01-02 | Changed release location. | Adam Harrison | |
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 | Bump version. | Adam Harrison | |
2023-01-02 | Updated manifest and READMe. | Adam Harrison | |
2023-01-02 | Updated manifest. | Adam Harrison | |
2023-01-02 | Preserved README structure. | Adam Harrison | |
2023-01-02 | Added in workflow to generate table. | Adam Harrison | |
2023-01-02 | Added in manifest. | Adam Harrison | |
2023-01-01 | update `language_rivet.lua` (#185) | StunxFS | |
* Update language_rivet.lua * Update language_rivet.lua | |||
2022-12-31 | readme: add evergreen to plugin list (#184) | sammyette | |
2022-12-30 | `minimap`: Fix crash if `avoid_small_docs` and `linewrapping` are both enabled | Guldoman | |
2022-12-29 | Add highlighting for go.mod and go.sum files (#182) | Merlin Volkmer | |
2022-12-28 | Extend eval plugin with eval:selected (#177) | Eric Gaudet | |
- if text is selected, replace this text with eval result - if no text is selected, eval the current line and insert the result in the next line with "= " prefix. - Adding ctrl+alt+return default keymap | |||
2022-12-28 | Add `tab_switcher` (#173) | Guldoman | |
2022-12-27 | Fix lfautoinsert (#180) | Eric Gaudet | |
Fix for issue #174 | |||
2022-12-25 | Improved language_wren.lua (#171) | ThaCuber | |
* optimize and improve language_wren.lua * <number>. was highlighted when it shouldn't be * added scientific notation * added hexadecimal and scientific notation * fixed identifier highlight * added a bunch of things setters and getters are now highlighted as functions (it just looks nice) when extending a class, the derived class' name is the one highlighted, and not the parent class' name (kinda hacky at the moment) highlighted anything in between two pipes (|) that isn't a pipe for when making standalone functions with parameters | |||
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-12-20 | regexreplacepreview: compat fixes for lite-xl master | jgmdev | |
2022-12-19 | Fix bug with rainbowparen.lua messing with the ability to comment out lines. ↵ | Aqil Contractor | |
(#170) | |||
2022-12-15 | language_php: switch to non capturing group match | jgmdev | |
2022-12-08 | centerdoc: better spacing on center mode | jgmdev | |
2022-12-08 | Merge pull request #160 from lite-xl/reorganize-ci | Takase | |
[CI] Reorganize README.md | |||
2022-11-27 | Reorganize README.md | jgmdev | |
2022-11-27 | custom_caret: better handle of default caret color | jgmdev | |
2022-11-27 | ipc: annotation changes | jgmdev | |
2022-11-27 | settings: merge a plugin settings when enabled at runtime | jgmdev | |
2022-11-27 | feat: add group method for fontconfig plugin (#157) | sammy | |
2022-11-27 | [Plugin] Add Custom Caret Plugin (#162) | Techie Guy | |
2022-11-24 | Merge pull request #159 from Dlanis/patch-1 | Guldoman | |
Fix typo in README.md | |||
2022-11-24 | Update README.md | Dlanis | |
2022-11-23 | settings: ask before clearing font cache | jgmdev | |
Also check if font cache is already building and alert the user. | |||
2022-11-17 | profiler: rephrased parts of the readme | jgmdev | |
2022-11-17 | readme: chopped long lines, added directory to install | jgmdev | |