Find: Difference between revisions
From FreeMind
Jump to navigationJump to search
Dan Polansky (talk | contribs) (+ keyword search) |
Dan Polansky (talk | contribs) (+sections for multiple mind maps and for notes) |
||
Line 17: | Line 17: | ||
CVS: | CVS: | ||
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/modes/actions/FindAction.java?view=log FindAction] | * [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/modes/actions/FindAction.java?view=log FindAction] | ||
==Multiple mind maps== | |||
There is not built-in way to search in multiple mind maps. However, there is a standalone tool for searching through multiple mind maps: | |||
* [http://sourceforge.net/tracker/?func=detail&aid=1886347&group_id=7118&atid=307118 Searching MindMaps - v2] | |||
==Notes== | |||
There is no way to search in notes, AFAIK. | |||
[[Category:Development]] | [[Category:Development]] |
Revision as of 17:44, 2 June 2009
The user can search the complete mind map using the find function. The searching is limited to the branch whose root node was selected when the find function was chosen. The searching is a breadth-first search. There is a find next function.
In FreeMind 0.9.0, when the user enters multiple words, they are taken as a single phrase only if entered in quotation marks; otherwise, the search string is split into single words, and a node is considered matching the term if all words are found in the node. This is roughly how search engines such as Google work.
- To search for all the words: seach term
- To search for all the exact phrase: "search term"
Menu
- Edit > Find...
- Edit > Find Next
Keyboard
- Control + F: Find
- Control + G: Find Next
Implementation
- FindAction
CVS:
Multiple mind maps
There is not built-in way to search in multiple mind maps. However, there is a standalone tool for searching through multiple mind maps:
Notes
There is no way to search in notes, AFAIK.