mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 10:06:35 +03:00
ecode: Added an option to show relative lines position.
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user