| 2232 | } |
| 2233 | |
| 2234 | void UICodeEditor::openContainingFolder() { |
| 2235 | Engine::instance()->openURI( mDoc->getFileInfo().getDirectoryPath() ); |
| 2236 | } |
| 2237 | |
| 2238 | void UICodeEditor::copyContainingFolderPath() { |
| 2239 | getUISceneNode()->getWindow()->getClipboard()->setText( |
no test coverage detected