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

2007-08-26 Thread Stanislav Maslovski
On Sun, Aug 26, 2007 at 10:47:42PM +1000, Neil Hodgson wrote: Stanislav Maslovski: 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

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

2007-08-26 Thread Stanislav Maslovski
On Sun, Aug 26, 2007 at 05:04:26PM +0400, Stanislav Maslovski wrote: On Sun, Aug 26, 2007 at 10:47:42PM +1000, Neil Hodgson wrote: Stanislav Maslovski: Here goes the 3rd version of the patch (attached). - focus behaviour corrected (finally?) - LayoutUI() is now called after

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

2007-08-23 Thread Stanislav Maslovski
: Stanislav Maslovski: - problem with cursors solved. Using cursorInvalid in this way is good. - focus issues fixed. Oops, not all of them. When the output window is opened to the maximum width the focus goes nowhere... Its OK to be a bit heavy-handed, forcing the focus

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 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.

[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 +++

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

2007-08-20 Thread Stanislav Maslovski
Hello, A new version of the patch is ready. - focus issues fixed. - problem with cursors solved. Please check. -- Stanislav On Sun, Aug 19, 2007 at 12:15:23PM +1000, Neil Hodgson wrote: Hi Stanislav, - cursorLast and the related code was removed because it did not work

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

2007-08-20 Thread Stanislav Maslovski
On Mon, Aug 20, 2007 at 07:48:32PM +0400, Stanislav Maslovski wrote: Hello, A new version of the patch is ready. - focus issues fixed. Oops, not all of them. When the output window is opened to the maximum width the focus goes nowhere... -- Stanislav

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

2007-08-19 Thread Stanislav Maslovski
On Sun, Aug 19, 2007 at 12:15:23PM +1000, Neil Hodgson wrote: Hi Stanislav, - cursorLast and the related code was removed because it did not work with dynamically destroyed/created windows. This removal should not affect the win32 code. There are several other platforms

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

2007-08-18 Thread Stanislav Maslovski
Hello, The attached patch replaces the hard-coded divider logic with one based on GtkPaned. Features: - less code - dynamic change of the layout is still there - flicker when resizing the main editor window is greatly reduced - GtkPaned is themeable which means better interaction with