On Tue, 2005-31-05 at 18:52 +0300, Juha Koskela wrote:
> Hello,
>=20
> I've been writing a netbeans module to synchronize java source code
> from .glade file (e.g. generate code for signal handlers, member
> variables for widgets and so on). Currently I have working code
> generation either from scratch or filling a code template. I have
> planned how to do synchronization (update) of the .java file when the
> .glade file has been changed, but not much for that is yet
> implemented.
>
> I know there is a plugin for eclipse but does it do code
> synchronization? If not then maybe my code can be used there. The
> synchronization part is not depending on netbeans in any way (it can
> even be run as separate java application from command line).
Nope, I'd really like to see your code. What license will you release
the code under? The Eclipse plugin will be LGPL and it would be cool if
your code was released under a compatible license. If you need temporary
home, I can give you some space in my svn repo, just let me know.
Cheers, Ben
|