-
Notifications
You must be signed in to change notification settings - Fork 210
Action labels missing from Undo/Redo menu items since 2023-09 (Eclipse 4.29.0) #1314
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
Comments
It seems to have been caused by #978. |
@N1k145: Can you pls. have a look at it and provide a fix for that regression? |
@BeckerWdf @pcdavid |
This issue was raised in the EMF forum too: |
Fixes Regression: eclipse-platform#1314 With this a basic support for named handlers is introduced, currently this is for compatibility between ActionHandlers and E4.
@pcdavid @BeckerWdf @merks For this, there is currently no support in E4, which is used by the new implementation. A Handler does not provide a name, only a command. This currently only works for ActionHandlers but could be extended to be a general E4 concept. I opened a draft PR with these changes, feel free to comment on this, it's not jet final as some documentation is still missing |
Fixes Regression: eclipse-platform#1314 With this a basic support for named handlers is introduced, currently this is for compatibility between ActionHandlers and E4.
Fixes Regression: eclipse-platform#1314 With this a basic support for named handlers is introduced, currently this is for compatibility between ActionHandlers and E4.
Fixes Regression: eclipse-platform#1314 With this a basic support for named handlers is introduced, currently this is for compatibility between ActionHandlers and E4.
Fixes Regression: eclipse-platform#1314 With this a basic support for named handlers is introduced, currently this is for compatibility between ActionHandlers and E4.
Fixes Regression: eclipse-platform#1314 With this a basic support for named handlers is introduced, currently this is for compatibility between ActionHandlers and E4.
Fixes Regression: eclipse-platform#1314 With this a basic support for named handlers is introduced, currently this is for compatibility between ActionHandlers and E4.
Fixes Regression: eclipse-platform#1314 With this a basic support for named handlers is introduced, currently this is for compatibility between ActionHandlers and E4.
Fixes Regression: eclipse-platform#1314 With this a basic support for named handlers is introduced, currently this is for compatibility between ActionHandlers and E4.
Fixes Regression: eclipse-platform#1314 With this a basic support for named handlers is introduced, currently this is for compatibility between ActionHandlers and E4.
I think this is fixed. Isn't it? |
In 2023-12? |
#1317 is still open |
Fixes Regression: eclipse-platform#1314 With this a basic support for named handlers is introduced, currently this is for compatibility between ActionHandlers and E4.
Fixes Regression: eclipse-platform#1314 With this a basic support for named handlers is introduced, currently this is for compatibility between ActionHandlers and E4.
Fixes Regression: eclipse-platform#1314 With this a basic support for named handlers is introduced, currently this is for compatibility between ActionHandlers and E4.
Fixes Regression: eclipse-platform#1314 With this a basic support for named handlers is introduced, currently this is for compatibility between ActionHandlers and E4.
Fixes Regression: eclipse-platform#1314 With this a basic support for named handlers is introduced, currently this is for compatibility between ActionHandlers and E4.
Fixes Regression: eclipse-platform#1314 With this a basic support for named handlers is introduced, currently this is for compatibility between ActionHandlers and E4.
Fixes Regression: #1314 With this a basic support for named handlers is introduced, currently this is for compatibility between ActionHandlers and E4.
Hopefully fixed with #1317 |
@mickaelistria will it be available in tomorrow i-builds? |
Yes, unless the build fails for some other reason. |
Fixes Regression: eclipse-platform#1314 With this a basic support for named handlers is introduced, currently this is for compatibility between ActionHandlers and E4.
Steps to reproduce:
Expected: the "Undo" entry is labeled "Undo Typing".
Actual result: the menu entry is simply labeled "Undo", with no reference to the action that will be undone (or redone, the same applies to the "Redo" menu entry).
Below: first screenshot on 2023-06, second on 2023-09.
I first saw this when a lot of our tests (in Sirius) failed on 2023-12, but it is not specific to Sirius or even anything related to modeling. As indicated above, I reproduce it with a plain text file.
On Eclipse 2023-06, this works as expected. The regression appears in 2023-09 (and is present in the upcoming 2023-12).
The text was updated successfully, but these errors were encountered: