Project

General

Profile

Actions

Bug #5633

closed

Actor/Attribute Search/Find Facility needs menu choices

Added by Christopher Brooks almost 12 years ago. Updated over 11 years ago.

Status:
Resolved
Priority:
Low
Assignee:
Category:
interface
Target version:
Start date:
06/22/2012
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
5633

Description

Edward developed a search facility for models.
Under Mac OS X in the Kepler trunk, if the mouse is over the graph canvas,
then typing Command-F brings up a search dialog.

This dialog should be added to the Kepler menus.

Actions #1

Updated by Daniel Crawl almost 12 years ago

The search dialog is definitely useful when working with large workflows.

In Kepler, adding a search field in the Outline tab to perform this functionality instead of using a separate dialog would make the UI more consistent since the Components and Data tabs already have search fields. The search field for the Outline tab would filter the workflow tree (similar to the search field for Components). If this is too difficult to add for 2.4, then it's easy to add the search dialog to the menus.

Actions #2

Updated by Ilkay Altintas over 11 years ago

Decided that a search bar will be added to the outline.

Actions #3

Updated by Daniel Crawl over 11 years ago

I added a search panel for the workflow outline.

It'd be nice if clicking on the results highlighted the actors on the canvas similar to Ptolemy's SearchResultsDialog, but the highlighting methods are not accessible outside of SearchResultsDialog. I also noticed they are mostly duplicated in BasicGraphController. Instead of duplicating them again in Kepler, maybe they could move to BasicGraphFrame?

Actions #4

Updated by Christopher Brooks over 11 years ago

Feel free to refactor the methods in SearchResultsDialog into BasicGraphFrame.
Note that there is this method in BasicGraphFrame:

/** Opens the nearest composite actor above the target in the hierarchy * and possibly change the zoom and centering to show the target. * This method is useful for displaying search results and actors that * cause errors. * @param target The target. * @param owner The frame that, per the user, is generating the dialog.
*/
public static void openComposite(final Frame owner, final NamedObj target) {

It is unfortunate that Kepler can't just use SearchReultsDialgo class, it seems basic enough.

Actions #5

Updated by Daniel Crawl over 11 years ago

When a search is done in the workflow outline, the tree is expanded to show the matching items. However, adding a highlight to an actor causes the tree to be collapsed. It might be possible to avoid this, but this can done for a later release.

Actions #6

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 5633

Actions

Also available in: Atom PDF