aboutsummaryrefslogtreecommitdiff
path: root/data/core/commands
AgeCommit message (Expand)Author
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
2022-03-17Fixed a bunch of problems. Fixed left+click not allowing for square selection...Adam Harrison
2022-03-11statusview: added ability to hide and commandsjgmdev
2022-03-06Fix Project Scanning (#746)Adam
2022-02-11Merge pull request #839 from jgmdev/nil-nodes-fixAdam
2022-02-11Check entire selection to trigger `DocView:scroll_to_make_visible`Guldoman
2022-02-11Don't scroll DocView when executing `doc:select-all`Guldoman
2022-02-09Fix cases of nil node.jgmdev
2022-02-07Ignore empty lines in `line_comment`Guldoman
2022-01-28Merge pull request #809 from lite-xl/merge-master-2.0Adam
2022-01-20Merge pull request #808 from adamharrison/fix-commentingAdam
2022-01-20Fixed end of block-style line comments.Adam Harrison
2022-01-19Merge branch 'master-2.0'Francesco Abbate
2022-01-18Merge pull request #743 from takase1121/better-logviewAdam
2022-01-18Streamlined, and fixed guldo's problem.Adam Harrison
2022-01-18Fixed issue first mentioned in #771.Adam Harrison
2022-01-18Merge pull request #771 from takase1121/multiline-comment-commandAdam
2022-01-13Fix error to close view when deleting a fileFrancesco Abbate
2022-01-09Fix checks when opening new project directoryFrancesco Abbate
2022-01-09Write an initial project module if not presentFrancesco Abbate
2022-01-08comment the entire line when using block commenttakase1121
2022-01-05Do not force choosing project dir to suggestionFrancesco Abbate
2022-01-05Fix logic with project directories suggestionsFrancesco Abbate
2022-01-02make set_selections consistenttakase1121
2022-01-02refactor toggle-block-comments, make command spaces aware, set selections cor...takase1121
2021-12-31Migrate to Lua 5.4Jan200101
2021-12-30Fix problem when opening project's module documentFrancesco Abbate
2021-12-26toggle comment for whole line if nothing is selectedtakase1121
2021-12-26fallback to toggle-line-comment and vice versa if neededtakase1121