Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBIDE-19993 Add possibility to browse for "ref" elements in Design and Diagram tabs #353

Closed
wants to merge 1 commit into from

Conversation

scabanovich
Copy link
Contributor

No description provided.

</action>
<action-handler>
<action>Sapphire.Jump</action>
<impl>org.jboss.tools.batch.ui.editor.internal.action.OpenOrCreateArtifactActionHandler</impl>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it intentional all these are removed ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it is. It is impossible to explain looking at diff, because in some cases like this it completely confuses. What I did is that I declared a separate definition
<property-editor>
<id>RefPropertyEditor</id>
etc.
<property>Ref</property>
</property-editor>
which includes previous features (content assist and jump action) and new feature (browse action), and then used it in 16 places as
<include>RefPropertyEditor</include>
That reduced file by about 200 lines instead of increasing it by about 150 lines.

@alexeykazakov
Copy link
Contributor

Rebased and pushed to master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants