From fb71853bdc3a8389d78c64906d76eb3f448b9663 Mon Sep 17 00:00:00 2001 From: Matthias Becker Date: Wed, 7 Feb 2024 10:18:01 +0000 Subject: [PATCH] Document "Incremental View Updates" preference (#1775) Refer to: https://github.com/eclipse-platform/eclipse.platform.ui/issues/1626 --- .../reference/ref-10.htm | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/reference/ref-10.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/reference/ref-10.htm index f826396dcf2..b1b77500a2b 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/reference/ref-10.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/reference/ref-10.htm @@ -22,20 +22,20 @@

General

'javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.ui.preferencePages.Workbench)")'> command link General preference page.

- +
- + - + @@ -46,9 +46,17 @@

General

- + + + + + + + automatically saved to disk.
Set it to 0 to disable this feature
Option Description Default
Always run in backgroundAlways Run in Background Turn this option on to perform long running operations in the background without blocking you from doing other work.
Off
Keep next/previous part dialog openKeep Next/Previous Part Dialog Open If this option is turned on then the editor and view cycle dialogs will remain open when their activation key is let go. Normally the dialog closes as soon as the key combination is release. Off Off
Workbench save intervalInitial Maximum Number of Elements Shown in ViewsSpecifies the limit for incremental view updates. Package Explorer, Project Explorer, Problems View, Java Outline View and JUnit View will + limit the number of initially shown children per parent element.
+ This avoids UI freezes in large viewers, where the limits of the underlying user interface toolkit are hit while trying + to render thousands of elements, leading to minute long UI freezes.
Set it to 0 to disabl this feature.
1000
Workbench Save Interval The field indicates how often the state of the workbench like perspective layouts and open editors is - automatically saved to disk. Set to 0 to disable.
5