FYI, I gave up on GtkSourceView under Windows and switched to Mono.TextEditor from MonoDevelop. It is working great on Windows, Mac, and Linux.
In case anyone is interested, this is now part of the Pyjama Project. Pyjama is an IDE and shell designed for multiple languages (Python, Ruby, Scheme, etc). It runs under Mono, with GUI provided by Gtk#. For more information, please see: http://pyjamaproject.org/ -Doug On Thu, Jan 6, 2011 at 10:05 PM, Doug Blank <[email protected]> wrote: > Hello, > > I am running Mono 2.8.1 on Windows 7, and looking to use with > IronPython. This works fine on Linux: > > import clr > clr.AddReference("gtksourceview2-sharp") > import GtkSourceView > > Where can I get binaries for Windows? Or, how can I build this library > for Windows? > > Thanks for any pointers! > > -Doug > _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
