Find

From FreeMind
Revision as of 09:35, 1 November 2010 by Dan Polansky (talk | contribs) (→‎Implementation: fix link to CVS)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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
  • Edit > Find and Replace

Keyboard

  • Control + F: Find
  • Control + G: Find Next
  • Control + Shift + F: Find and Replace

Implementation

  • FindAction

CVS:

  • FindAction in freemind.modes.common.actions, added on 12 Jan 2006
  • FindAction in freemind.modes.actions - obsolete

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.

Tracker items