vote up 0 vote down star

Googling has turned up little to nothing.

I need to develop some heavy stuff in m4 and I'd love to do it in my favorite environment with all the bells and whistles thereof.

There are packages for running m4 on just about every platform, such as windows. So I know at the very least I can create a default project and test from the CLI. But I'd rather not :)

flag
This is not the macro-language you're looking for. You can go about your business. (waving hands) :-) – JesperE Nov 26 '08 at 10:18

2 Answers

vote up 0 vote down

You can also try colorer for Eclipse (http://colorer.sourceforge.net/eclipsecolorer/) — it almost certainly supports m4 syntax (though I did not check).

link|flag
vote up 0 vote down

I'm not aware of any specific editing support for m4. However, if you have some time to spare (!) and the BNF for m4, then you could use Xtext (http://wiki.eclipse.org/Xtext) to create a syntax-coloring and -completing editor, with an outline view.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.