[MonoDevelop] Code folding

John Luke jluke@users.sourceforge.net
Thu, 08 Apr 2004 15:39:56 -0400


On Thu, 2004-04-08 at 13:58 -0500, Casey Winans wrote:
> > My understanding is that the underlying text editor (GtkText*), doesnt
> > support invisible text. We will be unable to implement code folding
> > until the editor does so.
> 
> > > Will we have folding support in the near future? It's a feature of
> > > Visual Studio's editor that I miss very much.
> 
> I submitted a bug (enhancement) for this... hopefully this will make it
> into 2.5.x of GTK+.
> 

I thought this is already available but maybe just broken in GTK 2.2 and
that GTK 2.4 had fixed it if it was? From GtkTextAttributes docs at
http://developer.gnome.org/doc/API/2.0/gtk/GtkTextTag.html#GtkTextAttributes

/* hide the text  */
guint invisible : 1;