[scite] Re: 1.74 crashes under FC7 X86_64

2007-08-23 Thread Jan Boehme
Hi! Maxime Carron wrote: I'm a bit new to SciTE, but I don't suffer from any problem with it on F-7.x86_64. SciTE crashes with every files or only with SciTEGlobal.properties? SciTE crashes with some files not only with SciTEGlobal.properties. I removed my personal properties file and now it

Re: [scite] [PATCH] SciTE 1.74 GTK+: layout based on native GtkPaned widget

2007-08-23 Thread Stanislav Maslovski
Hello, Here goes the 3rd version of the patch (attached). - focus behaviour corrected (finally?) - LayoutUI() is now called after the properties have been read - set minimum size hint to wContent Please check. -- Stanislav On Tue, Aug 21, 2007 at 09:33:33AM +1000, Neil Hodgson wrote:

Re: [scite] Re: 1.74 crashes under FC7 X86_64

2007-08-23 Thread Stanislav Maslovski
Hello, On Thu, Aug 23, 2007 at 09:37:48AM +0200, Jan Boehme wrote: Hi! Maxime Carron wrote: I'm a bit new to SciTE, but I don't suffer from any problem with it on F-7.x86_64. SciTE crashes with every files or only with SciTEGlobal.properties? SciTE crashes with some files not only

Re: [scite] Re: 1.74 crashes under FC7 X86_64

2007-08-23 Thread Neil Hodgson
Jan Boehme: (scite:4552): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() when I open SciTEGlobal.properties and scroll down to: ... chars.accented=ŠšŒœŸÿÀàÁáÂâÃãÄäÅåÆæÇçÈèÉéÊêËëÌìÍíÎîÏïÐðÑñÒòÓóÔôÕõÖØøÙùÚúÛûÜüÝýÞþßö This is a set of byte values and should not be

Re: [scite] Re: 1.74 crashes under FC7 X86_64

2007-08-23 Thread Stanislav Maslovski
On Thu, Aug 23, 2007 at 10:43:23PM +1000, Neil Hodgson wrote: # Try this: # # 1. convert properties files to utf-8 using iconv (or you can do it only # with your user properties file). Don't do this to SciTEGlobal.properties as it will make chars.accented useless. Oops, I did not know.

Re: [scite] Re: 1.74 crashes under FC7 X86_64

2007-08-23 Thread Neil Hodgson
Stanislav Maslovski: Oops, I did not know. If they are byte values, then what encoding is assumed for them? None really. Its a set of bytes that have values between 128 and 255 and are often printable characters in various encodings. The first line is OK for ISO-8859-1 or -15 or Windows

[scite] addition: remove a couple of unused vars

2007-08-23 Thread Stanislav Maslovski
I forgot to remove a couple of old variables that are not used anymore. Correction attached. -- Stanislav diff -urN scite-1.74-orig/scite/gtk/SciTEGTK.cxx scite-1.74/scite/gtk/SciTEGTK.cxx --- scite-1.74-orig/scite/gtk/SciTEGTK.cxx 2007-08-23 23:24:19.759831904 +0400 +++