aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-15Merge pull request #35 from ajalexei/masterFrancesco
Added syntax highlighting for BibTeX files, PDF preview for LaTeX files, compilation of LaTeX files into PDF
2021-06-15Uploaded filesajalexei
added language_bib.lua, pdfview.lua, texcompile.lua
2021-06-15Updated README.mdajalexei
added language_bib, pdfview and texcompile plugins to the table
2021-06-14Merge pull request #29 from jgmdev/lfautoinsert-languagesJefferson González
[lfautoinsert] Added map elements for specific languages
2021-06-11Merge pull request #30 from jgmdev/selectionhighlight-improvementJefferson González
[selectionhighlight] added option to not highlight empty spaces.
2021-06-11Removed configuration to enable selecting empty spaces.jgmdev
2021-06-08Merge pull request #28 from jgmdev/navigate-pluginFrancesco
[navigate] Remove not needed system.window_has_focus() check.
2021-06-08[selectionhighlight] added option to not highlight empty spaces.jgmdev
2021-06-08[lfautoinsert] Added support to adding map elements for specific languages.jgmdev
2021-06-08[navigate] Remove not needed system.window_has_focus() check.jgmdev
2021-06-07Merge pull request #25 from adamharrison/RegexReplacementFrancesco
Regex Replacement Plugin
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-05Updated readme.Adam Harrison
2021-06-05Added in regex replacement plugin. Allows for each preview of stuff.Adam Harrison
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