-
Notifications
You must be signed in to change notification settings - Fork 210
Suggest: Optional link console tab with Boot Dashboard selection #386
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
@habuma I had the same idea a while ago, but it never made it into the product yet. Thanks for the reminder and the suggestion, definitely something we should implement for the next release. |
(comment in Pivotal Tracker added by Nieraj Singh:) I added a "Link with Console" button in the boot dashboard that will link the dashboard selection with the console, much like the Package explorer can link an editor with a selection in the explorer. I also added it to the boot dashboard dropdown menu. When the button is toggled, the console content will automatically change as selection changes in the boot dashboard. See attached screenshots |
(comment in Pivotal Tracker added by Kris De Volder:) After linking enabled. Whenever I click on any element in the boot dash that has no console, for example, because it isn't running, then I get an annoying error popup. This is really making this feature unusable in practice. |
(comment in Pivotal Tracker added by Kris De Volder:) Another problem. The 'checked' state of the menu item in context menu seems to be incorrect sometimes. It shows as checked in the menu even after I disabled it in the toolbar already. Also not sure if this particular action really does anything other than changing its own checkbox. To be clear, there are 3 different places that I find this action:
It is the latter one that seems to be 'disconnected' and non-functional. I'd be fine with fixing this nitpick by simply removing it from the right-click menu. Since it is not really an action that you apply to a specific element. |
(comment in Pivotal Tracker added by Nieraj Singh:) The pop-up error window that appears is from before this feature was implemented. You will get this too if you click on the old "Open Console" action on an app that has no console or is not running. Do we want to completely get rid of this pop-up for both "Open Console" as well as "Link with Console", and write the error message on the console instead of showing a pop-up? |
(comment in Pivotal Tracker added by Kris De Volder:) I think it makes sense to get a popup when I click the 'show console' button. But now when the console switch is via 'link with console'. I.e. when I click a button to open a console and this is not possible then an error popup makes sense and is better than just nothing happening at all. But for the link with console the switch is implicit and it just too disruptive to popup an error message all the time. Especially since it doesn't feel like an error in this case. I'd say that you just want to suppress the popup specifically when 'show console' was triggered via link with console but not otherwise. |
(comment in Pivotal Tracker added by Nieraj Singh:) The following changes have been made:
|
In STS (and just Eclipse in general), I have the option to Link Package Explorer with whatever code tab is open.
Similarly, it would be very helpful, especially when I'm running several applications, if the Console tab's content would be linked to whatever app is selected in Boot Dashboard.
That is, if I have three apps running (App A, App B, App C) and I click on App B's entry in the Boot Dashboard, I'd like the Console tab to display that app's logs/sysout, so that I don't have to dig through the "Display Selected Console" dropdown to find my app's output.
The text was updated successfully, but these errors were encountered: