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)  

sOptionValues Struct Reference

#include <options_p.h>

Collaboration diagram for sOptionValues:
[legend]

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
 
fmtElementcustomXfmt
 
char * fileList
 
char * tagFileName
 
stringListheaderExt
 
stringListetagsInclude
 
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
 

Detailed Description

Definition at line 89 of file options_p.h.

Member Enumeration Documentation

◆ interactiveMode

Enumerator
INTERACTIVE_NONE 
INTERACTIVE_DEFAULT 
INTERACTIVE_SANDBOX 

Definition at line 121 of file options_p.h.

Member Data Documentation

◆ append

bool sOptionValues::append

Definition at line 90 of file options_p.h.

Referenced by batchMakeTags(), checkOptions(), openTagFile(), and processShortOption().

◆ backward

bool sOptionValues::backward

◆ customXfmt

fmtElement* sOptionValues::customXfmt

Definition at line 97 of file options_p.h.

Referenced by checkOptions(), processXformatOption(), and writeXrefEntry().

◆ etags

◆ etagsInclude

stringList* sOptionValues::etagsInclude

◆ fatalWarnings

bool sOptionValues::fatalWarnings

Definition at line 117 of file options_p.h.

Referenced by stderrDefaultErrorPrinter().

◆ fileList

char* sOptionValues::fileList

Definition at line 98 of file options_p.h.

Referenced by batchMakeTags(), freeOptionResources(), and processShortOption().

◆ filter

bool sOptionValues::filter

◆ filterTerminator

char* sOptionValues::filterTerminator

◆ followLinks

bool sOptionValues::followLinks

Definition at line 108 of file options_p.h.

Referenced by createTagsForEntry().

◆ guessLanguageEagerly

bool sOptionValues::guessLanguageEagerly

Definition at line 115 of file options_p.h.

Referenced by getFileLanguageForRequestInternal(), and processShortOption().

◆ headerExt

stringList* sOptionValues::headerExt

◆ interactive

◆ language

langType sOptionValues::language

Definition at line 107 of file options_p.h.

Referenced by getFileLanguageForRequest(), and processLanguageForceOption().

◆ lineDirectives

◆ locate

◆ maxRecursionDepth

unsigned int sOptionValues::maxRecursionDepth

Definition at line 120 of file options_p.h.

Referenced by processMaxRecursionDepthOption(), and recurseIntoDirectory().

◆ patternLengthLimit

unsigned int sOptionValues::patternLengthLimit

◆ printLanguage

bool sOptionValues::printLanguage

Definition at line 114 of file options_p.h.

Referenced by batchMakeTags(), ctags_cli_main(), parseFileWithMio(), and printGuessedParser().

◆ printTotals

int sOptionValues::printTotals

◆ putFieldPrefix

bool sOptionValues::putFieldPrefix

Definition at line 119 of file options_p.h.

Referenced by getFieldName().

◆ quiet

bool sOptionValues::quiet

Definition at line 116 of file options_p.h.

Referenced by notice().

◆ recurse

bool sOptionValues::recurse

Definition at line 94 of file options_p.h.

Referenced by batchMakeTags(), filesRequired(), processShortOption(), and recurseIntoDirectory().

◆ sorted

◆ tagFileFormat

unsigned int sOptionValues::tagFileFormat

Definition at line 102 of file options_p.h.

Referenced by processFormatOption(), ptagMakeFormat(), and writeXrefEntry().

◆ tagFileName

char* sOptionValues::tagFileName

◆ tagRelative

tagRelative sOptionValues::tagRelative

Definition at line 111 of file options_p.h.

Referenced by processTagRelative(), setEtagsMode(), and setInputFileParametersCommon().

◆ xref

bool sOptionValues::xref

Definition at line 96 of file options_p.h.

Referenced by checkOptions(), setXrefMode(), and writeSortedTags().


The documentation for this struct was generated from the following file: