Skip to content

How to open a view at a specific position #2813

@jdneo

Description

@jdneo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions