User Tools

Site Tools


notepadplusplus_setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notepadplusplus_setup [2011/04/06 22:11] stephennotepadplusplus_setup [2018/06/04 23:56] (current) – external edit 127.0.0.1
Line 3: Line 3:
 ===== Theme ===== ===== 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   - Settings → Style Configurator
   - Select theme: Zenburn   - Select theme: Zenburn
 +
 +===== Font Settings =====
 +
 +  - Settings → Style Configurator
 +  - Language: Global Styles, Style Global override
 +  - Font name: **Consolas** (not Fira Code Medium)
 +  - Font size: 9
 +  - Enable global font: Checked
 +  - Enable global font size: Checked
 +
 +===== Spelling =====
 +
 +  - **First**, install the [[http://aspell.net/win32|GNU Aspell]] //application//.
 +  - **Then**, install the English //dictionary//.
 +  - Restart Notepad++ and it should work fine.
 +
  
 ===== My Additional Languages ===== ===== My Additional Languages =====
Line 23: Line 41:
 ===== Plugins ===== ===== Plugins =====
  
-^ Plugin ^ Audience ^ Notes ^ +  - Plugins Plugin Manage > Show Plugin Manager. 
-| Zen Coding | Developers | Install using Plugin Manager: Plugins → Plugin Manager → Show Plugin Manager. | +  - On the Available Tab, select the following: 
-| QuickText | Developers | | +    - Code alignment 
 +    - JSLint 
 +    - <del>Python Script</del> **Do not install this.** 
 +    - <del>Zen Coding - Python</del> **Do not install this.** 
 +  - Click Install button. 
 +  - Install the Zen Coding plugin from [[https://mega.co.nz/#F!LIEy1ADQ|Mega > System setup > Installs]].
 ===== Additional Languages ===== ===== Additional Languages =====
  
 Get them from [[http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=User_Defined_Language_Files|here]]. See installation instructions at bottom of page. Note that ''%appdata%\Notepad++'' is ''C:\Documents and Settings\sh0863\Application Data\Notepad++''. Get them from [[http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=User_Defined_Language_Files|here]]. See installation instructions at bottom of page. Note that ''%appdata%\Notepad++'' is ''C:\Documents and Settings\sh0863\Application Data\Notepad++''.
  
-Search for 'bgColor="FFFFFF"' and replace with 'bgColor="3F3F3F"'.+The name attribute is not used for linkingIt 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 <!-- Orginal ... words styles --> 
 +  - After the first style, insert <!-- ... word styles from Zenburn theme --> 
 +  - 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
  
 {{tag>setup notepad notepad_plus_plus}} {{tag>setup notepad notepad_plus_plus}}
notepadplusplus_setup.1302127862.txt.gz · Last modified: 2017/01/01 19:50 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki