unknowIfGuestInDream / tlstudio

Currently includes SWT examples, and will support jface and other examples in the future
Eclipse Public License 2.0
2 stars 0 forks source link

[Feature Request] IWorkspaceRunnable, IRunnableWithProgress, and WorkspaceModifyOperation #170

Closed unknowIfGuestInDream closed 1 month ago

unknowIfGuestInDream commented 1 month ago

Checklist

Describe the feature

https://wiki.eclipse.org/FAQ_What_are_IWorkspaceRunnable,_IRunnableWithProgress,_and_WorkspaceModifyOperation%3F

Additional context

No response

unknowIfGuestInDream commented 1 month ago

https://stackoverflow.com/questions/18751551/how-to-schedule-or-join-a-batch-set-of-changes-using-iworkspacerunnable https://archive.eclipse.org/eclipse/downloads/documentation/2.0/html/plugins/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IWorkspaceRunnable.html

Stack Overflow
How to schedule or join a batch set of changes using IWorkspaceRunnable?
BACKGROUND I am developing a plug-in via Eclipse PDE, and I am having an issue with generating too many ResourceChangeEvents while creating markers (a change event was generated for each call on
IWorkspaceRunnable (Eclipse Platform API Specification)