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
![]() ![]() |
#include <options_p.h>
Public Types | |
enum | interactiveMode { INTERACTIVE_NONE = 0 , INTERACTIVE_DEFAULT , INTERACTIVE_SANDBOX } |
Public Attributes | |
bool | append |
bool | backward |
bool | etags |
exCmd | locate |
bool | recurse |
sortType | sorted |
bool | xref |
fmtElement * | customXfmt |
char * | fileList |
char * | tagFileName |
stringList * | headerExt |
stringList * | etagsInclude |
unsigned int | tagFileFormat |
langType | language |
bool | followLinks |
bool | filter |
char * | filterTerminator |
tagRelative | tagRelative |
int | printTotals |
bool | lineDirectives |
bool | printLanguage |
bool | guessLanguageEagerly |
bool | quiet |
bool | fatalWarnings |
unsigned int | patternLengthLimit |
bool | putFieldPrefix |
unsigned int | maxRecursionDepth |
enum sOptionValues::interactiveMode | interactive |
Definition at line 89 of file options_p.h.
Enumerator | |
---|---|
INTERACTIVE_NONE | |
INTERACTIVE_DEFAULT | |
INTERACTIVE_SANDBOX |
Definition at line 121 of file options_p.h.
bool sOptionValues::append |
Definition at line 90 of file options_p.h.
Referenced by batchMakeTags(), checkOptions(), openTagFile(), and processShortOption().
bool sOptionValues::backward |
Definition at line 91 of file options_p.h.
Referenced by appendInputLine(), makePatternStringCommon(), processShortOption(), and writeCtagsEntry().
fmtElement* sOptionValues::customXfmt |
Definition at line 97 of file options_p.h.
Referenced by checkOptions(), processXformatOption(), and writeXrefEntry().
bool sOptionValues::etags |
Definition at line 92 of file options_p.h.
Referenced by closeTagFile(), etagsInclude(), openTagFile(), parseEnvironmentOptions(), printOptionDescriptions(), processEtagsInclude(), and setEtagsMode().
stringList* sOptionValues::etagsInclude |
Definition at line 101 of file options_p.h.
Referenced by etagsInclude(), freeOptionResources(), processEtagsInclude(), and writeEtagsIncludes().
bool sOptionValues::fatalWarnings |
Definition at line 117 of file options_p.h.
Referenced by stderrDefaultErrorPrinter().
char* sOptionValues::fileList |
Definition at line 98 of file options_p.h.
Referenced by batchMakeTags(), freeOptionResources(), and processShortOption().
bool sOptionValues::filter |
Definition at line 109 of file options_p.h.
Referenced by batchMakeTags(), checkOptions(), isDestinationStdout(), parseFileWithMio(), and setDefaultTagFileName().
char* sOptionValues::filterTerminator |
Definition at line 110 of file options_p.h.
Referenced by createTagsFromFileInput(), freeOptionResources(), and processFilterTerminatorOption().
bool sOptionValues::followLinks |
Definition at line 108 of file options_p.h.
Referenced by createTagsForEntry().
bool sOptionValues::guessLanguageEagerly |
Definition at line 115 of file options_p.h.
Referenced by getFileLanguageForRequestInternal(), and processShortOption().
stringList* sOptionValues::headerExt |
Definition at line 100 of file options_p.h.
Referenced by freeOptionResources(), installHeaderListDefaults(), isIncludeFile(), and processHeaderListOption().
enum sOptionValues::interactiveMode sOptionValues::interactive |
Referenced by inSandbox(), isDestinationStdout(), openTagFile(), parseFileWithMio(), and setDefaultTagFileName().
langType sOptionValues::language |
Definition at line 107 of file options_p.h.
Referenced by getFileLanguageForRequest(), and processLanguageForceOption().
bool sOptionValues::lineDirectives |
Definition at line 113 of file options_p.h.
Referenced by doesContainAnyCharInInput(), hasTagEntryTabOrNewlineChar(), iFileGetLine(), renderFieldInput(), renderFieldInputNoEscape(), renderFieldLanguage(), renderFieldLineNumber(), setEtagsMode(), and writeLineNumberEntry().
exCmd sOptionValues::locate |
Definition at line 93 of file options_p.h.
Referenced by canUseLineNumberAsLocator(), initTagEntryFull(), makeDefineTag(), processExcmdOption(), processShortOption(), ptagMakeCtagsOutputExcmd(), and writeCtagsEntry().
unsigned int sOptionValues::maxRecursionDepth |
Definition at line 120 of file options_p.h.
Referenced by processMaxRecursionDepthOption(), and recurseIntoDirectory().
unsigned int sOptionValues::patternLengthLimit |
Definition at line 118 of file options_p.h.
Referenced by makePatternStringCommon(), processPatternLengthLimit(), ptagMakePatternLengthLimit(), and writeEtagsEntry().
bool sOptionValues::printLanguage |
Definition at line 114 of file options_p.h.
Referenced by batchMakeTags(), ctags_cli_main(), parseFileWithMio(), and printGuessedParser().
int sOptionValues::printTotals |
Definition at line 112 of file options_p.h.
Referenced by batchMakeTags(), checkOptions(), closeInputFile(), initializeParserStats(), and processTotals().
bool sOptionValues::putFieldPrefix |
Definition at line 119 of file options_p.h.
Referenced by getFieldName().
bool sOptionValues::quiet |
Definition at line 116 of file options_p.h.
Referenced by notice().
bool sOptionValues::recurse |
Definition at line 94 of file options_p.h.
Referenced by batchMakeTags(), filesRequired(), processShortOption(), and recurseIntoDirectory().
sortType sOptionValues::sorted |
Definition at line 95 of file options_p.h.
Referenced by batchMakeTags(), internalSortTags(), processShortOption(), processSortOption(), ptagMakeHowSorted(), setEtagsMode(), sortTagFile(), and updateSortedFlag().
unsigned int sOptionValues::tagFileFormat |
Definition at line 102 of file options_p.h.
Referenced by processFormatOption(), ptagMakeFormat(), and writeXrefEntry().
char* sOptionValues::tagFileName |
Definition at line 99 of file options_p.h.
Referenced by checkOptions(), freeOptionResources(), isDestinationStdout(), openTagFile(), processShortOption(), and setDefaultTagFileName().
tagRelative sOptionValues::tagRelative |
Definition at line 111 of file options_p.h.
Referenced by processTagRelative(), setEtagsMode(), and setInputFileParametersCommon().
bool sOptionValues::xref |
Definition at line 96 of file options_p.h.
Referenced by checkOptions(), setXrefMode(), and writeSortedTags().