geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

search.h File Reference

Search (prefs). More...

#include <glib.h>
Include dependency graph for search.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  GeanySearchPrefs
 Search preferences. More...
 
struct  GeanyMatchInfo
 

Typedefs

typedef enum GeanyFindFlags GeanyFindFlags
 
typedef struct GeanySearchPrefs GeanySearchPrefs
 Search preferences. More...
 
typedef struct GeanyMatchInfo GeanyMatchInfo
 

Enumerations

enum  GeanyFindFlags {
  GEANY_FIND_MATCHCASE = 1 << 0 , GEANY_FIND_WHOLEWORD = 1 << 1 , GEANY_FIND_WORDSTART = 1 << 2 , GEANY_FIND_REGEXP = 1 << 3 ,
  GEANY_FIND_MULTILINE = 1 << 4
}
 
enum  GeanyFindSelOptions { GEANY_FIND_SEL_CURRENT_WORD , GEANY_FIND_SEL_X , GEANY_FIND_SEL_AGAIN }
 

Functions

void search_show_find_in_files_dialog (const gchar *dir)
 Shows the Find in Files dialog. More...
 

Detailed Description

Search (prefs).

Definition in file search.h.

Typedef Documentation

◆ GeanyFindFlags

◆ GeanyMatchInfo

◆ GeanySearchPrefs

Search preferences.

Enumeration Type Documentation

◆ GeanyFindFlags

Enumerator
GEANY_FIND_MATCHCASE 
GEANY_FIND_WHOLEWORD 
GEANY_FIND_WORDSTART 
GEANY_FIND_REGEXP 
GEANY_FIND_MULTILINE 

Definition at line 35 of file search.h.

◆ GeanyFindSelOptions

Enumerator
GEANY_FIND_SEL_CURRENT_WORD 
GEANY_FIND_SEL_X 
GEANY_FIND_SEL_AGAIN 

Definition at line 47 of file search.h.

Function Documentation

◆ search_show_find_in_files_dialog()

void search_show_find_in_files_dialog ( const gchar *  dir)

Shows the Find in Files dialog.

Parameters
dirThe directory to search in (UTF-8 encoding). May be NULL to determine it the usual way by using the current document's path.
Since
0.14, plugin API 53

Definition at line 1041 of file search.c.

References NULL, and search_show_find_in_files_dialog_full().

Referenced by on_find_in_files(), and on_find_in_files1_activate().