Hello, I will need to create an application with _javascript_ and GTK+ toolkit and Seed seems the way to go. Is there an editor with context sensitive help for Seed and gir-files? Should I simply start by creating a program that reads all relevant gir-files (XML files) from /usr/share/gir-1.0/* and then presents a function signatures and context help from that. I want to have a list of GTK+ and GDK functions in pure _javascript_ format. The c-manual for GTK+ (on the web) is of course great but context sensitive help would make the development much faster. $ ls -l /usr/share/gir-1.0/* -rw-r--r-- 1 root root 17041 2010-09-23 16:04 /usr/share/gir-1.0/AppIndicator-0.1.gir -rw-r--r-- 1 root root 1706 2010-08-12 02:44 /usr/share/gir-1.0/cairo-1.0.gir -rw-r--r-- 1 root root 1234461 2010-09-16 20:49 /usr/share/gir-1.0/Clutter-1.0.gir ... -rw-r--r-- 1 root root 4314220 2010-09-28 09:29 /usr/share/gir-1.0/Gtk-2.0.gir I work on Fedora14 and Ubuntu Linuxes and Gedit is my editor. Kindly osmo antero (moma) BTW: the new audio-recorder is ready for testing. please see: http://ubuntuforums.org/showthread.php?p=10382643 |