Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-18 | Adapt texcompile to use the console plugin | Francesco Abbate | |
2021-09-17 | Merge pull request #62 from Guldoman/dragdropselected_impr | Francesco | |
`dragdropselected`: Improvements | |||
2021-09-17 | Merge pull request #64 from takase1121/open_ext | Francesco | |
add open_ext.lua | |||
2021-09-17 | Merge pull request #70 from lite-xl/improve-tex-syntax | Francesco | |
Attempt to improve tex syntax highlighting | |||
2021-09-15 | Merge pull request #72 from gjirokastrelbasanit34/master | Francesco | |
Add R scripting language syntax support | |||
2021-09-15 | Merge pull request #65 from hasithsen/patch-1 | Francesco | |
Bring cursor to the new line's end after wrapping | |||
2021-09-15 | Merge pull request #71 from lite-xl/tex-compile-fix | Francesco | |
Improve the texcompile plugin to work on windows | |||
2021-09-14 | `dragdropselected`: Allow scrollbar dragging when there is a selection | Guldoman | |
When dragging the scrollbar from the same vertical position of a line in a selection, we would ignore the scrollbar drag and instead drag the selection. | |||
2021-09-14 | Improve the texcompile plugin to work on windows | Francesco Abbate | |
Borrow code from the rxi/console implementation to reliably run commands on windows. Ideally should be based on the new reproc library but this has to be done. Problems of the current implementation: - the output of the commands is ignored including warning and error messages - the exit code of the command process is ignored As a modification from the previous version of the plugin we no longer use environment variables but we rely on "config" variables. | |||
2021-09-14 | Attempt to improve tex syntax highlighting | Francesco Abbate | |
In theory we could have a sub-syntax for the math mode but this is difficult to achieve. | |||
2021-09-11 | Merge pull request #69 from edelvalle/master | Cukmekerb | |
Fix typo in file name `langauge_rescript.lua` | |||
2021-09-11 | Merge branch 'master' of https://github.com/lite-xl/lite-plugins | cukmekerb | |
2021-09-11 | make minimap displace DocView | cukmekerb | |
2021-09-11 | Fix typo in file name `langauge_rescript.lua` | Eddy Ernesto del Valle Pino | |
2021-09-10 | Update README.md | gjirokastrelbasanit34 | |
2021-09-10 | Update README.md | gjirokastrelbasanit34 | |
2021-09-10 | Create language_R.lua | gjirokastrelbasanit34 | |
Create the R scripting language syntax formatting | |||
2021-09-10 | Merge pull request #68 from msrocka/master | Francesco | |
updated the Java keyword list | |||
2021-09-10 | updated the Java keyword list | msrocka | |
taken from https://docs.oracle.com/javase/specs/jls/se16/html/jls-3.html#jls-3.9 (e.g. `then` is not a keyword in Java) I also added the context restricted keywords `var`, `record` etc. to the list; see https://en.wikipedia.org/wiki/List_of_Java_keywords | |||
2021-09-06 | Merge pull request #67 from edelvalle/master | Francesco | |
Add syntax for ReScript | |||
2021-09-06 | Add syntax for ReScript | Eddy Ernesto del Valle Pino | |
2021-09-02 | Merge pull request #66 from jgmdev/php-improvements | Jefferson González | |
Improved language_php plugin | |||
2021-09-02 | Improved language_php plugin | jgmdev | |
* Removed language_phps.lua * Merged language_phps to language_php to simplify installation * Allow php syntax coloring inside <style> and <script> tags | |||
2021-09-02 | Merge pull request #63 from sprainbrains/master | Adam | |
Updated linenumbers.lua to 2.0 mod-version | |||
2021-09-02 | fix bug caused by file truncation | takase1121 | |
2021-09-02 | remove unused code | takase1121 | |
2021-09-01 | Bring cursor to the new line's end after wrapping | Hasith | |
After bringing the last word to a newline, add command to move the cursor to the new line's end. This positions the cursor for continuing at the last character typed. | |||
2021-08-31 | add open_ext.lua | takase1121 | |
2021-08-31 | Update linenumbers.lua | Nikolai Sinyov | |
Updated mod-version and made things 2.0 instead of 2.00. | |||
2021-08-31 | Bump lobster language mod-version | Francesco Abbate | |
2021-08-30 | `dragdropselected`: Avoid accidental drags | Guldoman | |
Also only remove the selection after the drag ends | |||
2021-08-30 | Merge pull request #61 from MrAnyx/patch-1 | Francesco | |
Feat: Added pony plugin for lite editor | |||
2021-08-30 | Fix: Added asterics | Robin | |
2021-08-30 | Feat: Added pony plugin for lite editor | Robin | |
Added Pony language plugin for the lite and lite-xl editor | |||
2021-08-30 | Merge pull request #60 from Guldoman/linecopypaste_last_line | Francesco | |
`linecopypaste`: Fix cutting last line | |||
2021-08-29 | `linecopypaste`: Fix cutting last line | Guldoman | |
2021-08-28 | bump minimap version tag | cukmekerb | |
2021-08-28 | Merge pull request #59 from limpid-kzonix/patch-1 | Francesco | |
Update bigclock.lua | |||
2021-08-28 | Update bigclock.lua | Alexander Balyshyn | |
2021-08-25 | Merge pull request #58 from Guldoman/selectionhighlight_opt | Francesco | |
`selectionhighlight`: Only call `get_text` when needed | |||
2021-08-25 | `selectionhighlight`: Only call `get_text` when needed | Guldoman | |
This avoids calling `get_text` on a potentially big selection. | |||
2021-08-24 | Merge pull request #57 from mundusnine/patch-1 | Francesco | |
Adds Kinc plugin | |||
2021-08-24 | Fix for pr merge | mundusnine | |
Fixed github path to project(renamed it because lua doesn't like `-` and prefers `_` for table field names). Specify depends for build commands. Fix readme to use the one from master | |||
2021-08-23 | Update README.md | mundusnine | |
2021-08-23 | Merge pull request #55 from eugenpt/master | Francesco | |
+lite-xl-vibe plugin with kind of vim bindings | |||
2021-08-23 | Merge pull request #56 from Guldoman/lfautoindent_newfile | Francesco | |
`lfautoinsert`: Avoid touching new files | |||
2021-08-23 | `lfautoinsert`: Avoid touching new files | Guldoman | |
Files that have been just created and not yet saved don't have a filename, so we can't match it to a file ending. | |||
2021-08-22 | oh, right, the asterisk for plugins | ep | |
2021-08-22 | +lite-xl-vibe by ep | ep | |
2021-08-22 | Merge pull request #51 from lite-xl/fontconfig | Francesco | |
add fontconfig plugin |