2009-11-23 01:34:38 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
< html > < head > < meta content = "text/html; charset=UTF-8" http-equiv = "content-type" > < title > Shell Extension< / title >
< link rel = "stylesheet" href = "styles.css" type = "text/css" >
2009-07-02 12:45:08 +00:00
< / head > < body >
< h1 > Shell
2009-11-23 01:34:38 +00:00
Extension< / h1 >
< p > By default the Notepad++ installer comes with a Shell
2009-07-02 12:45:08 +00:00
extension. This is not really part of the Notepad++ program but very
useful. If you choose to install it, then any file you rightclick on
will show an entry named “ Edit with Notepad++” with the Notepad++
icon.< p >
Please
note that to install or remove the extension, it sometimes is
required to restart the Explorer process. For this you can reboot,
2009-11-23 01:34:38 +00:00
logout and log back in or use the task manager to kill explorer
(Windows NT and up) and restart it again. You can do this by hitting < span class = "shortcut" > Ctrl+Alt+Shift+Del< / span > .
2009-07-02 12:45:08 +00:00
< p > If the Shell extension is
already installed, the Notepad++ installer cannot update or overwrite
2009-11-23 01:34:38 +00:00
it, you first have to uninstall it and restart Explorer.
2009-12-05 01:46:08 +00:00
< p > If you issue the install command for the dll, which is < tt > regsvr32 /i NppShell_01.dll< / tt > , a dialog box will pop up from which various details of the behaviour of the extension can be tweaked. The trailing number will increase as versions go.
2009-07-02 12:45:08 +00:00
< / body > < / html >