aboutsummaryrefslogtreecommitdiff
path: root/data/core/commands
AgeCommit message (Expand)Author
2025-03-15Project Rework (#1455)Adam
2024-09-13Add primary selection support (#1729)Guldoman
2024-06-30(fix): passed missing core.window to set_window_mode call (#1836)Adam
2024-01-20reorder nagview options on doc:save error to be more consistent with other na...vqn
2024-01-13Fix doc:create-cursor-previous/next-line with tabs (#1697)vqn
2023-12-03fix nagbar failed save message (#1678)ThaCuber
2023-11-29Text overwriting (#1495)ThaCuber
2023-11-29Fix selecting newlines with `find-replace:select-add-{next,all}` (#1608)Guldoman
2023-11-28Fix deleting indentation with multiple cursors (#1670)Guldoman
2023-06-09Show cursor at the start of the next line when selecting full lines (#761)Guldoman
2023-05-20Add mouse grab (#1501)Guldoman
2023-04-22Added in double-clicking on emptyview and tab bar. (#1478)Adam
2023-04-14Merge carets after `doc:move-to-{previous,next}-char` (#1462)Guldoman
2023-04-10#1393 followup (#1463)vqn
2023-04-07fix cursors positions when deleting multiple selections (#1393)vqn
2023-03-29Disable `trimwhitespace` and `drawwhitespace` via their configs (#1446)Adam
2023-03-03Use correct view for scrolling to `find-replace:repeat-find` results (#1400)Guldoman
2023-02-09Make tab scrolling more flexible (#1384)Guldoman
2023-02-06NagView: properly rescale on scale change (#1379)Jefferson González
2023-02-06Restore in-selection replace as discussed in #1331 (#1368)Jefferson González
2023-01-30Replace globally when replacing from selection (#1331)Himura Kazuto
2022-12-20core: ported regex.gsub to faster native version (#1233)Jefferson González
2022-12-11feat: alert user via nagview if file cannot be saved (#1230)sammyette
2022-11-15Use subsyntax info in `doc:toggle-{line,block}-comments`Guldoman
2022-11-03Add `config.keep_newline_whitespace` option (#1184)Guldoman
2022-11-01Improvements to multicursor copy/paste (#1123)Guldoman
2022-10-24Apply `doc` commands to anything that extends `DocView`Guldoman
2022-10-15Refactor scrollbar into its own file (#1124)Guldoman
2022-09-13Strictly limit find/replace commands to `core.docview` (#1108)Guldoman
2022-08-16Allow command predicates to manage parameters passed to the commandsGuldoman
2022-08-09Steps to generalize toolbar and treeview. (#1088)Adam
2022-06-25On `doc:newline` remove line content if it contains only whitespaceGuldoman
2022-06-24Fix full line cut when only a single line remainsGuldoman
2022-06-23`findreplace`: Sort last searchesGuldoman
2022-06-23`findreplace`: Fix number of total replacementsGuldoman
2022-06-02Add `text` and `select_text` to `CommandView` optionsGuldoman
2022-06-02Add `show_suggestions` to `CommandView` optionsGuldoman
2022-06-01Fix tooltip not getting removed after `find-replace:replace`Guldoman
2022-05-30Use new `CommandView:enter` options tableGuldoman
2022-05-30Made wrapping overflow optionalJoshua Barretto
2022-05-22Merge branch 'master' into master-2.1master-2.1jgmdev
2022-05-15Split out reload functionality to actual document, and added in a thread to c...Adam Harrison
2022-05-15Autoreload Nagview (#942)Adam
2022-05-12Add utf8 support on doc lower and upper commandsjgmdev
2022-05-09Merge branch 'master' into master-2.1Adam
2022-05-04Open `LogView` in correct `Node`Guldoman
2022-04-03Soft Line Wrapping (#636)Adam
2022-03-20Move cursor to the beginning or the end of its selectionGuldoman
2022-03-18Add command to create a new named DocGuldoman
2022-03-17Typo.Adam Harrison