rogerxu / rogerxu.github.io

Roger Xu's Blog
3 stars 2 forks source link

Notepad++ #18

Open rogerxu opened 8 years ago

rogerxu commented 8 years ago

Notepad++ Home

rogerxu commented 8 years ago

Plugins

Plugin Manager

bruderstein/nppPluginManager: Notepad++ Plugin Manager

Featured

rogerxu commented 8 years ago

Macros

How to use marcos for Notepad++?

Use "Encoding > Convert to ..." as a macro in Notepad++ - Stack Overflow

NppExec

Convert to LF

// LineEndingAsLF
NPP_MENUCOMMAND 编辑|文档格式转换|转为 Unix (LF)

Convert to UTF-8

// FileEncodeAsUTF8
NPP_MENUCOMMAND 编码|转为 UTF-8 编码

Normalize file

// NormalizeFile
// NPP_SWITCH $(#1)
NPP_EXEC LF
NPP_EXEC UTF8
NPP_SAVE
NPP_CLOSE
rogerxu commented 7 years ago

User Defined Language

User Defined Language Files - Notepad++ Wiki

UDL - introduction

UDL

Folder & Default

image

Syntax Color Color preview Font Style
Default #FFFFFF White
Background #293134 293134
Folding 1 #FFD700 Gold

Keywords

image

Syntax Color Color preview Font Style
Keyword #9370DB MidiumPurple
Primitive #FA8072 Salmon
Type Keyword #6495ED CornflowerBlue
Type #6495ED CornflowerBlue
Variable #90EE90 LightGreen
Enumeration #FFC0CB Pink

Comment & Number

image

Syntax Color Color preview Font Style
Line Comment #C0C0C0 Silver
Block Comment #008080 Teal
Number #FA8072 Salmon

Operators & Delimiters

image

Syntax Color Color preview Font Style
Operator #F0E68C Khaki
String #AFEEEE PaleTurquoise
Annotation #90EE90 LightGreen