RE: RE: [Java-gnome-developer] Scintilla (again?)
Brought to you by:
afcowie
|
From: Robert S. <ro...@st...> - 2002-04-11 15:39:34
|
> > Do you plan to support the Scintilla widget in the future? > > If so do you think it's possible to integrate it into your code > > generation or is this all manual work? > > IMHO a little editor would be a nice way for me to get started with > > java-gtk. > > I am not familiar with the Scintilla widget. > Is this widget included with the standard GTK/GNOME? I don't think so but quite a few (even commercial like ActiveState's Komodo) apps rely on it. > Where can I read about it? http://www.scintilla.org > I will be adding examples demonstrating the new Text widget > sometime this week. It is a very robust widget and you might > be able to use it for your little editor. I don't know much about the gtk text widget but from what gtk2's gtk-demo shows me it looks very powerful too. |