aboutsummaryrefslogtreecommitdiff
path: root/data
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-15plugin scale: added option to set default scale (#1115)Jefferson González
2022-09-14Added in simple directory search to treeview. (#1110)Adam
2022-09-13Strictly limit find/replace commands to `core.docview` (#1108)Guldoman
2022-09-12autocomplete: properly replace current partial symboljgmdev
2022-08-21Make predicate for some `TreeView` commands stricterGuldoman
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-16Merge pull request #1098 from Guldoman/PR_command_predicate_paramsJefferson 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-16Use `Object:is` instead of direct metatable comparison in `autocomplete`Guldoman
2022-08-16Allow command predicates to manage parameters passed to the commandsGuldoman
2022-08-16language_python: add syntax support for async/awaitBen Larisch
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-15`drawwhitespace`: Invalidate cache on indent size changeGuldoman
2022-07-13Merge pull request #1070 from Guldoman/PR_get_selections_swap_returnJefferson González
2022-07-13`language_python`: Add new patterns (#1074)Cyriaque Skrapits
2022-07-13Merge pull request #1073 from ncarrezdev/ncarrezdev/synxtax-correctionsGuldoman
2022-07-13[chore]: Delete useless $NCarrezDev
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-06[chore]: Update syntaxNCarrezDev
2022-07-05Merge pull request #1065 from Guldoman/PR_log_sizeJefferson González
2022-07-05Merge pull request #1064 from Guldoman/PR_md_single_mathJefferson 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-05Merge pull request #1059 from Guldoman/PR_no_indent_empty_linesJefferson González
2022-07-03language_python: add syntax support for match-case statementBen Larisch
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-29`autocomplete`: Fix "Too many symbols" message when `Doc` has no nameGuldoman
2022-06-28`language_md`: Limit inline math mode to the current lineGuldoman
2022-06-28Fix opening `LogView` when reloading customizationsGuldoman
2022-06-25On `doc:newline` remove line content if it contains only whitespaceGuldoman