notepadplusplus_setup
This is an old revision of the document!
Table of Contents
Notepad++ Setup
Theme
- Check if
C:\Program Files\Notepad++\themes\Zenburn.xml
exists. If it does not:- Copy it
Zenburn.xml
from…\Dropbox\Application Settings\Notepad++\themes
.
- Settings → Style Configurator
- Select theme: Zenburn
Font Settings
- Settings → Style Configurator
- Language: Global Styles, Style Global override
- Font name: Consolas or Source Code Pro
- Font size: 10
- Enable global font: Checked
- Enable global font size: Checked
Spelling
- First, install the GNU Aspell application.
- Then, install the English dictionary.
- Restart Notepad++ and it should work fine.
My Additional Languages
Copy userDefineLang.xml
from …\Dropbox\Application Settings\Notepad++
to %appdata%\Notepad++
.
Notepad Replacement (WinXP)
copy "notepad++.exe" "notepad.exe" copy "C:\Program Files\Notepad++\Notepad.exe" "C:\WINNT\servicepackfiles\i386" copy "C:\Program Files\Notepad++\Notepad.exe" "C:\WINNT\system32\dllcache" copy "C:\Program Files\Notepad++\Notepad.exe" "c:\WINNT\system32" copy "C:\Program Files\Notepad++\Notepad.exe" "c:\WINNT\" pause
Plugins
Plugin | Audience | Notes |
---|---|---|
Zen Coding | Developers | |
QuickText | Developers | |
XML Tools | Developers | See this StackOverflow questionfor setup. |
Additional Languages
Get them from here. See installation instructions at bottom of page. Note that %appdata%\Notepad++
is C:\Documents and Settings\sh0863\Application Data\Notepad++
.
The name attribute is not used for linking. It can be set to anything. StyleID is used for linking. The last style listed wins.
- Order the styles by styleID
- Before the first style, insert
- After the first style, insert
- foreach style:
- Change the background to #FF0000 (red)
- Ctrl+Win+F11 (Reload Notepad++)
- Look at what has changed to a red background
- Rename the style name appropriately
- Copy a matching style from above, match up the name and styleID
notepadplusplus_setup.1392239486.txt.gz · Last modified: 2017/01/01 19:50 (external edit)