mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-10 16:51:19 +03:00
ecode: Improved tabs icons. Sanitize cursor position when reloading a file.
This commit is contained in:
@@ -2054,6 +2054,8 @@ void App::onCodeEditorCreated( UICodeEditor* editor, TextDocument& doc ) {
|
||||
|
||||
editor->addEventListener( Event::OnDocumentLoaded, docChanged );
|
||||
editor->addEventListener( Event::OnDocumentChanged, docChanged );
|
||||
editor->addEventListener( Event::OnDocumentSave, docChanged );
|
||||
editor->addEventListener( Event::OnEditorTabReady, docChanged );
|
||||
|
||||
editor->showMinimap( config.minimap );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user