[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'geanyplugin' (#fpgeanyplugin)

TGeanyFindFlags

Declaration

Source position: geanybindings.inc line 511

type TGeanyFindFlags = (

  GEANY_FIND_MATCHCASE = 1 shl 0,

  

  GEANY_FIND_WHOLEWORD = 1 shl 1,

  

  GEANY_FIND_WORDSTART = 1 shl 2,

  

  GEANY_FIND_REGEXP = 1 shl 3,

  

  GEANY_FIND_MULTILINE = 1 shl 4

  

);