User Tools

Site Tools


notepadplusplus_setup

This is an old revision of the document!


Notepad++ Setup

Theme

  1. Settings → Style Configurator
  2. Select theme: Zenburn

Font Settings

  1. Settings → Style Configurator
  2. Language: Global Styles, Style Global override
  3. Font name: Consolas or Source Code Pro
  4. Font size: 10
  5. Enable global font: Checked
  6. Enable global font size: Checked

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 Install using Plugin Manager: Plugins → Plugin Manager → Show Plugin Manager.
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.

  1. Order the styles by styleID
  2. Before the first style, insert
  3. After the first style, insert
  4. foreach style:
    1. Change the background to #FF0000 (red)
    2. Ctrl+Win+F11 (Reload Notepad++)
    3. Look at what has changed to a red background
    4. Rename the style name appropriately
    5. Copy a matching style from above, match up the name and styleID
notepadplusplus_setup.1349381080.txt.gz · Last modified: 2017/01/01 19:50 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki