aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-24Merge pull request #40 from lite-xl/remove-nagbarAdam
remove nagbar because it is integrated in lite-xl
2021-06-24Merge pull request #39 from lite-xl/language_tsxAdam
add language_tsx to README
2021-06-24Merge pull request #31 from adamharrison/MinimapAdam
Minimap Plugin
2021-06-24Add syntax file for tcl languageFrancesco Abbate
2021-06-21remove nagbar because it is integrated in lite-xltakase1121
2021-06-21add language_tsx to READMEtakase1121
2021-06-20[navigate] Make it work on master and fixed elements removal issue.jgmdev
2021-06-17Merge pull request #33 from jgmdev/language-poFrancesco
Added language_po
2021-06-17Merge pull request #36 from ajalexei/masterFrancesco
pdfview.lua: bugfix -- handle correctly filenames with spaces
2021-06-17Merge branch 'lite-xl:master' into masterajalexei
2021-06-17plugins/pdfview.lua:Alexei Andreanov
1. bugfix: screen pdffile with "" to handle spaces (and the like) in the absolute file name correctly
2021-06-15Merge pull request #32 from adamharrison/EphemeralTabsFrancesco
Added in the ability to have ephemeral tabs.
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-14Added language_pojgmdev
2021-06-14Merge pull request #29 from jgmdev/lfautoinsert-languagesJefferson González
[lfautoinsert] Added map elements for specific languages
2021-06-13Added in the ability to have ephemeral tabs.Adam Harrison
2021-06-12Added entry in README.Adam Harrison
2021-06-12Minimap plugin; this is expected in editors these days.Adam Harrison
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