diff --git a/bin/assets/i18n/de.xml b/bin/assets/i18n/de.xml index 7d263e08a..993a90bbc 100644 --- a/bin/assets/i18n/de.xml +++ b/bin/assets/i18n/de.xml @@ -314,7 +314,7 @@ ecode versucht, externes Terminal zu öffnen. Dateiname Dateipfad Dateityp - Filter: + Filter: Suchen Suchen und Ersetzen Voriges finden diff --git a/bin/assets/i18n/en.xml b/bin/assets/i18n/en.xml index a01f993f9..528348f17 100644 --- a/bin/assets/i18n/en.xml +++ b/bin/assets/i18n/en.xml @@ -299,7 +299,7 @@ ecode will try to open an external terminal. File Name File Path File Type - Filter: + Filter: Find Find And Replace Find Prev diff --git a/src/tools/ecode/ecode.cpp b/src/tools/ecode/ecode.cpp index fe2c2359e..c794f5fae 100644 --- a/src/tools/ecode/ecode.cpp +++ b/src/tools/ecode/ecode.cpp @@ -3163,7 +3163,7 @@ void App::initProjectTreeView( std::string path, bool openClean ) { if ( FileSystem::fileExists( rpath ) ) { loadFileFromPath( rpath, false, nullptr, onLoaded ); - } else if ( FileSystem::fileWrite( path, "" ) ) { + } else if ( FileSystem::fileCanWrite( path ) ) { loadFileFromPath( path, false, nullptr, onLoaded ); } diff --git a/src/tools/ecode/plugins/debugger/debuggerplugin.cpp b/src/tools/ecode/plugins/debugger/debuggerplugin.cpp index 1b646028a..8e66e9ac5 100644 --- a/src/tools/ecode/plugins/debugger/debuggerplugin.cpp +++ b/src/tools/ecode/plugins/debugger/debuggerplugin.cpp @@ -1976,7 +1976,7 @@ UIWindow* DebuggerPlugin::processPicker() { - +