mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 10:06:35 +03:00
Added MoonScript and GraphQL langs.
Minor fixes.
This commit is contained in:
@@ -764,10 +764,10 @@ void UniversalLocator::updateSwitchFileTypeTable() {
|
||||
->getDocumentRef()
|
||||
->getSyntaxDefinition()
|
||||
.getLanguageName() );
|
||||
mLocateTable->getSelection().set( idx.isValid() ? idx
|
||||
: mLocateTable->getModel()->index( 0 ) );
|
||||
mLocateTable->setSelection( idx.isValid() ? idx : mLocateTable->getModel()->index( 0 ) );
|
||||
} else {
|
||||
mLocateTable->scrollToTop();
|
||||
}
|
||||
mLocateTable->scrollToTop();
|
||||
mLocateTable->setColumnsVisible( { 0 } );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user