| 4801 | } |
| 4802 | |
| 4803 | Tools::UIDocFindReplace* UICodeEditor::getFindReplace() { |
| 4804 | return mFindReplace; |
| 4805 | } |
| 4806 | |
| 4807 | void UICodeEditor::registerKeybindings() { |
| 4808 | mKeyBindings.addKeybinds( getDefaultKeybindings() ); |
no outgoing calls
no test coverage detected