mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 01:56:31 +03:00
ecode: Implemented search document symbols in current document. Fixed a minor bug in log level configuration.
This commit is contained in:
@@ -105,6 +105,10 @@ UICodeEditorSplitter* PluginManager::getSplitter() const {
|
||||
return mSplitter;
|
||||
}
|
||||
|
||||
UISceneNode* PluginManager::getUISceneNode() const {
|
||||
return mSplitter ? mSplitter->getUISceneNode() : nullptr;
|
||||
}
|
||||
|
||||
const std::string& PluginManager::getWorkspaceFolder() const {
|
||||
return mWorkspaceFolder;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user