### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.doc.user Index: reference/views/ref-call-hierarchy.htm =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.doc.user/reference/views/ref-call-hierarchy.htm,v retrieving revision 1.3 diff -u -r1.3 ref-call-hierarchy.htm --- reference/views/ref-call-hierarchy.htm 6 Apr 2009 14:09:25 -0000 1.3 +++ reference/views/ref-call-hierarchy.htm 26 May 2009 08:30:15 -0000 @@ -87,6 +87,22 @@

Defines the scope for the search for callers.

+ + +

Filters

+ + +

Specifies the patterns, whose matching members will be hidden from the view.

+ + + + +

Expand with Constructors

+ + +

Specifies the list of types whose instance methods are expanded with constructors by default.

+ +

Related reference

Index: contexts_JDT.xml =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.doc.user/contexts_JDT.xml,v retrieving revision 1.138 diff -u -r1.138 contexts_JDT.xml --- contexts_JDT.xml 7 May 2009 12:48:57 -0000 1.138 +++ contexts_JDT.xml 26 May 2009 08:30:14 -0000 @@ -1815,5 +1817,21 @@ Select the type of library to add to the build path and select 'Next' to configure the library. + + This filter helps you specify the patterns, whose matching types or methods need to be hidden from the call hierarchy. + + + + This dialog helps you to configure the contents and the order of the working sets as seen in the Package Explorer. + + + + This dialog helps you to assign zero or more working sets for each selected java element or resource by selecting or deselecting from the given list of working sets or even by creating new ones. + + + + This dialog helps you to specify a list of qualified names of the types that would be expanded with constructors by default. + + Index: reference/ref-dialog-configure-working-sets.htm =================================================================== RCS file: reference/ref-dialog-configure-working-sets.htm diff -N reference/ref-dialog-configure-working-sets.htm --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ reference/ref-dialog-configure-working-sets.htm 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,192 @@ + + + + + + + + Configure Working Sets dialog + + + + +

+ Configure Working Sets dialog +

+

+ The Configure Working Sets dialog provides means to configure the contents and order of the working sets along with creating new ones + and removing existing working sets. +

+

+ Use Configure Working Sets... from the context menu in the Package Explorer view with the Top Level Elements set to Working Sets mode. +

+

+ The dialog presents a list of working sets, which can be selected or deselected in order to be visible or hidden from the Package Explorer respectively. + The dialog also provides other operations such as editing the contents of any working set, creating or removing one or more working sets, sorting the + working sets alphabetically or in a user configured order. +

+

+ On pressing OK, the selected working sets are visible in the Package Explorer with their configured contents and order. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ Option +

+
+

+ Description +

+
+

+ Default +

+
+

+ Select and sort working sets visible in Package Explorer +

+
+ Lists all the working sets, checked if they are currently active and visible in the Package Explorer, unchecked otherwise. + +

List of all working sets, checked if they are currently active and visible in the Package Explorer, unchecked otherwise

+
+

+ Up +

+
+

+ Enabled only when Sort working sets is disabled. Move the working set with focus up the list. +

+
+

n/a

+
+

+ Down +

+
+

+ Enabled only when Sort working sets is disabled. Move the working set with focus down the list. +

+
+

n/a

+
+

+ Select All +

+
+

+ Select all working sets. +

+
+

n/a

+
+

+ Deselect All +

+
+

+ Deselect all working sets. +

+
+

n/a

+
+

+ New +

+
+

+ Creates a new working set. +

+
+

n/a

+
+

+ Edit +

+
+

+ Edits the contents of a working set. +

+
+

n/a

+
+

+ Remove +

+
+

+ Removes one or more working sets. +

+
+

n/a

+
+

+ Sort working sets +

+
+

+ Sorts the working sets alphabetically keeping the default working set at the top. +

+
+

off

+
+

+ Related reference +

+

+ Working Set Assignments Dialog
+

+ + + + Index: reference/ref-dialog-working-set-assignments.htm =================================================================== RCS file: reference/ref-dialog-working-set-assignments.htm diff -N reference/ref-dialog-working-set-assignments.htm --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ reference/ref-dialog-working-set-assignments.htm 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,150 @@ + + + + + + + + Working Set Assignments dialog + + + + +

+ Working Set Assignments dialog +

+

+ The Working Set Assignments dialog provides means to select or de-select one or more working sets from an existing list or create new ones and assign + to each of the selected resources. +

+

+ Use Assign Working Sets... from the context menu on the selected resource. +

+

+ The dialog presents a list of working sets, checked if atleast one of the selected resources is currently assigned to that working set. They can be selected or deselected, + or new working sets can be added and assigned for the selection. +

+

+ On pressing OK, the Working Sets Assignments assigns each of the selected resources to one or more selected working sets. If none of the working sets are + selected, then the resource is assigned to the default working set. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ Option +

+
+

+ Description +

+
+

+ Default +

+
+

+ Select working sets for +

+
+

+ Gives the list of the existing working sets, only active ones(visible in Package Explorer) or all depending on the Show only Package Explorer working sets and + Top Level Elements settings. One or more working sets can be checked or unchecked for the selected resource. +

+
+ All Working Sets or only active ones depending on the Show only Package Explorer working sets and the Top Level Elements settings. +
+

+ Select All +

+
+

+ Select all working sets. +

+
+

n/a

+
+

+ Deselect All +

+
+

+ Deselect all working sets. +

+
+

n/a

+
+

+ New +

+
+

+ Creates a new working set. +

+
+

n/a

+
+

+ Show only Package Explorer working sets +

+
+

+ Visible only if the Top Level Elements is set to Working Sets. If checked, shows only those working sets that are currently active and visible in the Package Explorer, else shows all the working sets. +

+
+

On

+
+

+ Configure Package Explorer working sets +

+
+

+ Visible only if the Top Level Elements is set to Working Sets. A link to the Configure Working Sets dialog. +

+
+

n/a

+
+

+ Related reference +

+

+ Configure Working Sets Dialog
+

+ + + + #P org.eclipse.jdt.ui Index: ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java,v retrieving revision 1.29 diff -u -r1.29 WorkingSetConfigurationDialog.java --- ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java 26 Mar 2009 11:04:26 -0000 1.29 +++ ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java 26 May 2009 08:30:33 -0000 @@ -66,6 +66,7 @@ import org.eclipse.ui.dialogs.IWorkingSetNewWizard; import org.eclipse.ui.dialogs.SelectionDialog; +import org.eclipse.jdt.internal.ui.IJavaHelpContextIds; import org.eclipse.jdt.internal.ui.viewsupport.BasicElementLabels; public class WorkingSetConfigurationDialog extends SelectionDialog { @@ -171,6 +172,7 @@ super(parentShell); setTitle(WorkingSetMessages.WorkingSetConfigurationDialog_title); setMessage(WorkingSetMessages.WorkingSetConfigurationDialog_message); + PlatformUI.getWorkbench().getHelpSystem().setHelp(parentShell, IJavaHelpContextIds.WORKING_SET_CONFIGURATION_DIALOG); fAllWorkingSets= new ArrayList(allWorkingSets.length); Filter filter= new Filter(); for (int i= 0; i < allWorkingSets.length; i++) { Index: ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java,v retrieving revision 1.30 diff -u -r1.30 ConfigureWorkingSetAssignementAction.java --- ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java 26 Mar 2009 14:06:04 -0000 1.30 +++ ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java 26 May 2009 08:30:32 -0000 @@ -71,6 +71,7 @@ import org.eclipse.jdt.ui.JavaElementLabels; import org.eclipse.jdt.ui.actions.SelectionDispatchAction; +import org.eclipse.jdt.internal.ui.IJavaHelpContextIds; import org.eclipse.jdt.internal.ui.JavaPlugin; import org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart; import org.eclipse.jdt.internal.ui.viewsupport.BasicElementLabels; @@ -305,8 +306,7 @@ super(shell); setTitle(WorkingSetMessages.ConfigureWorkingSetAssignementAction_WorkingSetAssignments_title); - setHelpAvailable(false); - + PlatformUI.getWorkbench().getHelpSystem().setHelp(shell, IJavaHelpContextIds.WORKING_SET_ASSIGNMENTS_DIALOG); fModel= model; fElements= elements; fCreatedWorkingSets= new ArrayList(); Index: ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java,v retrieving revision 1.141 diff -u -r1.141 IJavaHelpContextIds.java --- ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java 7 May 2009 12:48:59 -0000 1.141 +++ ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java 26 May 2009 08:30:24 -0000 @@ -278,6 +278,9 @@ public static final String REPLACE_ELEMENT_WITH_HISTORY_DIALOG= PREFIX + "replace_element_with_history_dialog_context"; //$NON-NLS-1$ public static final String SORT_MEMBERS_DIALOG= PREFIX + "sort_members_dialog_context"; //$NON-NLS-1$ + public static final String WORKING_SET_CONFIGURATION_DIALOG = PREFIX + "configure_working_set_dialog_context"; //$NON-NLS-1$ + public static final String WORKING_SET_ASSIGNMENTS_DIALOG= PREFIX + "working_set_assignments_dialog_context"; //$NON-NLS-1$ + public static final String EXPAND_WITH_CONSTRUCTORS_DIALOG= PREFIX + "expand_with_constructors_dialog_context"; //$NON-NLS-1$ // view parts public static final String TYPE_HIERARCHY_VIEW= PREFIX + "type_hierarchy_view_context"; //$NON-NLS-1$