aboutsummaryrefslogtreecommitdiff
path: root/data/core
AgeCommit message (Expand)Author
2022-09-24Y'know, it's occasionally good to actually test things.cpath-changesAdam
2022-09-23Added in ability to have `init.so` as a require for cpath.Adam
2022-09-18Added in native modules suffixes. (#1111)Adam
2022-09-16core: remapped core:restart to `ctrl+alt+r`jgmdev
2022-09-15contextmenu: resize on scale changes (#1117)Jefferson González
2022-09-13Strictly limit find/replace commands to `core.docview` (#1108)Guldoman
2022-08-20Added a smoothing and strikethrough option to font loading. (#1087)Aqil Contractor
2022-08-17Merge pull request #1100 from Guldoman/PR_fix_path_suggestJefferson González
2022-08-17Be more lenient with appending `PATHSEP` in `common.path_suggest` in WindowsGuldoman
2022-08-16Remove final `PATHSEP` in `common.normalize_volume`Guldoman
2022-08-16Add `PATHSEP` before listing the directory in `common.path_suggest`Guldoman
2022-08-16Replace `assert` with `core.log_quiet` on command replaceGuldoman
2022-08-16Add predicate memoization to `command.get_all_valid`Guldoman
2022-08-16Allow command predicates to manage parameters passed to the commandsGuldoman
2022-08-16Remove dot slash from suggested paths in `common.path_suggest`Guldoman
2022-08-09Steps to generalize toolbar and treeview. (#1088)Adam
2022-08-03Clear default Lua require path (#1085)Guldoman
2022-07-22Fix "hard" indent column info on status view. (#1078)ian`
2022-07-17Merge pull request #1080 from jgmdev/PR/fix-commandview-caretJefferson González
2022-07-15CommandView: do not change caret size with config.line_heightjgmdev
2022-07-15Add font style options in user modulecisoun
2022-07-13Merge pull request #1070 from Guldoman/PR_get_selections_swap_returnJefferson González
2022-07-13Make `StatusView:add_item` accept a tableGuldoman
2022-07-11Don't wrap around if there are no suggestions in `CommandView`Guldoman
2022-07-11Make `Doc:get_selection[s]` return if the selection was actually sortedGuldoman
2022-07-05Merge pull request #1065 from Guldoman/PR_log_sizeJefferson González
2022-07-05Merge pull request #1062 from Guldoman/PR_fix_logview_on_errorJefferson González
2022-07-05Merge pull request #1060 from Guldoman/PR_drag_whitespace_newlineJefferson González
2022-07-01`LogView`: Show scrollbarGuldoman
2022-07-01Increase default maximum number of log itemsGuldoman
2022-07-01`LogView`: Don't draw invisible itemsGuldoman
2022-06-28Fix opening `LogView` when reloading customizationsGuldoman
2022-06-25On `doc:newline` remove line content if it contains only whitespaceGuldoman
2022-06-25Don't indent empty lines in a selectionGuldoman
2022-06-24Fix full line cut when only a single line remainsGuldoman
2022-06-23Improve `lineguide` plugin (#1056)Chris
2022-06-23`findreplace`: Sort last searchesGuldoman
2022-06-22Merge pull request #1040 from Guldoman/PR_tokenizer_errors_alertJefferson González
2022-06-23`findreplace`: Fix number of total replacementsGuldoman
2022-06-20CommandView: improve performance by only drawing visiblejgmdev
2022-06-15Merge pull request #1030 from Guldoman/PR_cache_draw_whitespaceJefferson González
2022-06-15Merge pull request #1034 from Guldoman/PR_escape_start_patternsJefferson González
2022-06-15Warn if token type is a table when not neededGuldoman
2022-06-15Add helper function to report bad patterns in tokenizerGuldoman
2022-06-15Fix malformed pattern check for group patterns in tokenizerGuldoman
2022-06-12Check if "open" pattern is escapedGuldoman
2022-06-12Convert more byte offsets to utf-8 pos in regex tokenizerGuldoman
2022-06-11Add `Highlighter:update_notify` to keep track of retokenized linesGuldoman
2022-06-11Downgrade `StatusView:get_items` deprecation message to warningGuldoman
2022-06-07initial documentation for better code completionjgmdev