Page 1 of 1

programming with aduino

Posted: Fri Mar 07, 2014 3:13 am
by diegosantos
hi every body
can i use zeus edit for programming arduino uno ?

much love, diego

Posted: Fri Mar 07, 2014 3:59 am
by jussij
Hi Diego,
can i use zeus edit for programming arduino uno?

With some user configuration you can use Zeus with almost any programming language ;)

But as Zeus doesn't come configured for arduino you'll first need to do some one off configuration.

The first thing you're going to need is create a new document type and you can read about this here.

As an example, this page gives an example creating a new document type for the VHDL language.

You may also want to define a few code templates as described here.

It is also quite easy to get the ctags to work with any new language.

As an example this page shows how to add ctags for the Clipper language.

Finally the Tutorials, Tips and Tricks section has many examples of setting up Zeus for a new language.

Cheers Jussi

Posted: Fri Mar 07, 2014 4:44 am
by jussij
And it should also be possible to configure Zeus to do code folding. For more details see here.

Cheers Jussi