This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 35255 - Redesign UI for entering search criteria
Summary: Redesign UI for entering search criteria
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@utilities
URL:
Keywords: UI, UMBRELLA
: 94285 (view as bug list)
Depends on: 5137 12442 17634 18109 33397 35256 35257 57717 63864
Blocks:
  Show dependency tree
 
Reported: 2003-08-04 12:38 UTC by Marian Petras
Modified: 2008-01-17 12:25 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Petras 2003-08-04 12:38:17 UTC
This is an umbrella issue for all issues about UI
of the Find in Files dialog.
Comment 1 Marian Petras 2007-02-05 08:23:16 UTC
*** Issue 94285 has been marked as a duplicate of this issue. ***
Comment 2 Marian Petras 2007-05-29 16:02:19 UTC
Made changes according to new UI specification
(http://ui.netbeans.org/docs/ui/FindInProjects/index.html).

Modified files:
editor/options/src/org/netbeans/modules/options/editor/mf-layer.xml   (1.35)
ide/defaults/src/org/netbeans/modules/defaults/mf-layer.xml   (1.33)
openidex/src/org/openidex/search/SearchInfoFactory.java   (1.4)
utilities/manifest.mf   (1.66)
utilities/nbproject/project.xml   (1.27)
utilities/project/manifest.mf   (1.9)
utilities/project/nbproject/project.xml   (1.10)
utilities/project/src/org/netbeans/modules/search/project/:
                                   AbstractProjectSearchScope.java   (1.1 - new)
                                   Bundle.properties   (1.6)
                                   Installer.java   (1.3)
                                   layer.xml   (deleted - last revision 1.5)
                                   ProjectsSearchAction.java
                                                      (deleted - last rev. 1.12)
                                   SearchScopeMainProject.java   (1.1 - new)
                                   SearchScopeOpenProjects.java   (1.1 - new)
utilities/project/test/unit/src/org/netbeans/modules/search/project/:
                                   ProjectsSearchActionTest.java
                                                   (deleted - last revision 1.1)
utilities/src/org/netbeans/modules/search/:
                         AbstractSearchScope.java   (1.1 - new)
                         BasicSearchCriteria.java   (1.1 - new)
                         BasicSearchForm.java   (1.1 - new)
                         Bundle.properties   (1.39)
                         ContextView.java   (1.2)
                         FindActionManager.java   (deleted - last revision 1.10)
                         FindDialogMemory.java   (1.4)
                         FindInFilesAction.java   (1.1 - new)
                         Installer.java   (1.34)
                         Item.java   (1.2)
                         MatchingObject.java   (1.7)
                         RegexpMaker.java   (1.1 - new)
                         ReplaceInFilesAction.java   (1.1 - new)
                         ResultModel.java   (1.56)
                         ResultTreeModel.java   (1.4)
                         ResultView.java   (1.38)
                         SearchCriterion.java   (1.5)
                         SearchPanel.form   (deleted - last revision 1.5)
                         SearchPanel.java   (1.31)
                         SearchPerformer.java   (deleted - last revision 1.41)
                         SearchProjectSettingsBeanInfo.java
                                                   (deleted - last revision 1.2)
                         SearchProjectSettings.java
                                                   (deleted - last revision 1.6)
                         SearchScope.java   (1.1 - new)
                         SearchScopeNodeSelection.java   (1.1 - new)
                         SearchScopeRegistry.java   (1.1 - new)
                         SearchTask.java   (1.19)
                         SearchTypePanel.form   (1.4)
                         SearchTypePanel.java   (1.25)
                         SpecialSearchGroup.java   (1.1 - new)
                         TextDetail.java   (1.1 - new)
                         TextDisplayer.java   (1.2)
                         TextFetcher.java   (1.2)
                         Utils.java   (1.5)
utilities/src/org/netbeans/modules/search/res/:
                         SearchProjectSettings.settings
                                                  (deleted - last revision 1.2)
utilities/src/org/netbeans/modules/search/types - whole package deleted:
                          Bundle.properties   (last revision 1.14)
                          DataObjectType.java   (last revision 1.32)
                          FullTextCustomizer.java   (last revision 1.18)
                          FullTextType.java   (last revision 1.55)
                          ModificationDateCustomizer.form   (last revision 1.18)
                          ModificationDateCustomizer.java   (last revision 1.31)
                          ModificationDateType.java   (last revision 1.29)
                          ObjectNameCustomizer.java   (last revision 1.14)
                          ObjectNameType.java   (last revision 1.19)
                          ObjectTypeCustomizer.form   (last revision 1.9)
                          ObjectTypeCustomizer.java   (last revision 1.32)
                          ObjectTypeType.java   (last revision 1.21)
                          TextCustomizer.java   (last revision 1.34)
                          TextDetail.java   (last revision 1.20)
                          TextType.java   (last revision 1.27)
utilities/src/org/netbeans/modules/utilities/:
                               Installer.java   (1.32)
                               Layer.xml   (1.90)
utilities/test/unit/src/org/netbeans/modules/search/:
                               RegexpMakerTest.java   (1.1 - new)
utilities/test/unit/src/org/netbeans/modules/search/types/:
                               TextTypeTest.java   (deleted - last revision 1.1)
ide/golden/deps.txt   (1.582)
Comment 3 athompson 2007-06-05 17:34:02 UTC
the 'find' menu item seems to be permanently disabled...
Comment 4 Marian Petras 2007-06-05 19:51:13 UTC
The bug that the Find... action in the contextual menu is permanently disabled,
is tracked as issue #105616. It is not about new design of the form.

Status re-set to FIXED.