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
![]() ![]() |
Search (prefs). More...
#include <glib.h>
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... | |
Search (prefs).
Definition in file search.h.
typedef enum GeanyFindFlags GeanyFindFlags |
typedef struct GeanyMatchInfo GeanyMatchInfo |
typedef struct GeanySearchPrefs GeanySearchPrefs |
Search preferences.
enum GeanyFindFlags |
enum GeanyFindSelOptions |
void search_show_find_in_files_dialog | ( | const gchar * | dir | ) |
Shows the Find in Files dialog.
dir | The directory to search in (UTF-8 encoding). May be NULL to determine it the usual way by using the current document's path. |
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().