aboutsummaryrefslogtreecommitdiff
path: root/data/plugins
AgeCommit message (Expand)Author
2022-05-22Merge branch 'master' into master-2.1master-2.1jgmdev
2022-05-15plugin contextmenu: simplify predicatejgmdev
2022-05-15Made sure we redrew things, added in a contingency in 'save' for times when w...Adam Harrison
2022-05-15Changed things over to use dirwatch.Adam Harrison
2022-05-15As per request from jgmdev, added in ability to show nagview always.Adam Harrison
2022-05-15Split out reload functionality to actual document, and added in a thread to c...Adam Harrison
2022-05-15Modified autoreload to use new dirwatch infrastructure, and added in nagview ...Adam Harrison
2022-05-15Autoreload Nagview (#942)Adam
2022-05-09Merge branch 'master' into master-2.1Adam
2022-05-09TreeView Changes (#898)Adam
2022-05-04Erroneously added padding.Adam Harrison
2022-05-04Updated linewrap and autocomplete to use the new get_line_screen_position whi...Adam Harrison
2022-05-03Updated treeview to match convention.Adam Harrison
2022-04-26TreeView Changes (#898)Adam
2022-04-25Add animation categories to enable finer transitions control (#941)Guldoman
2022-04-24Merge branch 'master' into master-2.1Adam
2022-04-18Add triple single quotes multiline strings to `language_python`Philip Bergwerf
2022-04-17Significantly improved performance of tokenization for larger documents by by...Adam Harrison
2022-04-11Merge pull request #913 from lite-xl/auto-complete-syntax-symbolsFrancesco
2022-04-10Add syntax symbols for auto-completeFrancesco Abbate
2022-04-10Early `break` if `autocomplete` needs to updateGuldoman
2022-04-10Consider last document line to gather `autocomplete` symbolsGuldoman
2022-04-03Fixed some minor issues with linewrapping.Adam Harrison
2022-04-03Apparenlty these were issues? What?Adam Harrison
2022-04-03Soft Line Wrapping (#636)Adam
2022-04-03Bumping version numbers.Adam Harrison
2022-04-03Fix keeping scroll position when restoring a `DocView` (#910)Guldoman
2022-03-30language_md: remove extra empty linejgmdev
2022-03-29syntax: remove pattern re-ordering on optimizationjgmdev
2022-03-29Merge pull request #895 from jgmdev/PR/c-cpp-fixes-improvementsJefferson González
2022-03-29language_c/cpp: fixes and improvementsjgmdev
2022-03-28language_md: parenthesis support to numbered bulletsjgmdev
2022-03-22Re-enabled comment cache.Adam Harrison
2022-03-22Fixed anonyous syntaxes.Adam Harrison
2022-03-20treeview: add proper predicate for delete commandjgmdev
2022-03-20treeview: use root_view:get_primary_node().active_view for focus.jgmdev
2022-03-20treeview: also handle focus change from mouse and then commandviewjgmdev
2022-03-20Merge pull request #890 from Guldoman/PR_treeview_fix_scrollJefferson González
2022-03-20Hide hovered `TreeView` item when dragging the scrollbarGuldoman
2022-03-20Don't specify delta movement when simulating `TreeView:on_mouse_moved`Guldoman
2022-03-19treeview: better handle previous view when focus/unfocus from CommandViewjgmdev
2022-03-19treeview: move delete command to proper predicatejgmdev
2022-03-18Make `treeview:collapse` select parent if current item can't collapseGuldoman
2022-03-18Don't draw `treeview` tooltip if its position is not definedGuldoman
2022-03-18treeview: fix crash on tooltip.x been niljgmdev
2022-03-18treeview: fixed github merging errorjgmdev
2022-03-18Merge pull request #770 from takase1121/treeview-initial-sizeJefferson González
2022-03-18treeview: added @AlexSol suggestionsjgmdev
2022-03-18add selections in treeviewtakase1121
2022-03-17Merge pull request #883 from jgmdev/detectindent-improvementsJefferson González