Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

LIST edit not invoking my specified editor

Aug
132
4
I've set my preferred editor for the LIST command (on the "Windows" tab of the TCC options dialog) to Notepad++, the default path to which on my system is:

C:\Program Files\Notepad++\notepad++.exe​

When I use LIST to view the contents of a file, however, and press the hotkey to edit ('e'), the file is opened in Notepad. The setting seems completely ignored. Is this a bug?
 
Nevermind. I fixed my own problem. For the record, I was foolishly assuming TakeCommand would escape the path with quotes if needed. Once I made sure the path was escaped with quotes for Notepad++, that's what LIST launches. I hope that helps somebody else!
 
I have this (below) and I get Notepad. Quoting it doesn't help.
Code:
v:\> option editor
editor=L:\TextPad5\TextPad.exe
 
I have this (below) and I get Notepad. Quoting it doesn't help.
Code:
v:\> option editor
editor=L:\TextPad5\TextPad.exe
I think I get it. It's only used if there's no "edit" association.
 

Similar threads

Back
Top