aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-14Merge pull request #666 from Guldoman/no_restore_titleAdam
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-07Merge pull request #661 from Guldoman/open_in_right_nodeAdam
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-31Merge pull request #629 from Guldoman/avoid_patterns_searchAdam
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-23Add skip-subproject option in package scriptv2.0.3master-2.0.4Francesco Abbate
2021-10-23Fix assert with dmon on directory deletingtesting-2.0.3Francesco Abbate
2021-10-23Update changelogFrancesco Abbate
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 function to detect filesystem type on linuxFrancesco 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-11Show error message when `pcre2_match` failsGuldoman
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-10Do no add rencache a command for empty rectanglesFrancesco Abbate
2021-10-10Fix dirty pixels problem on window's right sideFrancesco Abbate
2021-10-10Merge pull request #520 from Guldoman/select_previousFrancesco
2021-10-10Merge reverse find functions for lua patterns and regexesGuldoman
2021-10-10Simplify reverse searchGuldoman
2021-10-10Fix `doc` selection in `findreplace`Guldoman