Don't return with an argument in a function returning void
[geany-mirror.git] / data / filetypes.abaqus
blob74bcfd63db2c080208085cc4564d242e539eb676
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # Edit these in the colorscheme .conf file instead
4 default=default
5 comment=comment_line
6 number=number
7 string=string_1
8 operator=operator
9 processor=preprocessor
10 starcommand=keyword
11 argument=parameter
13 [keywords]
14 # all items must be in one line
15 starcommands=amplitude assembly beam boundary buckle bulk cload conditions conductivity contact damping density dload dsflux dsload dynamic el elastic element element output elgen elset encastre end step expansion explicit equation embedded element field freq frequency friction generate heading heat transfer history imperfectio import include initial initial conditions instance interactio internal interval marks material monitor mpc ncopy nfill ngen nlgeom node node output node print nset number output pair parameter part physical constants plastic print preprint radiate restart shell shell section solid section specific heat sradiate static step surface temperature time type variable viscosity 
16 arguments=elset engineering inc input line material name nset pin tie type write generate field variable history stefan boltzmann absolute zero zero frequency steady state new old set change number shift model position newset oldset host
18 [settings]
19 # default extension used when saving files
20 extension=inp
22 # the following characters are these which a "word" can contains, see documentation
23 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
25 # single comments, like # in this file
26 comment_single=**
27 # multiline comments
28 #comment_open=
29 #comment_close=
31 # set to false if a comment character/string should start at column 0 of a line, true uses any
32 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
33         #command_example();
34 # setting to false would generate this
35 #       command_example();
36 # This setting works only for single line comments
37 comment_use_indent=false
39 # context action command (please see Geany's main documentation for details)
40 context_action_cmd=
42 [indentation]
43 #width=4
44 # 0 is spaces, 1 is tabs, 2 is tab & spaces
45 #type=1
48 [build_settings]
49 # %f will be replaced by the complete filename
50 # %e will be replaced by the filename without extension
51 # (use only one of it at one time)
52 compiler=
53 run_cmd=abaqus job="%f" interactive datacheck
55 [build-menu]
56 FT_00_LB=Datacheck
57 FT_00_CM=abaqus job="%f" interactive datacheck
58 FT_00_BD=false
59 FT_01_LB=Run Job
60 FT_01_CM=abaqus job="%f" interactive
61 FT_01_BD=false