-
Notifications
You must be signed in to change notification settings - Fork 192
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
Bug 578871 - use ISchedulableOperation #18
Bug 578871 - use ISchedulableOperation #18
Conversation
to prevent UI freeze during UNDO needs eclipse-platform/eclipse.platform.runtime#30
That seems much safer, and actually even closer to a generic solution that we could implement in #8 or similar more general proposal ! |
...eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java
Show resolved
Hide resolved
...eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java
Show resolved
Hide resolved
...eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java
Show resolved
Hide resolved
3 unrelated errors:
|
Regarding unrelated errors: #30 |
2 unrelated errors: A freeze event didn't capture a good range of stack samples (462) expected:<5> but was:<1> |
…) (#37) TriggeredOperations hides ISchedulableOperation in triggeredOperation. see https://user-images.githubusercontent.com/964108/165256257-f796f30f-6d8f-4b1d-9611-863e323f8df6.png
to prevent UI freeze during UNDO
needs
eclipse-platform/eclipse.platform.runtime#30