Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to save settings in notepad++

Tags:

notepad++

I installed notepad++ V 6.2.3. Never used it before.

Windows 7.

I took all defaults in installation. Opened an html file, and changed editor setting for the html file so that no coloring is there and other things using the Settings->Preferences.

Now when I open another HTML file using notepad++, I do not see the preferences I changed there. The preferences are only active when I open the first HTML file where I made the changes in.

How can I save settings so that it affects all files of type .html and not just that one file?

It is strange that there is no save settings option any where.

like image 535
steve h Avatar asked Feb 01 '13 16:02

steve h


1 Answers

Notepad++ writes settings into XML files automatically. Those are usually in C:\Users[user]\AppData\Roaming\Notepad++, which is "protected" area for Windows 7, requiring administrator permission to edit.

Try running Notepad++ as administrator so it can modify its config files. It's probably most convenient to edit the shortcut so it always runs as administrator.

like image 92
Primoz Avatar answered Oct 16 '22 18:10

Primoz