Skip to content

How to open a view at a specific position #2814

Answered by iloveeclipse
jdneo asked this question in Q&A
Discussion options

You must be logged in to vote

@jdneo : your screenshots aren't accessible.

Would that mean, the Chat view will be opened in another stack as Outline view? It would be distracting IMO, because it would take too much space.

Another possibility would be to put Chat view in the same stack as Outline view (which is what I'm doing if using Copilot)

   <extension point="org.eclipse.ui.perspectiveExtensions">
      <perspectiveExtension targetID="*">
         <view
               id="com.microsoft.copilot.eclipse.ui.chat.ChatView"
               relative="org.eclipse.ui.views.ContentOutline"
               visible="false"
               relationship="stack">
         </view>
      </perspectiveExtension>
   </extension>

Replies: 6 comments 25 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@jdneo
Comment options

@mickaelistria
Comment options

@merks
Comment options

merks Mar 6, 2025
Collaborator

@yanshudan
Comment options

@merks
Comment options

merks Mar 6, 2025
Collaborator

Comment options

You must be logged in to vote
12 replies
@iloveeclipse
Comment options

Answer selected by jdneo
@jdneo
Comment options

@iloveeclipse
Comment options

@merks
Comment options

merks Jun 13, 2025
Collaborator

@hithisispolarbear
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@jdneo
Comment options

@iloveeclipse
Comment options

@jdneo
Comment options

@jdneo
Comment options

@hithisispolarbear
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
8 participants
Converted from issue

This discussion was converted from issue #2813 on February 25, 2025 09:28.