Allow UICodeEditor::goToLine go to the center of the document view.

This commit is contained in:
Martín Lucas Golini
2020-08-10 00:08:01 -03:00
parent f58ed98804
commit 1009e9368d
4 changed files with 46 additions and 12 deletions

View File

@@ -359,6 +359,8 @@ class App : public UICodeEditorSplitter::Client {
bool trySendUnlockedCmd( const KeyEvent& keyEvent );
void goToLine();
void loadCurrentDirectory();
};
#endif // EE_TOOLS_CODEEDITOR_HPP