mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 11:36:30 +03:00
ecode: Added command palette.
This commit is contained in:
@@ -1189,6 +1189,10 @@ UIPopUpMenu* SettingsMenu::createToolsMenu() {
|
||||
mToolsMenu
|
||||
->add( i18n( "locate", "Locate..." ), findIcon( "search" ), getKeybind( "open-locatebar" ) )
|
||||
->setId( "open-locatebar" );
|
||||
mToolsMenu
|
||||
->add( i18n( "command_palette", "Command Palette..." ), findIcon( "search" ),
|
||||
getKeybind( "open-command-palette" ) )
|
||||
->setId( "open-command-palette" );
|
||||
mToolsMenu
|
||||
->add( i18n( "project_find", "Project Find..." ), findIcon( "search" ),
|
||||
getKeybind( "open-global-search" ) )
|
||||
@@ -1447,7 +1451,7 @@ void SettingsMenu::createProjectTreeMenu() {
|
||||
showProjectTreeMenu();
|
||||
}
|
||||
|
||||
static void fsRemoveAll(const std::string& fpath) {
|
||||
static void fsRemoveAll( const std::string& fpath ) {
|
||||
#if EE_PLATFORM == EE_PLATFORM_WIN
|
||||
fs::remove_all( std::filesystem::path( String( fpath ).toWideString() ) );
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user