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
22 mime_type=text/vnd.graphviz
24 # the following characters are these which a "word" can contains, see documentation
25 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
27 # single comments, like # in this file
33 # set to false if a comment character/string should start at column 0 of a line, true uses any
34 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
36 # setting to false would generate this
38 # This setting works only for single line comments
39 comment_use_indent=true
41 # context action command (please see Geany's main documentation for details)
46 # 0 is spaces, 1 is tabs, 2 is tab & spaces
50 FT_00_LB=Graphviz -> _SVG
51 FT_00_CM=dot -Tsvg -O "%f"
53 FT_01_LB=Graphviz -> _EPS
54 FT_01_CM=dot -Teps -O "%f"
56 EX_00_LB=V_iew SVG File
57 EX_00_CM=exo-open "%f.svg"
59 EX_01_LB=_View EPS File
60 EX_01_CM=exo-open "%f.eps"