mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
ecode: Start the terminal in the current working directory (the current project folder or the current file folder if no project is open).
This commit is contained in:
@@ -250,6 +250,8 @@ class EE_API UICodeEditorSplitter {
|
||||
|
||||
UISceneNode* getUISceneNode() const;
|
||||
|
||||
bool curEditorExists() const;
|
||||
|
||||
protected:
|
||||
UISceneNode* mUISceneNode{ nullptr };
|
||||
UICodeEditor* mCurEditor{ nullptr };
|
||||
@@ -268,8 +270,6 @@ class EE_API UICodeEditorSplitter {
|
||||
const std::vector<SyntaxColorScheme>& colorSchemes,
|
||||
const std::string& initColorScheme );
|
||||
|
||||
bool curEditorExists() const;
|
||||
|
||||
bool checkEditorExists( UICodeEditor* ) const;
|
||||
|
||||
virtual void onTabClosed( const TabEvent* tabEvent );
|
||||
|
||||
Reference in New Issue
Block a user