Re: Re[2]: Re[2]: Compiling for Windows [Was: argv revisited]

2016-05-03 Thread Paolo Borelli
On Tue, May 3, 2016 at 11:52 PM, Andrew Robinson wrote: > The website, https://github.com/wingtk/gtk-win32, looks really good at > first > glance, until you read the fine print where it says, "Any version of VS > apart > from 2013 is not supported". What if I don't have VS

Re: Re[2]: Compiling for Windows [Was: argv revisited]

2016-05-03 Thread Paolo Borelli
On Tue, May 3, 2016 at 9:32 PM, Andrew Robinson wrote: > Been there, done that. The latest version of GTK+ that GNOME has is 2.24, > i.e. > -- there are no 3.x binaries. > > There are many ways to have good gtk3 binaries for Windows: - if you are using mingw you can fetch

Re: gtksourceview-2.0 with custom paths

2011-08-24 Thread Paolo Borelli
Hi Allin, gtksourceview by default uses the XDG base directory specification to lookup .lang files and style schemes, so it should just work without having to manually force the search path with gtk_source_language_manager_set_search_path. For instance gedit is ported to both windows and

Re: large performance difference between gtktextview and gtksourceview

2010-11-05 Thread Paolo Borelli
Actually, gtksourceview is a subclass of gtktextview so it supports BiDi and i18n as good as gtktextview does. If it doesn't it is a bug. With regard to the performance differences, it seems very strange that you see a difference, especially one where gtksourceview is faster. Are you sure you

Re: GtkSourceView build for Windows?

2008-09-08 Thread Paolo Borelli
On lun, 2008-09-08 at 14:35 +0200, Miroslav Rajcic wrote: Does anyone know a good Windows build for GtkSourceView and its dependencies ? I've managed to find only this build: http://code.google.com/p/bpad/wiki/GtksourceviewForWindows When unpacked, it provides .a file instead of .lib

Re: WIN32 - GTKSourceview

2005-07-24 Thread Paolo Borelli
Il giorno dom, 24/07/2005 alle 23.39 +0800, Joseph Turner ha scritto: Hello, Got a rather intriguing issue under windows. Got a gtksourceview with some text that I've put in there When I press enter in the box it doesn't add extra lines to the text, but it does increment the line number