diff --git a/data/filedefs/filetypes.CUDA.conf b/data/filedefs/filetypes.CUDA.conf index 13c367bfe8..83207c1b38 100644 --- a/data/filedefs/filetypes.CUDA.conf +++ b/data/filedefs/filetypes.CUDA.conf @@ -48,7 +48,6 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=nvcc -c "%f" linker=nvcc -o "%e" "%f" run_cmd="./%e" diff --git a/data/filedefs/filetypes.Clojure.conf b/data/filedefs/filetypes.Clojure.conf index 1fe92eabad..57ba85b78d 100644 --- a/data/filedefs/filetypes.Clojure.conf +++ b/data/filedefs/filetypes.Clojure.conf @@ -39,6 +39,5 @@ type=0 [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler= run_cmd=clj "%f" diff --git a/data/filedefs/filetypes.Scala.conf b/data/filedefs/filetypes.Scala.conf index 48f4cf59ee..95765c525a 100644 --- a/data/filedefs/filetypes.Scala.conf +++ b/data/filedefs/filetypes.Scala.conf @@ -35,7 +35,6 @@ comment_use_indent=true #[build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) #compiler=g++ -Wall -c "%f" #linker=g++ -Wall -o "%e" "%f" #run_cmd="./%e" diff --git a/data/filedefs/filetypes.TypeScript.conf b/data/filedefs/filetypes.TypeScript.conf index ee7e536969..5b307ef662 100644 --- a/data/filedefs/filetypes.TypeScript.conf +++ b/data/filedefs/filetypes.TypeScript.conf @@ -48,7 +48,6 @@ context_action_cmd= [build-menu] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) #FT_02_LB=_Lint #FT_02_CM=jshint "%f" #FT_02_WD= diff --git a/data/filedefs/filetypes.abaqus b/data/filedefs/filetypes.abaqus index 74bcfd63db..8c51d3d1f5 100644 --- a/data/filedefs/filetypes.abaqus +++ b/data/filedefs/filetypes.abaqus @@ -48,7 +48,6 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler= run_cmd=abaqus job="%f" interactive datacheck diff --git a/data/filedefs/filetypes.actionscript b/data/filedefs/filetypes.actionscript index 8705ec29a8..4751e39ae6 100644 --- a/data/filedefs/filetypes.actionscript +++ b/data/filedefs/filetypes.actionscript @@ -44,7 +44,6 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler= run_cmd= diff --git a/data/filedefs/filetypes.ada b/data/filedefs/filetypes.ada index c5958c246e..e4f4d175b4 100644 --- a/data/filedefs/filetypes.ada +++ b/data/filedefs/filetypes.ada @@ -55,7 +55,6 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=gcc -Wall -c "%f" linker=gnatmake "%e" run_cmd="./%e" diff --git a/data/filedefs/filetypes.asm b/data/filedefs/filetypes.asm index b743ae5cbf..7ff29b532a 100644 --- a/data/filedefs/filetypes.asm +++ b/data/filedefs/filetypes.asm @@ -58,6 +58,5 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=nasm "%f" diff --git a/data/filedefs/filetypes.c b/data/filedefs/filetypes.c index 0f5ce83d94..8b92b8ea87 100644 --- a/data/filedefs/filetypes.c +++ b/data/filedefs/filetypes.c @@ -77,7 +77,6 @@ context_action_cmd= [build-menu] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) FT_00_LB=_Compile FT_00_CM=gcc -Wall -c "%f" FT_00_WD= diff --git a/data/filedefs/filetypes.caml b/data/filedefs/filetypes.caml index 5572d8043d..e2be982a09 100644 --- a/data/filedefs/filetypes.caml +++ b/data/filedefs/filetypes.caml @@ -59,7 +59,6 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=ocamlc -c "%f" linker=ocamlc -o "%e" "%f" run_cmd="./%e" diff --git a/data/filedefs/filetypes.cpp b/data/filedefs/filetypes.cpp index 94306f13d0..3bfa4ef246 100644 --- a/data/filedefs/filetypes.cpp +++ b/data/filedefs/filetypes.cpp @@ -47,7 +47,6 @@ context_action_cmd= [build-menu] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) FT_00_LB=_Compile FT_00_CM=g++ -Wall -c "%f" FT_00_WD= diff --git a/data/filedefs/filetypes.cs b/data/filedefs/filetypes.cs index e5bea2677e..2c910a78a7 100644 --- a/data/filedefs/filetypes.cs +++ b/data/filedefs/filetypes.cs @@ -48,7 +48,6 @@ [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) # be careful following settings are untested compiler=mcs /t:winexe "%f" /r:System,System.Drawing run_cmd=mono "%e.exe" diff --git a/data/filedefs/filetypes.d b/data/filedefs/filetypes.d index be6e906776..c4e876235a 100644 --- a/data/filedefs/filetypes.d +++ b/data/filedefs/filetypes.d @@ -69,7 +69,6 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=dmd -w -c "%f" linker=dmd -w -of"%e" "%f" # you can also use the gdc compiler, please use the "gdmd" wrapper script(included with gdc) diff --git a/data/filedefs/filetypes.erlang b/data/filedefs/filetypes.erlang index d7acf7a172..0e0c38bd84 100644 --- a/data/filedefs/filetypes.erlang +++ b/data/filedefs/filetypes.erlang @@ -76,6 +76,5 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=erlc "%f" run_cmd=erl "%f" diff --git a/data/filedefs/filetypes.f77 b/data/filedefs/filetypes.f77 index 51662faeb7..accb7cc900 100644 --- a/data/filedefs/filetypes.f77 +++ b/data/filedefs/filetypes.f77 @@ -59,7 +59,6 @@ primary=access action advance allocatable allocate apostrophe assign assignment [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=gfortran -Wall -c "%f" linker=gfortran -Wall -o "%e" "%f" run_cmd="./%e" diff --git a/data/filedefs/filetypes.fortran b/data/filedefs/filetypes.fortran index bfc39ee478..9e3f4ddcca 100644 --- a/data/filedefs/filetypes.fortran +++ b/data/filedefs/filetypes.fortran @@ -43,7 +43,6 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=gfortran -Wall -c "%f" linker=gfortran -Wall -o "%e" "%f" run_cmd="./%e" diff --git a/data/filedefs/filetypes.freebasic b/data/filedefs/filetypes.freebasic index ded81570ec..a817dc0e3e 100644 --- a/data/filedefs/filetypes.freebasic +++ b/data/filedefs/filetypes.freebasic @@ -65,7 +65,6 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=fbc -w all "%f" run_cmd="./%e" diff --git a/data/filedefs/filetypes.gdscript b/data/filedefs/filetypes.gdscript index 9b31f5db65..7ca528779b 100644 --- a/data/filedefs/filetypes.gdscript +++ b/data/filedefs/filetypes.gdscript @@ -56,7 +56,6 @@ type=1 [build-menu] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) FT_00_LB=_Compile FT_00_CM= FT_00_WD= diff --git a/data/filedefs/filetypes.glsl b/data/filedefs/filetypes.glsl index d84d49820a..225b80b1bf 100644 --- a/data/filedefs/filetypes.glsl +++ b/data/filedefs/filetypes.glsl @@ -44,7 +44,6 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) #compiler= #linker= #run_cmd= diff --git a/data/filedefs/filetypes.haskell b/data/filedefs/filetypes.haskell index 953d419156..c255c4f55d 100644 --- a/data/filedefs/filetypes.haskell +++ b/data/filedefs/filetypes.haskell @@ -75,7 +75,6 @@ context_action_cmd= [build-menu] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) FT_00_LB=_Compile FT_00_CM=ghc --make "%f" FT_00_WD= diff --git a/data/filedefs/filetypes.haxe b/data/filedefs/filetypes.haxe index 7b8e26f5de..ed59c285fa 100644 --- a/data/filedefs/filetypes.haxe +++ b/data/filedefs/filetypes.haxe @@ -44,7 +44,6 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=haxe -neko "%e.n" -cp . "%f" run_cmd=neko "%e" diff --git a/data/filedefs/filetypes.html b/data/filedefs/filetypes.html index 461397931e..8217f8ba21 100644 --- a/data/filedefs/filetypes.html +++ b/data/filedefs/filetypes.html @@ -132,7 +132,6 @@ [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) # use a syntax checker and ignore the formatted output compiler=tidy %f >/dev/null diff --git a/data/filedefs/filetypes.java b/data/filedefs/filetypes.java index f3f7f6ec0f..16b4d3fba4 100644 --- a/data/filedefs/filetypes.java +++ b/data/filedefs/filetypes.java @@ -45,6 +45,5 @@ [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=javac "%f" run_cmd=java "%e" diff --git a/data/filedefs/filetypes.javascript b/data/filedefs/filetypes.javascript index ea751fd55f..d6c3d11e7f 100644 --- a/data/filedefs/filetypes.javascript +++ b/data/filedefs/filetypes.javascript @@ -45,7 +45,6 @@ context_action_cmd= [build-menu] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) FT_02_LB=_Lint FT_02_CM=jshint "%f" FT_02_WD= diff --git a/data/filedefs/filetypes.julia b/data/filedefs/filetypes.julia index c834c80649..ffd8f431ed 100644 --- a/data/filedefs/filetypes.julia +++ b/data/filedefs/filetypes.julia @@ -76,6 +76,5 @@ type=0 [build-menu] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler= run_cmd=julia "%f" diff --git a/data/filedefs/filetypes.latex b/data/filedefs/filetypes.latex index f5a3d8bb83..98c6ff2950 100644 --- a/data/filedefs/filetypes.latex +++ b/data/filedefs/filetypes.latex @@ -56,7 +56,6 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=latex --file-line-error-style "%f" # it is called linker, but here it is an alternative compiler command linker=pdflatex --file-line-error-style "%f" diff --git a/data/filedefs/filetypes.lisp b/data/filedefs/filetypes.lisp index 7ec277ec09..00d7152d5c 100644 --- a/data/filedefs/filetypes.lisp +++ b/data/filedefs/filetypes.lisp @@ -51,6 +51,5 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler= run_cmd=clisp "%f" diff --git a/data/filedefs/filetypes.lua b/data/filedefs/filetypes.lua index d73059a947..20979d3730 100644 --- a/data/filedefs/filetypes.lua +++ b/data/filedefs/filetypes.lua @@ -73,7 +73,6 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler= run_cmd=lua "%f" diff --git a/data/filedefs/filetypes.matlab b/data/filedefs/filetypes.matlab index 8b17c70270..ce5b46a86b 100644 --- a/data/filedefs/filetypes.matlab +++ b/data/filedefs/filetypes.matlab @@ -50,6 +50,5 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler= run_cmd=octave -q "%f" diff --git a/data/filedefs/filetypes.nsis b/data/filedefs/filetypes.nsis index 092cd2e90a..68dc48d9de 100644 --- a/data/filedefs/filetypes.nsis +++ b/data/filedefs/filetypes.nsis @@ -64,6 +64,5 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=makensis "%f" run_cmd="./%e" diff --git a/data/filedefs/filetypes.objectivec b/data/filedefs/filetypes.objectivec index 6adbbddcae..7b16455dc2 100644 --- a/data/filedefs/filetypes.objectivec +++ b/data/filedefs/filetypes.objectivec @@ -46,7 +46,6 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=gcc -Wall -c "%f" linker=gcc -Wall -o "%e" "%f" -lobjc run_cmd="./%e" diff --git a/data/filedefs/filetypes.pascal b/data/filedefs/filetypes.pascal index 621b70f500..17d0432fc4 100644 --- a/data/filedefs/filetypes.pascal +++ b/data/filedefs/filetypes.pascal @@ -61,6 +61,5 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=fpc "%f" run_cmd="./%e" diff --git a/data/filedefs/filetypes.perl b/data/filedefs/filetypes.perl index 6af9b87c7b..fbab537102 100644 --- a/data/filedefs/filetypes.perl +++ b/data/filedefs/filetypes.perl @@ -92,7 +92,6 @@ [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=perl -cw "%f" diff --git a/data/filedefs/filetypes.php b/data/filedefs/filetypes.php index 472374fdc4..8a77a5d37e 100644 --- a/data/filedefs/filetypes.php +++ b/data/filedefs/filetypes.php @@ -46,7 +46,6 @@ [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=php -l "%f" run_cmd=php "%f" diff --git a/data/filedefs/filetypes.po b/data/filedefs/filetypes.po index 0e037852c1..d15d2f0768 100644 --- a/data/filedefs/filetypes.po +++ b/data/filedefs/filetypes.po @@ -53,6 +53,5 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=msgfmt --check --check-accelerators=_ "%f" diff --git a/data/filedefs/filetypes.powershell b/data/filedefs/filetypes.powershell index cde5769746..a5f35e1250 100644 --- a/data/filedefs/filetypes.powershell +++ b/data/filedefs/filetypes.powershell @@ -55,5 +55,4 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) run_cmd=powershell -file "%f" diff --git a/data/filedefs/filetypes.python.in b/data/filedefs/filetypes.python.in index 922d821d7a..64b836981c 100644 --- a/data/filedefs/filetypes.python.in +++ b/data/filedefs/filetypes.python.in @@ -70,7 +70,6 @@ context_action_cmd= [build-menu] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) FT_00_LB=_Compile FT_00_CM=@PYTHON_COMMAND@ -m py_compile "%f" FT_00_WD= diff --git a/data/filedefs/filetypes.ruby b/data/filedefs/filetypes.ruby index 5a18bec97d..cce3874f13 100644 --- a/data/filedefs/filetypes.ruby +++ b/data/filedefs/filetypes.ruby @@ -76,7 +76,6 @@ context_action_cmd= [build-menu] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) FT_00_LB=_Compile FT_00_CM=ruby -wc "%f" FT_00_WD= diff --git a/data/filedefs/filetypes.sh b/data/filedefs/filetypes.sh index 715e07cc29..47ac7634b8 100644 --- a/data/filedefs/filetypes.sh +++ b/data/filedefs/filetypes.sh @@ -55,7 +55,6 @@ context_action_cmd= [build-menu] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) FT_02_LB=_Lint FT_02_CM=shellcheck --format=gcc "%f" FT_02_WD= diff --git a/data/filedefs/filetypes.tcl b/data/filedefs/filetypes.tcl index bd2770f5dd..5f198b0c6e 100644 --- a/data/filedefs/filetypes.tcl +++ b/data/filedefs/filetypes.tcl @@ -64,7 +64,6 @@ context_action_cmd= [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=tclsh "%f" run_cmd=tclsh "%f" diff --git a/data/filedefs/filetypes.vala b/data/filedefs/filetypes.vala index cbac0818ab..8dce4b1a6f 100644 --- a/data/filedefs/filetypes.vala +++ b/data/filedefs/filetypes.vala @@ -48,7 +48,6 @@ comment_close=*/ [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=valac -c "%f" linker=valac "%f" run_cmd=./"%e" diff --git a/data/filedefs/filetypes.xml b/data/filedefs/filetypes.xml index b1cefa66b2..713d74456b 100644 --- a/data/filedefs/filetypes.xml +++ b/data/filedefs/filetypes.xml @@ -42,7 +42,6 @@ xml_indent_tags=true [build-menu] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) FT_02_LB=_Lint FT_02_CM=xmllint --noout "%f" FT_02_WD= diff --git a/data/filedefs/filetypes.zephir b/data/filedefs/filetypes.zephir index 3d94e27eb5..49487dcd93 100644 --- a/data/filedefs/filetypes.zephir +++ b/data/filedefs/filetypes.zephir @@ -20,5 +20,4 @@ extension=zep [build_settings] # %f will be replaced by the complete filename # %e will be replaced by the filename without extension -# (use only one of it at one time) compiler=zephir build