-
Notifications
You must be signed in to change notification settings - Fork 83
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
Resolve #1308: Fix E4 editor boolean parameters #1465
Resolve #1308: Fix E4 editor boolean parameters #1465
Conversation
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. |
Thank you for this PR aiming to resolve #1308. Could you be so kind and provide an example to verify this change? Furthermore please squash all your commits into one with a meaningful message that covers the change as whole and force push it to the branch of this PR. But your co-authors also have to sign the Eclipse ECA: https://www.eclipse.org/legal/eca/faq/ |
41bcb34
to
bc2d9a0
Compare
...4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
Show resolved
Hide resolved
bc2d9a0
to
835e7a1
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.
Example as follows from the E4 spies window reachable by shift-alt-F9:
Thanks for the example, that made it simpler to reproduce it.
The code looks good and the changes in the labels as well. Thanks for this diligent work!
As for the squashing, does that include squashing the version bump made by the bot?
Yes. Please keep that commit separated.
In general this seems ready for submission, but unfortunately we are currently in the quiet-period before the December release and have to await the start of the next development cycle, which should start in one to two weeks, before this can be submitted.
In the meantime could you please enhance the commit message by appending a reference to the fixed issue, i.e. by adding to the message, before the list of co-authors the line:
Fixes https://github.com/eclipse-pde/eclipse.pde/issues/1308
and additionally use your full name in the author and committer fields and for your co-authors. Ideally you also use real mails and not only github-noreply mails.
Then again please force push the updated commit to this PR's branch (and you fetch from this repository and rebase on top of the current master).
@laeubi are you fine with this as well?
923c0c4
to
2cf2167
Compare
2cf2167
to
c197ce1
Compare
Sorry for the delay. We rebased it and fixed the commit message and names. |
…colons in E4 editor menu items. Fixes eclipse-pde#1308 Co-authored-by: Jason Tang <[email protected]> Co-authored-by: Emily Yuan <[email protected]>
c197ce1
to
9ba1335
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.
Thank you for the update and thanks again for this PR.
The master is now open again, submitting.
Fixes #1308