On Wednesday 13 May 2009 11:58:03 you wrote: > Gwenael Casaccio wrote: > > Hi, > > > > I've some good news from GtkLauncher : > > > > * Handling of per-workspace variables > > * Inspector improvment view adapted with the object (an instance of > > array, an object, ...) you can create your view for your own class if you > > want * Syntax highlighting on the fly (need some work) > > That's great! Can you handle syntax highlighting really on the fly? > For Blox I made it update when you changed input line (Visual Basic also > did it this way, I think I was inspired by that). > > Paolo
When the GtkTextBuffer is changed I update the view, off course this is not the best solution (when RBParser failed) but it works pretty well. I need to work on the variable scope and classes for the syntax highlighting (should be pretty easy). By the way I've a fresh new : you can go dive and back in the inpector ;) Gwenael -- GtkLauncher for GNU Smalltalk : http://gtklauncher.bioskop.fr/ _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
