mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Extra logging for toolwindow EA-36895
This commit is contained in:
@@ -1361,7 +1361,12 @@ public final class ToolWindowManagerImpl extends ToolWindowManagerEx implements
|
||||
Disposer.register(getProject(), balloon);
|
||||
|
||||
final StripeButton button = stripe.getButtonFor(toolWindowId);
|
||||
LOG.assertTrue(button != null, "Button was not found, popup won't be shown");
|
||||
LOG.assertTrue(button != null, "Button was not found, popup won't be shown. Toolwindow id: " +
|
||||
toolWindowId +
|
||||
", message: " +
|
||||
text +
|
||||
", message type: " +
|
||||
type);
|
||||
if (button == null) return;
|
||||
|
||||
final Runnable show = new Runnable() {
|
||||
|
||||
Reference in New Issue
Block a user