Had a crash on my machine last week. All the important stuff was backed up
so just an annoyance... Lost a few configuration files.
Went to re-install Eagle 5.11 and set Notpad++ as my external editor. Was
making me absolutely crazy as I would enter the path and next time the
program opened, path was corrupted.
This is what finally worked (copied from eaglerc but entered from control
panel - Options - User interface). note that the eaglerc entry has an extra
set of quote marks bounding the entire string.
Interface.ExternalTextEditor = ""c:\Program Files\Notepad+\Notepad+.exe"
"%F""
Every time opened Eagle, the editor string was showing \ otepad++...
Finally realized that Case was *important*
I had originally entered the string as "c:\program
files\notepad+\notepad+.exe" "%F"
Was able to duplicate this by putting the errant string into the external
text editor box.
Another one of life's little mysteries solved - Oppie