mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 01:56:31 +03:00
Added SortingProxyModel to allow sorting tables by column.
Some minor improvements to ecode. Added "delete-current-line" to text document.
This commit is contained in:
@@ -619,6 +619,11 @@ void App::showGlobalSearch() {
|
||||
mGlobalSearchBarLayout->setVisible( true )->setEnabled( true );
|
||||
mGlobalSearchInput->setFocus();
|
||||
mGlobalSearchTree->setVisible( true );
|
||||
if ( mEditorSplitter->getCurEditor() &&
|
||||
mEditorSplitter->getCurEditor()->getDocument().hasSelection() ) {
|
||||
mGlobalSearchInput->setText(
|
||||
mEditorSplitter->getCurEditor()->getDocument().getSelectedText() );
|
||||
}
|
||||
mGlobalSearchInput->getDocument().selectAll();
|
||||
updateGlobalSearchBar();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user