Community
Participate
Working Groups
I2010070802-1800. Search In dialog: "Note:" should be bold like in the preference dialog.
(In reply to comment #0) > I2010070802-1800. > > Search In dialog: "Note:" should be bold like in the preference dialog. Changing the title of the bug as we decided to remove the hierarchy scope altogether.
Fixed in HEAD. Also changed the default values for the 'Search In' options -> set to all checked
(In reply to comment #2) > Fixed in HEAD. > > Also changed the default values for the 'Search In' options -> set to all > checked Fixed in : 1) /org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyMessages.java 2) /org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyMessages.properties 3) /org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SearchInDialog.java 4) /org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SearchScopeActionGroup.java 5) /org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SearchScopeHierarchyAction.java
In HEAD, I've restored the value of SearchScopeActionGroup.SEARCH_SCOPE_TYPE_WORKING_SET. This value is stored in existing workspaces, so it must not be changed. I've also verified that old workspaces that use the hierarchy scope correctly fall back to the workspace scope.
(In reply to comment #4) > In HEAD, I've restored the value of > SearchScopeActionGroup.SEARCH_SCOPE_TYPE_WORKING_SET. This value is stored in > existing workspaces, so it must not be changed. > > I've also verified that old workspaces that use the hierarchy scope correctly > fall back to the workspace scope. Thanks Markus, I overlooked that part.
Verified in I20100804-1800 that the hierarchy scope is gone and the message removed from the dialog.