mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-23 03:02:50 +03:00
More improvements to debugger. Allow to pick running process to debug. Improve expressions inspection.
This commit is contained in:
@@ -2070,7 +2070,8 @@ void LSPClientPlugin::showDocumentSymbols( UICodeEditor* editor ) {
|
||||
return;
|
||||
|
||||
getUISceneNode()->getRoot()->setFocus();
|
||||
UIWindow* win = UIWindow::NewOpt( UIMessageBox::WindowBaseContainerType::LINEAR_LAYOUT );
|
||||
UIWindow* win =
|
||||
UIWindow::NewOpt( UIMessageBox::WindowBaseContainerType::VERTICAL_LINEAR_LAYOUT );
|
||||
win->setMinWindowSize( 400, getUISceneNode()->getSize().getHeight() * 0.7f );
|
||||
win->setKeyBindingCommand( "closeWindow", [win, editor] {
|
||||
win->closeWindow();
|
||||
|
||||
Reference in New Issue
Block a user