ecode: Added an option to show relative lines position.

This commit is contained in:
Martín Lucas Golini
2023-03-12 22:05:57 -03:00
parent a78cdadfc3
commit de59ee7423
6 changed files with 35 additions and 3 deletions

View File

@@ -2081,6 +2081,7 @@ void App::onCodeEditorCreated( UICodeEditor* editor, TextDocument& doc ) {
editor->addEventListener( Event::OnEditorTabReady, docChanged );
editor->showMinimap( config.minimap );
editor->showLinesRelativePosition( config.linesRelativePosition );
mPluginManager->onNewEditor( editor );
}