aboutsummaryrefslogtreecommitdiff
path: root/data/core/commands/core.lua
AgeCommit message (Expand)Author
2025-03-15Project Rework (#1455)Adam
2024-06-30(fix): passed missing core.window to set_window_mode call (#1836)Adam
2022-06-02Add `text` and `select_text` to `CommandView` optionsGuldoman
2022-05-30Use new `CommandView:enter` options tableGuldoman
2022-05-30Made wrapping overflow optionalJoshua Barretto
2022-05-04Open `LogView` in correct `Node`Guldoman
2022-03-18Add command to create a new named DocGuldoman
2022-03-06Fix Project Scanning (#746)Adam
2022-01-09Fix checks when opening new project directoryFrancesco Abbate
2022-01-09Write an initial project module if not presentFrancesco Abbate
2022-01-05Do not force choosing project dir to suggestionFrancesco Abbate
2022-01-05Fix logic with project directories suggestionsFrancesco Abbate
2021-12-30Fix problem when opening project's module documentFrancesco Abbate
2021-12-20Call dmon_unwatch when changing projectFrancesco Abbate
2021-11-09Restore `TitleView` only when neededGuldoman
2021-11-07Missing parentheses.Adam Harrison
2021-11-07Made it so that we originally start on the parent directory of the current pr...Adam Harrison
2021-10-08Implement directory monitoring using septag/dmonFrancesco Abbate
2021-09-07Add initial suggestion in open-project-folderFrancesco Abbate
2021-09-07Fix error in change-project-folder commandfix-2.0.1Francesco Abbate
2021-08-28Add missing home_encode for change-project-folderFrancesco Abbate
2021-08-27Set initial text for core:change-project-folderFrancesco Abbate
2021-08-10Added in close others, and refactored close all.Adam Harrison
2021-07-20Merged dev to master.Adam Harrison
2021-05-26Implement lazy loading of directoriesFrancesco Abbate
2021-05-24Fix problem with filenames missing normalizationFrancesco Abbate
2021-05-17Unified open and saving style. (#189)Adam
2021-05-05Do not close command view on open-file is file is invalid or it is a directoryAdam
2021-05-01Use ab filename as initial text for open file commandFrancesco Abbate
2021-04-25Use the active view's filename when opening a fileadamharrison
2021-04-12Make non-borderless mode workFrancesco Abbate
2021-03-18Fix error introduced with commit c0ad86dFrancesco Abbate
2021-02-16Use tilde expansion when running save-as commandFrancesco Abbate
2021-02-15REMOVE: dont add reload on save hook in core:open-user-module, its automatica...bud
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-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