aboutsummaryrefslogtreecommitdiff
path: root/data/core/commands/doc.lua
AgeCommit message (Expand)Author
2021-02-24Fix multi-line commandsFrancesco Abbate
2021-02-17Use doc on_save hooks to reload user moduleFrancesco Abbate
2021-02-17Fix reload module problem on windowsFrancesco Abbate
2021-02-16Use tilde expansion when running save-as commandFrancesco Abbate
2021-02-16FIX: Use PATHSEP instead of hardcoded "/" path separatorbud
2021-02-15ADD: test in doc:save(), if the file is the user module, automatically reload...bud
2020-11-18Fix behavior when using un-indent command over multiple linesFrancesco Abbate
2020-11-17Merge remote-tracking branch 'origin/master'Francesco Abbate
2020-11-16Improve behavior for indent command with selection over multiple linesFrancesco Abbate
2020-09-27Improved behaviour of `doc:join-lines` when joining to empty linerxi
2020-05-28Changed block movement to mimic word movementrxi
2020-05-28Improved behaviour of and renamed `translate.next|previous_word_boundary`rxi
2020-05-09Added `doc:rename` command; changed command_view:set_text to take `select` ar...rxi
2020-05-09Added stripping of carriage-returns when pastingrxi
2020-05-08Moved `syntax` from `doc.highlighter` to `doc`rxi
2020-05-08Made `doc:toggle-line-comments` command skip empty linesrxi
2020-05-07Fixed `doc:toggle-line-comments` for syntax highlighter relocationrxi
2020-05-01Added command `doc:select-none`, added binding to `escape`rxi
2020-04-25Changed printed filenames to use format-specifier "%s" instead of %qrxi
2020-04-12Made cut/copy no-op if there is no selectionrxi
2019-12-28Initial commitrxi