-
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
E4 editr use inconsitent style for boolean parameters #1308
Labels
good first issue
Good for newcomers
Comments
iloveeclipse
pushed a commit
to iloveeclipse/eclipse.pde.ui
that referenced
this issue
Jun 18, 2024
Currently, Command Icons are not visible in the Tree of the Application Model Editor. Icons of other Elements, like Parts, are visible in the Tree. This aligns this behavior. Fixes eclipse-platform/eclipse.platform.ui#1308
I'm working on this |
Great. You are one of the students from CodeDays, aren't you? Much success on this task and don't hesitate to ask for help if you need any. |
Hello, I had some confusion on how to access this part of the Eclipse development environment. How would we get to the E4 Editor within the UI as well as within the code itself? |
stewedbeef
added a commit
to stewedbeef/eclipse.pde
that referenced
this issue
Nov 22, 2024
…colons in E4 editor menu items. Fixes eclipse-pde#1308 Co-authored-by: Jason Tang <119823259+basonbang@users.noreply.github.com> Co-authored-by: emyuans <147277376+emyuans@users.noreply.github.com>
stewedbeef
added a commit
to stewedbeef/eclipse.pde
that referenced
this issue
Nov 22, 2024
…colons in E4 editor menu items. Fixes eclipse-pde#1308 Co-authored-by: Jason Tang <jasontang20043@gmail.com> Co-authored-by: Emily Yuan <emyuans@yahoo.com>
basonbang
added a commit
to stewedbeef/eclipse.pde
that referenced
this issue
Nov 23, 2024
…colons in E4 editor menu items. Fixes eclipse-pde#1308 Co-authored-by: Jason Tang <jasontang20043@gmail.com> Co-authored-by: Emily Yuan <emyuans@yahoo.com>
HannesWell
pushed a commit
to stewedbeef/eclipse.pde
that referenced
this issue
Nov 27, 2024
…colons in E4 editor menu items. Fixes eclipse-pde#1308 Co-authored-by: Jason Tang <jasontang20043@gmail.com> Co-authored-by: Emily Yuan <emyuans@yahoo.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the E4 Editor looks like this:
Also in contrast to other things the colon
:
is missing.I think this should be unified to always use
Label: [ ]
instead of
[ ] Label
The text was updated successfully, but these errors were encountered: