On 03/12/2009 09:50, Philippe Lhoste wrote:
> On 03/12/2009 01:15, JBWT wrote:
>> Is there a way to allow both to be displayed in the context menu?
>
> Yes.
Example:
I have HKCR\.fx entry whose default is just 'javafxfile' (no quotes).
Now, HKCR\javafxfile\shell has already (I created them...) 'compile', 'edit' and 'print'
entries.
'edit' has default value 'Edit script' and its 'command' entry has default REG_SZ with
'"C:\Program Files\UText\SciTE\SciTE.exe" "%L"' value (still no single quote, but double
quotes must be there).
I can create at same level than 'edit' an 'edit2' entry (name isn't important) with
default to 'Edit with Notepad++' (for example: it is the context menu item) and a similar
'command' pointing to Notepad++ path.
I hope it is clear.
The downside is that you have to do that for each entry you have. So you better export
that 'edit' entry and modify the .reg file to cover all the entries.
I did that for a selected number of file types, but most of the time, I do like KHMan and
just drag'n'drop files from Explorer to an opened SciTE window.
I also associate SciTE to all extensions, it is not default but I have Edit with SciTE in
all context menus.
The Send To menu is useful too but last time I tried it, it sent short paths, which aren't
nice in the title...