Apologize if this is not the right place to ask question.
I'm developing a plugin that has a customized view. And I hope when the view is opened, it can be located at the right of the IDE. (currently it appears at bottom).
I found something like this:
<extension
point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension
targetID="*">
<view
id="com.microsoft.copilot.eclipse.ui.chat.ChatView"
minimized="false"
relationship="right"
relative="?"
>
</view>
</perspectiveExtension>
</extension>
But have no idea what to fill in the relative field. Could you please advise?
Thank you for your assistance.
Apologize if this is not the right place to ask question.
I'm developing a plugin that has a customized view. And I hope when the view is opened, it can be located at the right of the IDE. (currently it appears at bottom).
I found something like this:
But have no idea what to fill in the
relativefield. Could you please advise?Thank you for your assistance.