[Java-gnome-developer] A plugin to synchronize java source code from .glade file
Brought to you by:
afcowie
From: Juha K. <ko...@gm...> - 2005-05-31 15:52:06
|
Hello, 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). Next I'll try to find where to publish my code.. And I'll need to do some refactoring (change package names and so on). - Juha Koskela |