aboutsummaryrefslogtreecommitdiff
path: root/data/core/commands
AgeCommit message (Expand)Author
2021-03-18Fix error introduced with commit c0ad86dFrancesco Abbate
2021-02-24Fix multi-line commandsFrancesco Abbate
2021-02-17Merge branch 'master' into devFrancesco 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
2021-02-15REMOVE: dont add reload on save hook in core:open-user-module, its automatica...bud
2021-01-13Add command root:close-allFrancesco Abbate
2021-01-03Fix missing gome expand in remove-directory commandFrancesco Abbate
2021-01-03Fix behavior when selecting project directoriesFrancesco Abbate
2021-01-03Fix directories management to always keep the project's directoryFrancesco Abbate
2020-12-30Fix missing absolute_path call in change-project-folder commandFrancesco Abbate
2020-12-30Fix project change and quit versus workspace pluginFrancesco Abbate
2020-12-30Add command to create a directory in a new category "files"Francesco Abbate
2020-12-28Add command to remove a directory from the projectFrancesco Abbate
2020-12-28Change project files output to not include a prefix '/' in filenameFrancesco Abbate
2020-12-27Add a comment about a possible improvementFrancesco Abbate
2020-12-27Fix project search and status view for new add directory featureFrancesco Abbate
2020-12-27Finalize add project directory featureFrancesco Abbate
2020-12-20Add HOME directory expansion also for open file commandFrancesco Abbate
2020-12-19Move HOME expand/encode into common moduleFrancesco Abbate
2020-12-19Use ~ for HOME directory in folder searchFrancesco Abbate
2020-12-10Automatically reload style when saving the project user moduleFrancesco Abbate
2020-12-10Add core:restart function to restart the editorFrancesco Abbate
2020-12-08Move project manager into core init fileFrancesco Abbate
2020-12-02First implementation of unix-like data directoryFrancesco Abbate
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-16Add recently visited files in the list when using find file commandFrancesco 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-06-04Added resetting of selection on intermediate find-text failurerxi
2020-05-30Renamed core:command/file-finder => core:find-command/filerxi
2020-05-28Changed block movement to mimic word movementrxi
2020-05-28Improved behaviour of and renamed `translate.next|previous_word_boundary`rxi
2020-05-19Added core.set_active_view(); removed `focusable` boolean from Viewrxi
2020-05-17Made lite set project dir to CWD; removed core.project_dirrxi
2020-05-12Fixed find-replace:select-next erroring on multiline selectionrxi
2020-05-09Added `doc:rename` command; changed command_view:set_text to take `select` ar...rxi
2020-05-09Added commands `root:shrink` and `root:grow`rxi
2020-05-09Added stripping of carriage-returns when pastingrxi
2020-05-08Moved `syntax` from `doc.highlighter` to `doc`rxi
2020-05-08Added default text to find-replace's "new text" inputrxi
2020-05-08Made `doc:toggle-line-comments` command skip empty linesrxi
2020-05-07Fixed `doc:toggle-line-comments` for syntax highlighter relocationrxi
2020-05-07Made `find-replace:find-symbol` use first symbol in sel as defaultrxi
2020-05-06Added open-[project|user]-module commands, renamed command/file finder commandsrxi
2020-05-02Improved findreplace replace log and commandview textrxi