[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmf] Find/Replace in a Diagram solutions
|
- From: kulack@xxxxxxxxxx (Fred A. Kulack)
- Date: Wed, 1 Jul 2009 20:23:44 +0000 (UTC)
- Newsgroups: eclipse.modeling.gmf
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Has anyone implemented their own Find/Replace dialog to support
searching the semantic model represented by their diagram editor?
I'd like to provide the capability to search and replace specific
attributes of some of the objects. I'd like to also include
the normal sort of capability you have in the standard find/replace dialog
like jumping to the next hit (ordered by whatever is appropriate for my
diagram), searching inside selected lines (edit parts), etc.
I started with a quick test of making my diagram editor adapt (and
implement)
IFindAndReplaceTarget, but it didn't enable the menu selection or hook
the Ctrl-F key.
Any pointers?
Thanks!