Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Search modes for search/replace dialogs


Enumerations

enum  {
  SEARCH_FORWARD = 0,
  SEARCH_BACKWARD = 1,
  SEARCH_NOWRAP = 0,
  SEARCH_WRAP = 2,
  SEARCH_EXACT = 0,
  SEARCH_IGNORECASE = 4,
  SEARCH_REGEX = 8,
  SEARCH_PREFIX = 16
}
 Search modes for search/replace dialogs. More...


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
SEARCH_FORWARD  Search forward (default).
SEARCH_BACKWARD  Search backward.
SEARCH_NOWRAP  Don't wrap (default).
SEARCH_WRAP  Wrap around to start.
SEARCH_EXACT  Exact match (default).
SEARCH_IGNORECASE  Ignore case.
SEARCH_REGEX  Regular expression match.
SEARCH_PREFIX  Prefix of subject string.