Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-24 | docs: add my plugins | TorchedSammy | |
2022-04-23 | Update README.md | FilBot3 | |
2022-04-23 | Add how to request plugins | Guldoman | |
2022-04-22 | Merge pull request #66 from lite-xl/reorganize-ci | Guldoman | |
[CI] Reorganize README.md | |||
2022-04-22 | Reorganize README.md | Guldoman | |
2022-04-22 | Add plugin install instructions | Guldoman | |
2022-04-22 | Merge pull request #67 from StunxFS/StunxFS/add-rivet-lang | Adam | |
add `language_rivet.lua` | |||
2022-04-22 | fix | StunxFS | |
2022-04-22 | Add files via upload | StunxFS | |
2022-04-22 | Add files via upload | StunxFS | |
2022-04-22 | Delete language_glaz.lua | StunxFS | |
2022-04-21 | Merge pull request #56 from devPnal/support-autohotkey | Adam | |
Add `language_autohotkey.lua` | |||
2022-04-21 | Merge pull request #61 from Gabriel-Alves-Cunha/patch-1 | Adam | |
Update README.md | |||
2022-04-19 | Align `language_cpp` plugin with the one from lite-xl/lite-xl | jgmdev | |
2022-04-14 | Update README.md | Gabriel Alves Cunha | |
Add an explanation for newbies on how to add these plugins. | |||
2022-04-04 | Merge pull request #54 from lite-xl/reorganize-ci | Guldoman | |
[CI] Reorganize README.md | |||
2022-04-04 | Reorganize README.md | Guldoman | |
2022-04-04 | Merge pull request #57 from StunxFS/language-glaz | Guldoman | |
[language_glaz] add keyword `vec` | |||
2022-04-04 | [language_glaz] add keyword \`vec\` | StunxFS | |
2022-04-02 | Update README.md | devPnal | |
2022-04-02 | Modified README | devPnal | |
2022-04-01 | Added lsp and widget to README | jgmdev | |
2022-04-01 | add treeview-menu-extender plugin (#36) | Juliardi | |
2022-04-01 | typingspeed: added typingspeed plugin (#47) | B14CK313 | |
This plugin displays your current typing speed in characters per minute and words per minute in the status bar. I tried to keep the logic very simple, so instead of using real accurate values, it counts characters/words in the current minute and adds the value of the previous minute multiplied by the percentage needed to 'complete' the current minute (so it basically always displays the value for one minute, but the part of it that falls into the last minute uses the average): ``` words_last * (1 - (t.sec) / 60) + words ``` This should give fairly good results without the need for complicated code or falling back to 0 after every minute. | |||
2022-03-30 | Merge pull request #44 from lite-xl/reorganize-ci | Guldoman | |
[CI] Reorganize README.md | |||
2022-03-24 | Reorganize README.md | adamharrison | |
2022-03-24 | Merge pull request #48 from StunxFS/update-language_glaz | Adam | |
update `language_glaz` | |||
2022-03-22 | update `language_glaz` | StunxFS | |
2022-03-18 | Improve `smoothcaret` plugin (#46) | Guldoman | |
- Add support for multiple carets - Avoid making the caret "jump" around on blink - Don't animate the caret during scroll - Consistently animate the caret on click | |||
2022-03-18 | minimap: don't show on non DocView's | jgmdev | |
2022-03-16 | Merge pull request #43 from StunxFS/lang-glaz | Guldoman | |
add `language_glaz.lua` | |||
2022-03-16 | fix pattern for `glaz.proj` files | StunxFS | |
2022-03-16 | add `language_glaz.lua` | StunxFS | |
2022-03-15 | language_php: added block_comment declaration | jgmdev | |
2022-03-10 | language_php: improved uppercase constants matching | jgmdev | |
2022-03-08 | Made a plugin (#42) | Tha Cuber | |
* Update README.md | |||
2022-03-07 | Merge pull request #41 from jgmdev/nonicons-fix | Jefferson González | |
nonicons: don't perform drawing if TreeView is not visible. | |||
2022-03-07 | nonicons: don't perform drawing if TreeView is not visible. | jgmdev | |
2022-03-06 | select_colorscheme: fix trying to load empty color scheme. | jgmdev | |
2022-03-04 | Merge pull request #39 from lite-xl/reorganize-ci | Jefferson González | |
[CI] Reorganize README.md | |||
2022-03-04 | Reorganize README.md | jgmdev | |
2022-03-04 | Merge pull request #38 from jgmdev/language_diff | Jefferson González | |
Language Diff | |||
2022-03-03 | ghmarkdown: changed default shortcut to not conflict with bracketmatch. | jgmdev | |
2022-03-03 | bracketmatch: implemented selection from #21 thanks to @mart-on-windows | jgmdev | |
2022-03-03 | language_diff: be more specific on the header format | jgmdev | |
2022-03-03 | language_diff: following @Guldoman feedback simplified regex and match the ↵ | jgmdev | |
name too on emails | |||
2022-03-03 | language_diff: removed unnecesary matching of words. | jgmdev | |
2022-03-03 | Added language_diff | jgmdev | |
2022-03-03 | readme: added language_diff | jgmdev | |
2022-03-01 | language_sh: imported some patterns from language_pkgbuild to support ↵ | jgmdev | |
coloring function, variable declarations and more |