@codebrainz commented on this pull request.


In data/filedefs/filetypes.Arduino.conf:

> +
+[indentation]
+#width=2
+# 0 is spaces, 1 is tabs, 2 is tab & spaces
+#type=0
+
+
+# Use this reference for making up Arduino command lines:
+# https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc
+[build-menu]
+FT_00_LB=_Build
+FT_00_CM=arduino --verify "%d/%f" --board arduino:avr:uno
+FT_00_WD=
+
+FT_01_LB=Build (_Verbose)
+FT_01_CM=arduino --verify --verbose-build "%d/%f" --board arduino:avr:uno

Of course I would love to have a board selection menu, but I guess we need a plugin rather than a filetype, for that. In fact, I am actually considering the possibility of writing an Arduino plugin.

That would be cool.

but I think it is more practical to override it by customizing the command line in the project settings in Geany

Sounds reasonable.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.