$(LEFT_VIEW_FILE) and $(RIGHT_VIEW_FILE) are internal variables of NppExec, as noticed in NppExec.txt ("Additional environment variables").
If you want these variables in Notepad++ generally, this is a request to Don HO.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is possible to use the follow external program from the Run menu:
<Command name="Kdiff" Ctrl="yes" Alt="no" Shift="no"
Key="68">C:\Programmi\KDiff3\kdiff3.exe "$(LEFT_VIEW_FILE)"
"$(RIGHT_VIEW_FILE)"</Command>
I've tried it but it doesn't work (but it works if i use it in NppExec !!)
Any suggestion ?
Thanks
Mauro
$(LEFT_VIEW_FILE) and $(RIGHT_VIEW_FILE) are internal variables of NppExec, as noticed in NppExec.txt ("Additional environment variables").
If you want these variables in Notepad++ generally, this is a request to Don HO.
Ok, thanks for the reply.
If Don HO will consider it, i think this could be usefull also for other user.
regards
Mauro