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 84305 - There is no way to find element in Model tree
Summary: There is no way to find element in Model tree
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Yang Su
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-06 14:50 UTC by Alexandr Scherbatiy
Modified: 2007-03-01 20:02 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2006-09-06 14:50:45 UTC
Steps to reproduce:

- Create 'FeedReader' netbeans Plug-in module
  'File|New Project|Samples|Netbeans Plug-in Modules|Feed Reader'
- Reverse engineer 'FeedReader' netbeans Plug-in module
- Select UML project node and invoke 'Find in Model'
  'Find' dialog appears
- Type 'Feed' for 'Find what'
- Check 'Match whole word only'
- Press 'Find' button
  'Feed' element is found
  There is no way to navigate to model tree from the element
Comment 1 Yang Su 2007-01-04 01:10:45 UTC
This is a very useful feature that we must support.

The current Find Dialog does not allow users to perform any actions based on
result ( other than navigating to diagram, and only if the element has
presenting diagram ), the action flow is broken, a big usability issue.

If we go with NB's style we should display search result in its designated
window, we can then provide more actions on the result nodes, e.g. "Select in
the Model", "Delete", "Navigate to Diagram" etc.