| 1095 | } |
| 1096 | |
| 1097 | std::string UniversalLocator::getCurDocURI() { |
| 1098 | return mSplitter->curEditorIsNotNull() |
| 1099 | ? mSplitter->getCurEditor()->getDocument().getURI().toString() |
| 1100 | : ""; |
| 1101 | } |
| 1102 | |
| 1103 | PluginRequestHandle UniversalLocator::processResponse( const PluginMessage& msg ) { |
| 1104 | if ( msg.isResponse() && msg.type == PluginMessageType::WorkspaceSymbol && |
nothing calls this directly
no test coverage detected