-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Nick Treleaven skrev:
No, it's not your fault. It's difficult for users to install geany-plugins because we haven't made an official release.
Official releases (and perhaps nightly snapshots) would be a realy good idea for the plugins, and also a full list of plugins on the geany website would be good, it seems not all avalible plugins are listed there.
As Dominic said, the geanydbg 'DBG' plugin is not what you want.
Yupp, I've got it up and running now.
@Yura: Could you rename this to 'External Debugger' and geanydebug to 'GDB' to avoid confusion?
Yea, perhaps a more clear name to differentiate between the plugins (along with some documentation) would be good. Is it possible to get involved with documentation of the plugins?
Also a feuture request, on a side note: I found that I can use gcj to build java-code and then use the debugger-plugin to debug javaprograms from geany, wich is excellent of course. Would it be possible to add build arguments to the "java-mode" as well, beside the compile options, in the build-menu (making the java-mode more similar to the c++-mode for example? To compile and build java with Geany I now have to put this rather complex string into the compile options: gcj -c -g -O "%f" && gcj --main="%e" -o "%e" "%e".o
Also having a dropdown menu where I can choose from different compilers would be good, so that I could easily switch between javac and gcj :)
/Micke