EditPlus

From NSIS Wiki
Jump to navigationJump to search
Author: Anders (talk, contrib)


Introduction

EditPlus is a text editor for Windows with built-in FTP, FTPS and sftp capabilities. While it can serve as a good Notepad replacement, it also offers many powerful features for Web page authors and programmers.


Syntax Highlighting

EditPlusNsisSyntax.zip (8 KB) (STX, ACP (Autocomplete), CTL (ClipText Library) and Template)

Configuration

Syntax function pattern

RegEx 1:

^[ \t]*(Function)\s(\S+)$

Display 1:

F \2

RegEx 2:

^[ \t]*(Section)\s(\S+)$

Display 2:

S \2

User tools: Compile

Arguments:

-LAUNCH -V3 "$(FilePath)"

Initial directory:

$(FileDir)

Action: Capture output

Output Pattern:

"(.*)".* ([0-9]+)

File name: Tagged 1

Line: Tagged 2