Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-07 | Merge pull request #26 from jgmdev/navigate-plugin | Francesco | |
Added navigate plugin | |||
2021-06-07 | Merge pull request #27 from movwf/master | Francesco | |
Added TSX syntax highlighting. | |||
2021-06-07 | Added TSX syntax highlighting. | H | |
2021-06-07 | Updated readme. | jgmdev | |
2021-06-07 | Added navigate plugin. | jgmdev | |
2021-06-03 | Merge pull request #23 from vincens2005/master | Francesco | |
add updatechecker plugin | |||
2021-06-03 | Merge pull request #24 from prantlf/autosaveonfocuslost | Francesco | |
Add autosaveonfocuslost | |||
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-02 | add updatechecker plugin | cukmekerb | |
2021-06-01 | Merge pull request #22 from ChildishGiant/vlang | Francesco | |
Add language_v | |||
2021-06-01 | Merge pull request #21 from ChildishGiant/patch-1 | Francesco | |
Update autoinsert description | |||
2021-06-01 | Merge pull request #20 from jgmdev/scale-fix | Francesco | |
Fix scale plugin to work with latest lite-xl fonts. | |||
2021-06-01 | Updated cache font sizes | jgmdev | |
2021-06-01 | Add language_v | Allie | |
2021-06-01 | Update autoinsert description | Allie | |
2021-05-31 | Fix scale plugin to work with latest lite-xl font. | jgmdev | |
2021-05-31 | Merge pull request #19 from takase1121/contextmenu | Francesco | |
add contextmenu | |||
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-31 | fix removed italics from copyfilelocation | Takase | |
2021-05-31 | Merge branch 'master' into contextmenu | Takase | |
2021-05-31 | add contextmenu | takase1121 | |
2021-05-22 | Merge pull request #18 from adamharrison/master | Francesco | |
Fixed typo. | |||
2021-05-22 | Fixed typo. | Adam Harrison | |
2021-05-22 | Add new tag modversion | Francesco Abbate | |
2021-05-20 | Merge pull request #17 from christopher-kleine/master | Francesco | |
Quick Fix: changed target of Plugin eofnewline | |||
2021-05-20 | Quick Fix: changed target of Plugin eofnewline | Chris | |
The Plugin "eofnewline" was missing the required `-- lite-xl 1.16` at the start of the file. I duplicated the original file and added the line. The new file is called `eofnewline-xl.lua`. A PR was submitted and accepted from the original author. This commit simply changes the target from `eofnewline.lua` to `eofnewline-xl.lua`. | |||
2021-05-19 | Merge pull request #16 from christopher-kleine/master | Francesco | |
Changed scale behaviour | |||
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-17 | Merge pull request #15 from adamharrison/master | Francesco | |
Added in the restoretabs plugin to restore recently closed tabs. | |||
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 | Merge pull request #14 from Jan200101/PR/cpp-lang | Francesco | |
Update C++ Language file | |||
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 | Merge pull request #12 from vincens2005/master | Francesco | |
lfautoinsert: add js/css multiline /* comments */ | |||
2021-05-13 | added js/css multiline /* comments */ | cukmekerb | |
2021-05-09 | Merge pull request #10 from vincens2005/master | Francesco | |
Add discord presence plugin | |||
2021-05-08 | add discord-rpc plugin | cukmekerb | |
2021-05-08 | Update README | Francesco | |
2021-05-08 | Merge pull request #9 from Jan200101/ziglang | Francesco | |
add language file for ziglang | |||
2021-05-08 | add language file for ziglang | Jan200101 | |
2021-05-01 | Merge pull request #8 from adamharrison/master | Francesco | |
Added in Perl and Liquid as additional languages. | |||
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-29 | Merge pull request #7 from vincens2005/master | Francesco | |
Add formatter plugin | |||
2021-04-28 | add formatter plugin | cukmekerb | |