aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-07Merge pull request #26 from jgmdev/navigate-pluginFrancesco
Added navigate plugin
2021-06-07Merge pull request #27 from movwf/masterFrancesco
Added TSX syntax highlighting.
2021-06-07Added TSX syntax highlighting.H
2021-06-07Updated readme.jgmdev
2021-06-07Added navigate plugin.jgmdev
2021-06-03Merge pull request #23 from vincens2005/masterFrancesco
add updatechecker plugin
2021-06-03Merge pull request #24 from prantlf/autosaveonfocuslostFrancesco
Add autosaveonfocuslost
2021-06-03Add autosaveonfocuslostFerdinand Prantl
Automatically saves files that were changed when the main window loses focus by switching to another application.
2021-06-02add updatechecker plugincukmekerb
2021-06-01Merge pull request #22 from ChildishGiant/vlangFrancesco
Add language_v
2021-06-01Merge pull request #21 from ChildishGiant/patch-1Francesco
Update autoinsert description
2021-06-01Merge pull request #20 from jgmdev/scale-fixFrancesco
Fix scale plugin to work with latest lite-xl fonts.
2021-06-01Updated cache font sizesjgmdev
2021-06-01Add language_vAllie
2021-06-01Update autoinsert descriptionAllie
2021-05-31Fix scale plugin to work with latest lite-xl font.jgmdev
2021-05-31Merge pull request #19 from takase1121/contextmenuFrancesco
add contextmenu
2021-05-31Fix div by zero error in scale pluginFrancesco 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-31fix removed italics from copyfilelocationTakase
2021-05-31Merge branch 'master' into contextmenuTakase
2021-05-31add contextmenutakase1121
2021-05-22Merge pull request #18 from adamharrison/masterFrancesco
Fixed typo.
2021-05-22Fixed typo.Adam Harrison
2021-05-22Add new tag modversionFrancesco Abbate
2021-05-20Merge pull request #17 from christopher-kleine/masterFrancesco
Quick Fix: changed target of Plugin eofnewline
2021-05-20Quick Fix: changed target of Plugin eofnewlineChris
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-19Merge pull request #16 from christopher-kleine/masterFrancesco
Changed scale behaviour
2021-05-19Changed scale behaviourChristopher 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-17Merge pull request #15 from adamharrison/masterFrancesco
Added in the restoretabs plugin to restore recently closed tabs.
2021-05-16Added in the restoretabs plugin to restore recently closed tabs.Adam Harrison
2021-05-16fixed bug in js/css comment patten in lfautoinsertcukmekerb
2021-05-14Merge pull request #13 from jgmdev/language-php-improvementsFrancesco
[language_php] overall improvements.
2021-05-14Merge pull request #14 from Jan200101/PR/cpp-langFrancesco
Update C++ Language file
2021-05-14Update C++ Language fileJan200101
See https://github.com/franko/lite-xl/pull/182#issuecomment-841378446
2021-05-14[language_php] overall improvements.jgmdev
2021-05-13Merge pull request #12 from vincens2005/masterFrancesco
lfautoinsert: add js/css multiline /* comments */
2021-05-13added js/css multiline /* comments */cukmekerb
2021-05-09Merge pull request #10 from vincens2005/masterFrancesco
Add discord presence plugin
2021-05-08add discord-rpc plugincukmekerb
2021-05-08Update READMEFrancesco
2021-05-08Merge pull request #9 from Jan200101/ziglangFrancesco
add language file for ziglang
2021-05-08add language file for ziglangJan200101
2021-05-01Merge pull request #8 from adamharrison/masterFrancesco
Added in Perl and Liquid as additional languages.
2021-05-01Changed text token, because of liquid syntax.Adam Harrison
2021-05-01Small syntax fix.Adam Harrison
2021-05-01Added in liquid syntax highlighting.Adam Harrison
2021-05-01Greatly expanded keyword listing.Adam Harrison
2021-05-01Added in perl as a syntax highlight.Adam Harrison
2021-04-29Merge pull request #7 from vincens2005/masterFrancesco
Add formatter plugin
2021-04-28add formatter plugincukmekerb