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

Externalize Zest JFace examples #638

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

ptziegler
Copy link
Contributor

@ptziegler ptziegler commented Dec 27, 2024

This should get rid of ~100 NLS warnings.

image

@ptziegler ptziegler added this to the 3.23.0 milestone Dec 27, 2024
@ptziegler ptziegler requested a review from azoitl December 27, 2024 09:56
@ptziegler ptziegler force-pushed the externalize-zest-jface-example branch from 7dddd32 to da22688 Compare December 27, 2024 10:01
Comment on lines -196 to +203
assertNode(container.getNodes().get(0), "rock");
assertNode(container.getNodes().get(1), "paper");
assertNode(container.getNodes().get(2), "scissors");
assertNode(container.getNodes().get(0), "Rock");
assertNode(container.getNodes().get(1), "Paper");
assertNode(container.getNodes().get(2), "Scissors");
assertEquals(container.getNodes().size(), 3);

assertConnection(graph.getConnections().get(0), "rock", "paper");
assertConnection(graph.getConnections().get(0), "Rock", "Paper");
assertConnection(graph.getConnections().get(1), "Second", "Third");
assertConnection(graph.getConnections().get(2), "Second", "rock");
assertConnection(graph.getConnections().get(2), "Second", "Rock");
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It probably really doesn't matter for an example, whether the names are capitalized...

@azoitl azoitl merged commit 83c0e5d into eclipse-gef:master Dec 27, 2024
14 checks passed
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.

2 participants