-
Notifications
You must be signed in to change notification settings - Fork 190
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
Change classes with shortcut #2523
base: master
Are you sure you want to change the base?
Conversation
f16f503
to
ecd36ed
Compare
d478459
to
7b53e93
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This addresses my last issues - especially about the parts which can be improved by using Array stream operations. The naming issue I had brought up is also adequately fixed, imo
@@ -71,4 +119,4 @@ protected Method getMethodToExecute() { | |||
return null; | |||
} | |||
|
|||
} | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: remove empty line in diff
random fail #1808 Let me know if I should merge this :) |
The change seems fine to merge, but please wait for the announcement of next 4.35 stream being open on the eclipse-dev mailing-list. |
b5860be
to
f29e611
Compare
This pull request changes some projects for the first time in this development cycle.
An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patch
Further information are available in Common Build Issues - Missing version increments. |
0999f17
to
9ec13da
Compare
I think the freeze periond is over, so if you are ready and the changes seem fine, you could merge it i think : ) |
Tab change can now handle the chevron. And after reaching the last tab, it jumps to the first, if chevron doesn´t exist
9ec13da
to
9491460
Compare
This is a new PR which continues #2413 which got accidentally closed.