mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 02:56:28 +03:00
Added show line endings option.
Fixed monospace font command.
This commit is contained in:
@@ -1576,6 +1576,7 @@ void App::onCodeEditorCreated( UICodeEditor* editor, TextDocument& doc ) {
|
||||
editor->setColorScheme( mSplitter->getCurrentColorScheme() );
|
||||
editor->setShowLineNumber( config.showLineNumbers );
|
||||
editor->setShowWhitespaces( config.showWhiteSpaces );
|
||||
editor->setShowLineEndings( config.showLineEndings );
|
||||
editor->setHighlightMatchingBracket( config.highlightMatchingBracket );
|
||||
editor->setVerticalScrollBarEnabled( config.verticalScrollbar );
|
||||
editor->setHorizontalScrollBarEnabled( config.horizontalScrollbar );
|
||||
|
||||
Reference in New Issue
Block a user