I asked for a tiny change to also recognize Arduino files as a C++ program: could you add the *.ino extension to the file data/filetype_extensions.conf ? Line number 11 would then look like:
C++=*.cpp;*.cxx;*.c++;*.cc;*.h;*.hpp;*.hxx;*.h++;*.hh;*.C;*.H;*.ino;
The feature tracker is not obsolete. But isn't Ardoino plain C?
Cheers, Frank
Arduino is C/C++, as the objects can have functions e.g. "Serial.begin()" to start the communication over the USB connection. Setting Geany to C++ also creates a lot more symbols,.. In practice knowledge of C will be sufficient as there is only 1 or 2KB RAM to spend.
Greetings,
Peter Scholtens