aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2021-12-28Check last used project before trying to use itfix-bug-removed-projectFrancesco Abbate
2021-12-28Ensure project reload when changing project moduleFrancesco Abbate
2021-12-28Avoid references to project's dir in TreeViewFrancesco Abbate
2021-12-28No longer store autocomplete options in configFrancesco Abbate
2021-12-28Scan project folder after project module is loadedFrancesco Abbate
2021-12-20Call dmon_unwatch when changing projectFrancesco Abbate
2021-12-20Consume unmatched character correctlyGuldoman
2021-12-20Ensure TreeView cache entry is removed on deleteFrancesco Abbate
2021-12-20Fix logic in project's file insertionFrancesco Abbate
2021-12-20Added an exclusion for lineguide in the commandview.Adam Harrison
2021-12-20Don't search if there are no filesGuldoman
2021-11-23Merge pull request #681 from Guldoman/prepopulate_highlighterAdam
2021-11-22Merge pull request #683 from Guldoman/named_languagesAdam
2021-11-22Speed up highlighter notifyGuldoman
2021-11-21Add names to language pluginsGuldoman
2021-11-20Pre-populate the highlighterGuldoman
2021-11-20Add `soft_reset` to highlighterGuldoman
2021-11-09Restore `TitleView` only when neededGuldoman
2021-11-08Merge pull request #662 from adamharrison/suggest-directory-fixGuldoman
2021-11-07Missing parentheses.Adam Harrison
2021-11-07Made it so that we originally start on the parent directory of the current pr...Adam Harrison
2021-11-07In `TreeView` set correct active `View` before opening new `DocView`Guldoman
2021-11-07Merge pull request #625 from Guldoman/allow_closing_primaryAdam
2021-11-07Merge pull request #631 from Guldoman/fix_missing_subsyntaxAdam
2021-11-04Merge pull request #634 from Guldoman/fix_highlighter_holesAdam
2021-10-26Don't insert `nil` in highlighter lines tableGuldoman
2021-10-25Use `header` to get syntax only when providedGuldoman
2021-10-25Use plain search by default in `search.find`Guldoman
2021-10-23Fix problem checking utf-8 cont at end of stringFrancesco Abbate
2021-10-23Fix python docstring highlightingFrancesco Abbate
2021-10-23Select a new primary node when closing the current oneGuldoman
2021-10-22Merge pull request #612 from Guldoman/fix_regexFrancesco
2021-10-21Force project rescan on network filesystemsFrancesco Abbate
2021-10-21Add a limit for very slow filesystemsFrancesco Abbate
2021-10-21Fix problem with treeview keeping the editor busyFrancesco Abbate
2021-10-21Fix error introduced with 43fc35d7Francesco Abbate
2021-10-21Fix problem with treeview x resizingFrancesco Abbate
2021-10-21Do not use normalize_path when not neededFrancesco Abbate
2021-10-21First attempt to treat correctly network volumesFrancesco Abbate
2021-10-16Improve check for `find-replace` commands using `has_unique_selection`Guldoman
2021-10-16Check both values returned by `Node:get_locked_size`Guldoman
2021-10-11Correctly identify the start of the next character in `tokenizer`Guldoman
2021-10-11Make `regex.match` return the appropriate `end` indexGuldoman
2021-10-11Allow specifying offset for `common.is_utf8_cont`Guldoman
2021-10-11Correct Node's clipping rectangleFrancesco Abbate
2021-10-10Use rounded value for node's size when splittingFrancesco Abbate
2021-10-10Fix clipping error in docviewFrancesco Abbate
2021-10-10Fix dirty pixels problem on window's right sideFrancesco Abbate
2021-10-10Merge reverse find functions for lua patterns and regexesGuldoman
2021-10-10Simplify reverse searchGuldoman