-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Nick Treleaven skrev:
Check the manual, it should be possible to add a linker= command to your local filetypes.java, then the dialog will also show it.
This was realy easy once I had read manual :-), thanks for pointing me there
Well, Geany will only run commands, not understand build systems, but we are working on making commands more configurable.
What I ment was that I'd like to have the ability to specify two (or more) compiler=/linker=/run_cmd= sections in filetypes.* and then be able to choose which ones to use in a drop down menu, or by checking a radiobutton or something. (Luxury problems, I know, not very high up on the todo-list :-)
Another thing I found now is the "%e" doesen't return filename without filename extension as it does for c++-files, instead it returns filename + .class, so I have to build my executables with gcj - --main="%e" -o "%e.class" "%e.o" in order to be able to run gcj-built java-program with "./%e". Is this also me, doing something wrong?
/Micke