We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76605d9 commit 01edf39Copy full SHA for 01edf39
filetypes.README
@@ -0,0 +1,2 @@
1
+Copy files from /usr/share/geany to this directory to overwrite them. To use the defaults, just delete the file in this directory.
2
+For more information read the documentation (in /usr/share/doc/geany/html/index.html or visit http://www.geany.org/).
filetypes.cpp
@@ -0,0 +1,7 @@
+[build-menu]
+FT_00_LB=_Compile
3
+FT_00_CM=g++-7 -std=c++17 -Wall -Wunused -Wuninitialized -Wfloat-equal -Woverflow -Wshadow -Wextra -Wconversion -DABHI "%f" -o ./"%e"
4
+FT_00_WD=
5
+FT_01_LB=_Build
6
+FT_01_CM=g++ -std=c++14 -Wall -Wunused -Wuninitialized -Wfloat-equal -Woverflow -Wshadow -Wextra -Wconversion -DABHI "%f" -o ./"%e"
7
+FT_01_WD=
0 commit comments