[Github-comments] [geany/geany] Add Arduino custom filetype (#1339)

Matthew Brush notifications at xxxxx
Fri Dec 16 09:32:29 UTC 2016


codebrainz requested changes on this pull request.

Other than hardcoding one of many boards, everything else looks good to me.

> +
+[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

Is the UNO a really common board and/or compatible with other boards? Like if I had a LilyPad with an ATmega168V, is this default going give me a bad time?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1339#pullrequestreview-13298728
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161216/18bae3d1/attachment.html>


More information about the Github-comments mailing list