mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 10:06:35 +03:00
Fix input methods that depend on OpenKey, Unikey and similar software.
Fix flashing cursor on Windows! How this was not reported?! Fix crash when closing ecode on Windows and tabs with same name where present.
This commit is contained in:
@@ -742,6 +742,9 @@ UIMenu* SettingsMenu::createDocumentMenu() {
|
||||
mApp->getConfig().workspace.sessionSnapshot = item->isActive();
|
||||
} else if ( "allow_flash_cursor" == id ) {
|
||||
mApp->getConfig().editor.flashCursor = item->isActive();
|
||||
mSplitter->forEachEditor( [this]( UICodeEditor* editor ) {
|
||||
editor->setEnableFlashCursor( mApp->getConfig().editor.flashCursor );
|
||||
} );
|
||||
} else if ( "tab_stops" == id ) {
|
||||
mApp->getConfig().doc.tabStops = item->isActive();
|
||||
mSplitter->forEachEditor( [this]( UICodeEditor* editor ) {
|
||||
|
||||
Reference in New Issue
Block a user