Re: [PATCH] Add options for opening dropped files in new tabs

2010-08-05 Fir de Conversatie björn
On 5 August 2010 20:43, björn wrote: > On 5 August 2010 19:24, Michael Trim wrote: >> >> The Ctrl key functionality is part of the existing code, and is not >> relied on or provided by this patch.  The Ctrl modifier just allows >> the user to force the opposite behaviour to the actual state of the

Re: [PATCH] Add options for opening dropped files in new tabs

2010-08-05 Fir de Conversatie björn
On 5 August 2010 19:24, Michael Trim wrote: > > The Ctrl key functionality is part of the existing code, and is not > relied on or provided by this patch.  The Ctrl modifier just allows > the user to force the opposite behaviour to the actual state of the > 'dropsplit' option.  Without modifier sup

Re: [PATCH] Add options for opening dropped files in new tabs

2010-08-05 Fir de Conversatie Michael Trim
On 4 August 2010 20:16, björn wrote: > On 4 August 2010 21:01, Michael Trim wrote: >> >> The two options as implemented in the patch are not mutually >> exclusive, though they could perhaps be better named: >> - nodropnewtab + nodropsplit (default) = current behaviour, where >> dropped files will

Re: [PATCH] Add options for opening dropped files in new tabs

2010-08-04 Fir de Conversatie björn
On 4 August 2010 21:01, Michael Trim wrote: > > The two options as implemented in the patch are not mutually > exclusive, though they could perhaps be better named: > - nodropnewtab + nodropsplit (default) = current behaviour, where > dropped files will be opened in a (horizontally) split window if

Re: [PATCH] Add options for opening dropped files in new tabs

2010-08-04 Fir de Conversatie Michael Trim
On 4 August 2010 12:20, björn wrote: > On 3 August 2010 23:28, Lech Lorens wrote: >> On 03-Aug-2010 Michael Trim wrote: >>> The attached patch adds two options which together allow dropped files >>> to always be loaded as tabs instead of in the current window or a >>> split window.  Files loaded v

Re: [PATCH] Add options for opening dropped files in new tabs

2010-08-04 Fir de Conversatie björn
On 3 August 2010 23:28, Lech Lorens wrote: > On 03-Aug-2010 Michael Trim wrote: >> The attached patch adds two options which together allow dropped files >> to always be loaded as tabs instead of in the current window or a >> split window.  Files loaded via the Windows shell extension ("Edit >> wit

Re: [PATCH] Add options for opening dropped files in new tabs

2010-08-03 Fir de Conversatie Lech Lorens
On 03-Aug-2010 Michael Trim wrote: > The attached patch adds two options which together allow dropped files > to always be loaded as tabs instead of in the current window or a > split window. Files loaded via the Windows shell extension ("Edit > with existing Vim...") should also be affected, sin

[PATCH] Add options for opening dropped files in new tabs

2010-08-03 Fir de Conversatie Michael Trim
The attached patch adds two options which together allow dropped files to always be loaded as tabs instead of in the current window or a split window. Files loaded via the Windows shell extension ("Edit with existing Vim...") should also be affected, since the shell extension sends a WM_DROPFILES

Re: [PATCH] Add options for opening dropped files in new tabs

2010-08-03 Fir de Conversatie Bram Moolenaar
Michael Trim wrote: > The attached patch adds two options which together allow dropped files > to always be loaded as tabs instead of in the current window or a > split window. Files loaded via the Windows shell extension ("Edit > with existing Vim...") should also be affected, since the shell >