Branch: refs/heads/master Author: Nick Treleaven ntrel002@gmail.com Committer: GitHub noreply@github.com Date: Tue, 11 Apr 2023 16:17:06 UTC Commit: 5298f51f41bb29e41970456652d2314ce609bcce https://github.com/geany/geany/commit/5298f51f41bb29e41970456652d2314ce609bc...
Log Message: ----------- [filetype config] Remove outdated comment (#3449)
E.g. %e can be used twice in the same command.
Modified Paths: -------------- data/filedefs/filetypes.CUDA.conf data/filedefs/filetypes.Clojure.conf data/filedefs/filetypes.Scala.conf data/filedefs/filetypes.TypeScript.conf data/filedefs/filetypes.abaqus data/filedefs/filetypes.actionscript data/filedefs/filetypes.ada data/filedefs/filetypes.asm data/filedefs/filetypes.c data/filedefs/filetypes.caml data/filedefs/filetypes.cpp data/filedefs/filetypes.cs data/filedefs/filetypes.d data/filedefs/filetypes.erlang data/filedefs/filetypes.f77 data/filedefs/filetypes.fortran data/filedefs/filetypes.freebasic data/filedefs/filetypes.gdscript data/filedefs/filetypes.glsl data/filedefs/filetypes.haskell data/filedefs/filetypes.haxe data/filedefs/filetypes.html data/filedefs/filetypes.java data/filedefs/filetypes.javascript data/filedefs/filetypes.julia data/filedefs/filetypes.latex data/filedefs/filetypes.lisp data/filedefs/filetypes.lua data/filedefs/filetypes.matlab data/filedefs/filetypes.nsis data/filedefs/filetypes.objectivec data/filedefs/filetypes.pascal data/filedefs/filetypes.perl data/filedefs/filetypes.php data/filedefs/filetypes.po data/filedefs/filetypes.powershell data/filedefs/filetypes.python.in data/filedefs/filetypes.ruby data/filedefs/filetypes.sh data/filedefs/filetypes.tcl data/filedefs/filetypes.vala data/filedefs/filetypes.xml data/filedefs/filetypes.zephir
Modified: data/filedefs/filetypes.CUDA.conf 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -49,7 +49,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"
Modified: data/filedefs/filetypes.Clojure.conf 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -40,6 +40,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"
Modified: data/filedefs/filetypes.Scala.conf 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -36,7 +36,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"
Modified: data/filedefs/filetypes.TypeScript.conf 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -49,7 +49,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=
Modified: data/filedefs/filetypes.abaqus 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -49,7 +49,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
Modified: data/filedefs/filetypes.actionscript 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -45,7 +45,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=
Modified: data/filedefs/filetypes.ada 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -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=gcc -Wall -c "%f" linker=gnatmake "%e" run_cmd="./%e"
Modified: data/filedefs/filetypes.asm 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -59,6 +59,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"
Modified: data/filedefs/filetypes.c 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -78,7 +78,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=
Modified: data/filedefs/filetypes.caml 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -60,7 +60,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"
Modified: data/filedefs/filetypes.cpp 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -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_00_LB=_Compile FT_00_CM=g++ -Wall -c "%f" FT_00_WD=
Modified: data/filedefs/filetypes.cs 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -49,7 +49,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"
Modified: data/filedefs/filetypes.d 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -70,7 +70,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)
Modified: data/filedefs/filetypes.erlang 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -77,6 +77,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"
Modified: data/filedefs/filetypes.f77 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -60,7 +60,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"
Modified: data/filedefs/filetypes.fortran 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -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=gfortran -Wall -c "%f" linker=gfortran -Wall -o "%e" "%f" run_cmd="./%e"
Modified: data/filedefs/filetypes.freebasic 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -66,7 +66,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"
Modified: data/filedefs/filetypes.gdscript 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -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=
Modified: data/filedefs/filetypes.glsl 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -45,7 +45,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=
Modified: data/filedefs/filetypes.haskell 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -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=ghc --make "%f" FT_00_WD=
Modified: data/filedefs/filetypes.haxe 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -45,7 +45,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"
Modified: data/filedefs/filetypes.html 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -133,7 +133,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
Modified: data/filedefs/filetypes.java 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -46,6 +46,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"
Modified: data/filedefs/filetypes.javascript 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -46,7 +46,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=
Modified: data/filedefs/filetypes.julia 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -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"
Modified: data/filedefs/filetypes.latex 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -57,7 +57,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"
Modified: data/filedefs/filetypes.lisp 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -52,6 +52,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"
Modified: data/filedefs/filetypes.lua 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -74,7 +74,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"
Modified: data/filedefs/filetypes.matlab 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -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=octave -q "%f"
Modified: data/filedefs/filetypes.nsis 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -65,6 +65,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"
Modified: data/filedefs/filetypes.objectivec 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -47,7 +47,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"
Modified: data/filedefs/filetypes.pascal 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -62,6 +62,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"
Modified: data/filedefs/filetypes.perl 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -93,7 +93,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"
Modified: data/filedefs/filetypes.php 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -47,7 +47,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"
Modified: data/filedefs/filetypes.po 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -54,6 +54,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"
Modified: data/filedefs/filetypes.powershell 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -56,5 +56,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"
Modified: data/filedefs/filetypes.python.in 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -71,7 +71,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=
Modified: data/filedefs/filetypes.ruby 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -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=ruby -wc "%f" FT_00_WD=
Modified: data/filedefs/filetypes.sh 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -56,7 +56,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=
Modified: data/filedefs/filetypes.tcl 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -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=tclsh "%f" run_cmd=tclsh "%f"
Modified: data/filedefs/filetypes.vala 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -49,7 +49,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"
Modified: data/filedefs/filetypes.xml 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -43,7 +43,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=
Modified: data/filedefs/filetypes.zephir 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -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
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).