Can ChatView position be applied in currently active perspective without resetting it? #3110
Replies: 2 comments 3 replies
-
Shouldn't be the case, sounds like a bug. As usually, can you please provide a simple self contained plugin that mimics exact the contribution of the view, so one could quickly reproduce & debug that? "Reset" of the perspective shouldn't be different from the first time creating perspective from the contributed extensions. |
Beta Was this translation helpful? Give feedback.
-
@hithisispolarbear you can access the application model via API and adjust layout in case of a layout switch. See here for the model API: https://www.vogella.com/tutorials/Eclipse4Services/article.html#searching-model-elements You could listen to one of the fitting model events, see https://www.vogella.com/tutorials/Eclipse4ModelEvents/article.html To see the running model with a UI use Windows-> Spies -> Model spy |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, and thank you again for your support in issues #2814 and #3081. With your help, we've successfully configured the ChatView position in the default perspectives.
However, for first-time-installation users, the ChatView position does not take effect in the currently active perspective unless they manually click "Reset Perspective." (It can take effect when opening a new perspective.)
While we are technically able to reset the current perspective programmatically, we’ve avoided doing so to prevent disrupting the user experience.
Is there a way to apply the ChatView position in the currently active perspective without requiring a reset?
Beta Was this translation helpful? Give feedback.
All reactions