Added an option to reset panel layout (SpartanJ/ecode#675).

Added options to "Reset Global File Associations" and "Reset Project File Associations" (renamed the command names too).
This commit is contained in:
Martín Lucas Golini
2026-01-11 18:25:49 -03:00
parent ac91cedf9c
commit d198f36eca
4 changed files with 75 additions and 19 deletions

View File

@@ -150,6 +150,8 @@ class PluginContextProvider {
std::optional<std::string> pathFilters = {} ) = 0;
virtual const std::unordered_map<std::string, std::string>& getStatusBarKeybindings() const = 0;
virtual bool projectIsOpen() const = 0;
};
} // namespace ecode