1 # For complete documentation of this file, please see Geany's main documentation
5 # all items must be in one line
6 primary=digraph graph node edge subgraph strict
7 secondary=Damping K URL area arrowhead arrowsize arrowtail aspect bb bgcolor colorList center charset clusterrank color colorList colorscheme comment compound concentrate constraint decorate defaultdist dim dimen dir diredgeconstraints distortion dpi edgeURL edgehref edgetarget edgetooltip epsilon esep fillcolor colorList fixedsize fontcolor fontname fontnames fontpath fontsize forcelabels gradientangle group headURL head_lp headclip headhref headlabel headport headtarget headtooltip height href id image imagepath imagescale label labelURL label_scheme labelangle labeldistance labelfloat labelfontcolor labelfontname labelfontsize labelhref labeljust labelloc labeltarget labeltooltip landscape layer layerlistsep layers layerselect layersep layout len levels levelsgap lhead lheight lp ltail lwidth margin maxiter mclimit mindist minlen mode model mosek nodesep nojustify normalize nslimit nslimit1 ordering orientation orientation outputorder overlap overlap_scaling pack packmode pad point page point pagedir pencolor penwidth peripheries pin pos splineType quadtree quantum rank rankdir ranksep ratio rects regular remincross repulsiveforce resolution root rotate rotation samehead sametail samplepoints scale searchsize sep shape shapefile showboxes sides size skew smoothing sortv splines start style stylesheet tailURL tail_lp tailclip tailhref taillabel tailport tailtarget tailtooltip target tooltip truecolor vertices viewport voro_margin weight width xlabel xlp z
9 # these are the Doxygen keywords
12 styling.within.preprocessor=0
13 lexer.cpp.track.preprocessor=0
14 preprocessor.symbol.$(file.patterns.cpp)=#
18 # default extension used when saving files
21 # the following characters are these which a "word" can contains, see documentation
22 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
24 # single comments, like # in this file
30 # set to false if a comment character/string should start at column 0 of a line, true uses any
31 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
33 # setting to false would generate this
35 # This setting works only for single line comments
36 comment_use_indent=true
38 # context action command (please see Geany's main documentation for details)
43 # 0 is spaces, 1 is tabs, 2 is tab & spaces
47 FT_00_LB=Graphviz -> _SVG
48 FT_00_CM=dot -Tsvg -O "%f"
50 FT_01_LB=Graphviz -> _EPS
51 FT_01_CM=dot -Teps -O "%f"
53 EX_00_LB=V_iew SVG File
54 EX_00_CM=exo-open "%f.svg"
56 EX_01_LB=_View EPS File
57 EX_01_CM=exo-open "%f.eps"