Editor problems

  • Thread starter Thread starter Paul Boswell
  • Start date Start date
P

Paul Boswell

I am using Edit Pad light as an editor. I have set the file types in
preferences to use it to edit HTML files. When I right click/edit an HTML
file, I get the message:
**The file /content/editor.xul cannot be found**

Can anyone suggest a fix?

TIA

Paul
 
Hi Paul,

What's the command-line you used for the "Edit" verb? Open Regedit and
navigate to:

[HKEY_CLASSES_ROOT\htmlfile\shell]

Export the key and post the contents here.
 
Hi Paul,

In EditPad Lite, under "Options/Preferences/File Types" select
"HTML Document" and click "Always "Edit"this file type with EditPad",
then click "Apply" and "OK". Then, in Internet Explorer, under
"Tools/Internet Options/Programs", under "HTML editor", select
"EditPad Lite", then "Apply" and "OK".

Added tip:

Change and/or Add an HTML Editor (Line 132)
http://www.kellys-korner-xp.com/xp_tweaks.htm

--
All the Best,
Kelly (MS-MVP)

Troubleshooting Windows XP
http://www.kellys-korner-xp.com
 
Minor addition:
In EditPad Lite, under "Options/Preferences/File Types" select "HTML
Document", then click on Associations tab, and click "Always "Edit"this file
type with EditPad", then click "Apply" and "OK".
 
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\htmlfile\shell\Edit\command]
@="\"C:\\Program Files\\Microsoft Office\\Office10\\msohtmed.exe\" %1"

Thanks
Paul



Ramesh said:
Hi Paul,

What's the command-line you used for the "Edit" verb? Open Regedit and
navigate to:

[HKEY_CLASSES_ROOT\htmlfile\shell]

Export the key and post the contents here.

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org


Paul Boswell said:
I am using Edit Pad light as an editor. I have set the file types in
preferences to use it to edit HTML files. When I right click/edit an HTML
file, I get the message:
**The file /content/editor.xul cannot be found**

Can anyone suggest a fix?

TIA

Paul
 
Hi Paul,

It points to Office Frontpage, and not Edit Pad.

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org


Paul Boswell said:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\htmlfile\shell\Edit\command]
@="\"C:\\Program Files\\Microsoft Office\\Office10\\msohtmed.exe\" %1"

Thanks
Paul



Ramesh said:
Hi Paul,

What's the command-line you used for the "Edit" verb? Open Regedit and
navigate to:

[HKEY_CLASSES_ROOT\htmlfile\shell]

Export the key and post the contents here.
 
Ramesh said:
Hi Paul,

It points to Office Frontpage, and not Edit Pad.

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org


Paul Boswell said:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\htmlfile\shell\Edit\command]
@="\"C:\\Program Files\\Microsoft Office\\Office10\\msohtmed.exe\" %1"

Thanks
Paul


Thank you. Recognizing at least the sensitivity with which the registry
should be edited, I would appreciate it if you could direct me past anything
which requires more than my path to EditPad. The \%1 parameter for instance.
Is that required in the path?

Paul
 
The "%1" is required.

Examples:
"c:\windows\notepad.exe" "%1"
"c:\program files\editpad\editpad.exe" "%1"

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org


Paul Boswell said:
Ramesh said:
Hi Paul,

It points to Office Frontpage, and not Edit Pad.

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org


Paul Boswell said:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\htmlfile\shell\Edit\command]
@="\"C:\\Program Files\\Microsoft Office\\Office10\\msohtmed.exe\" %1"

Thanks
Paul


Thank you. Recognizing at least the sensitivity with which the registry
should be edited, I would appreciate it if you could direct me past
anything which requires more than my path to EditPad. The \%1 parameter
for instance. Is that required in the path?

Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top