aboutsummaryrefslogtreecommitdiff
path: root/data/plugins
AgeCommit message (Expand)Author
2022-01-09Fix undue asserts in dmon_extraFrancesco Abbate
2022-01-07Clear TreeView cache when closing projectFrancesco Abbate
2021-12-31Revert "No longer store autocomplete options in config"Francesco Abbate
2021-12-28Avoid references to project's dir in TreeViewFrancesco Abbate
2021-12-28No longer store autocomplete options in configFrancesco Abbate
2021-12-20Ensure TreeView cache entry is removed on deleteFrancesco Abbate
2021-12-20Added an exclusion for lineguide in the commandview.Adam Harrison
2021-11-21Add names to language pluginsGuldoman
2021-11-07In `TreeView` set correct active `View` before opening new `DocView`Guldoman
2021-10-23Fix python docstring highlightingFrancesco Abbate
2021-10-21Fix problem with treeview keeping the editor busyFrancesco Abbate
2021-10-21Fix problem with treeview x resizingFrancesco Abbate
2021-10-08Use dmon events in reload pluginFrancesco Abbate
2021-10-08Implement directory monitoring using septag/dmonFrancesco Abbate
2021-10-02Small cleanup of `scale` pluginGuldoman
2021-10-02Normalize to project dir in treeview openFrancesco Abbate
2021-10-02Scale custom syntax fonts for scale pluginFrancesco Abbate
2021-10-02Reset syntax highlighting on file renameGuldoman
2021-09-16Syntax.Adam Harrison
2021-09-16Markdown subsyntax highlighting.Adam Harrison
2021-09-09revert new keyboard bindingstakase1121
2021-09-09add autocomplete:cycletakase1121
2021-09-07Fix `treeview:open-in-system` command on WindowsGuldoman
2021-09-07Add commands to manage tab styleGuldoman
2021-09-07Don't use threads in `detectindent`Guldoman
2021-09-07Use configured indent values if `detectindent` can't detect themGuldoman
2021-09-07Update `detectindent` cache only after saving/reloadingGuldoman
2021-09-02Avoid exposing `treeview` commands when not usableGuldoman
2021-09-02Make open files follow renamesGuldoman
2021-08-30Bring back min len autocomplete default to 3Francesco Abbate
2021-08-29Fix crash in project search when project has no filesGuldoman
2021-08-28Merge remote-tracking branch 'origin/fix-2.0.1'Francesco Abbate
2021-08-28Refactored minimum scale bug fix codeDaniel Rocha
2021-08-28Fix the additional four spaces to two spaces in the indentDaniel Rocha
2021-08-28Fix minimal scale possibleDaniel Rocha
2021-08-28Refactored minimum scale bug fix codeDaniel Rocha
2021-08-28Fix the additional four spaces to two spaces in the indentDaniel Rocha
2021-08-28Fix minimal scale possibleDaniel Rocha
2021-08-27Introduce View objects context propertyFrancesco Abbate
2021-08-24add context menu options for logviewtakase1121
2021-08-172.0 changelog and modversion updates.Adam Harrison
2021-08-11Revert language_lualuarocks
2021-08-11Add textadept theme and correct language_lua just a bitluarocks
2021-08-02Fix missing commas in autocomplete moduleFrancesco Abbate
2021-07-20Merged dev to master.Adam Harrison
2021-07-19Add language_cpp pluginsFrancesco Abbate
2021-07-15Typo.Adam Harrison
2021-07-15Namespace plugin-specific configuration settings.Adam Harrison
2021-07-12Added delete confirmation using NagView.jgmdev
2021-07-11Make use of core.reschedule_project_scan()jgmdev