Re[2]: [scite] for your consideration, a patch to OpenSelected()

2007-08-18 Thread mozers
Saturday, August 18, 2007, 7:16:04 AM, Neil wrote: NH> April White: >> a suggested patch to the OpenSelected() method so that if the selected >> text is a directory, the 'open dialog' appears. NH>Why would someone want this? In SciTe-Ru Pack IDM_OPENSELECTED command is replaced on lua a script

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

Re: [scite] for your consideration, a patch to OpenSelected()

2007-08-18 Thread April White
Neil Hodgson wrote: April White: a suggested patch to the OpenSelected() method so that if the selected text is a directory, the 'open dialog' appears. Why would someone want this? I've found it useful to be able to easily open the folder that the filename is in, without having

Re: [scite] for your consideration, a patch to OpenSelected()

2007-08-18 Thread Neil Hodgson
April White: > I've found it useful to be able to easily open the folder that the > filename is in, without having to ... Is this seen by others as a commonly needed operation? Everyone works differently and this doesn't seem to me to be something that I'd use. Its not easily discoverable eith

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

2007-08-18 Thread Neil Hodgson
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 (OS/X, wxWidgets, QT, ...) so published APIs like this should not chan

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

2007-08-18 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 plat