Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-08 | [selectionhighlight] added option to not highlight empty spaces. | jgmdev | |
2021-06-07 | Merge pull request #25 from adamharrison/RegexReplacement | Francesco | |
Regex Replacement Plugin | |||
2021-06-07 | Merge pull request #26 from jgmdev/navigate-plugin | Francesco | |
Added navigate plugin | |||
2021-06-07 | Added TSX syntax highlighting. | H | |
2021-06-07 | Added navigate plugin. | jgmdev | |
2021-06-05 | Added in regex replacement plugin. Allows for each preview of stuff. | Adam Harrison | |
2021-06-03 | Add autosaveonfocuslost | Ferdinand Prantl | |
Automatically saves files that were changed when the main window loses focus by switching to another application. | |||
2021-06-01 | Merge pull request #22 from ChildishGiant/vlang | Francesco | |
Add language_v | |||
2021-06-01 | Updated cache font sizes | jgmdev | |
2021-06-01 | Add language_v | Allie | |
2021-05-31 | Fix scale plugin to work with latest lite-xl font. | jgmdev | |
2021-05-31 | Fix div by zero error in scale plugin | Francesco Abbate | |
Simply avoid division by zero adjusting the scroll position when scrollable size is equal to the view's size. Related to issue: https://github.com/franko/lite-xl/issues/88 | |||
2021-05-22 | Fixed typo. | Adam Harrison | |
2021-05-22 | Add new tag modversion | Francesco Abbate | |
2021-05-19 | Changed scale behaviour | Christopher Kleine | |
The scale was behaving weird. It went from 100 -> 110 -> 121 -> 109 -> 98 One had to use ctrl+0 get it back to 100 This is fixed in this commit. It uses an indicator to change the scale. | |||
2021-05-16 | Added in the restoretabs plugin to restore recently closed tabs. | Adam Harrison | |
2021-05-16 | fixed bug in js/css comment patten in lfautoinsert | cukmekerb | |
2021-05-14 | Merge pull request #13 from jgmdev/language-php-improvements | Francesco | |
[language_php] overall improvements. | |||
2021-05-14 | Update C++ Language file | Jan200101 | |
See https://github.com/franko/lite-xl/pull/182#issuecomment-841378446 | |||
2021-05-14 | [language_php] overall improvements. | jgmdev | |
2021-05-13 | added js/css multiline /* comments */ | cukmekerb | |
2021-05-08 | add language file for ziglang | Jan200101 | |
2021-05-01 | Changed text token, because of liquid syntax. | Adam Harrison | |
2021-05-01 | Small syntax fix. | Adam Harrison | |
2021-05-01 | Added in liquid syntax highlighting. | Adam Harrison | |
2021-05-01 | Greatly expanded keyword listing. | Adam Harrison | |
2021-05-01 | Added in perl as a syntax highlight. | Adam Harrison | |
2021-04-24 | Added JSX and Ruby syntax highlighting. | Adam Harrison | |
2021-04-21 | Add missing lite-xl version tags | Francesco Abbate | |
Partially address issue #155 | |||
2021-04-21 | Add themeselect plugin to change on filename | Francesco Abbate | |
In response to github issue https://github.com/franko/lite-xl/issues/149 | |||
2021-04-21 | Merge branch 'lite-xl-1.16' | Francesco Abbate | |
2021-04-16 | Use a simpler pattern for language_sh | Francesco Abbate | |
2021-04-10 | Fix meson plugin | Francesco Abbate | |
2021-04-10 | Add memory usage plugin | Francesco Abbate | |
Original implementation from AqilCont: https://github.com/franko/lite-xl/pull/108 | |||
2021-04-09 | Completed verification and tagging of plugins | Francesco Abbate | |
2021-04-09 | Verify and version-tag more plugins | Francesco Abbate | |
2021-04-09 | Use doc.filename field to decide if autosave | Francesco Abbate | |
Related to pull request: https://github.com/franko/lite-plugins/pull/5 Changes rebased in lite-xl-1.16 to make them visible for the next lite-xl release. | |||
2021-04-09 | fixed autosave coroutine issue | cukmekerb | |
2021-04-09 | added autosave plugin | cukmekerb | |
2021-04-08 | More validated plugins | Francesco Abbate | |
2021-04-08 | Add version tag in all language plugins | Francesco Abbate | |
2021-04-08 | Initial verification and plugin tagging | Francesco Abbate | |
2021-03-30 | Fix problem with language_sh plugin | Francesco Abbate | |
The previous pattern can match incorrectly very long sequences | |||
2021-03-30 | Merge remote-tracking branch 'rxi/master' | Francesco Abbate | |
2021-03-23 | Add primative dart syntax highlighting rule. Update readme. | James Perih | |
2021-03-21 | Add syntax highlighting for sass. | Aqil Contractor | |
2021-03-20 | Fix drawwhitespace plugin for subpixel positioning | Francesco Abbate | |
2021-03-18 | Remove needless keywords | Halil | |
2021-03-18 | Add import and from keywords | Halil | |
2021-03-18 | Add MoonScript language support | Halil | |