eepp: Improved default click step for scrollable widgets.

ecode: Never block main thread when sending messages to an LSP.
Ctrl/Cmd + Alt + Click -> now executes "Go to definition".
Improved modifier keys when used in combination with mouse clicks.
This commit is contained in:
Martín Lucas Golini
2023-03-03 03:33:30 -03:00
parent 8e1c33ff7d
commit 235e66d6ad
12 changed files with 162 additions and 134 deletions

View File

@@ -2414,6 +2414,7 @@ void App::initProjectTreeView( std::string path ) {
} } );
mProjectTreeView->setModel( mFileSystemModel );
mProjectViewEmptyCont->setVisible( false );
if ( mFileSystemListener )
mFileSystemListener->setFileSystemModel( mFileSystemModel );