File: README

package info (click to toggle)
golang 2%3A1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 45,624 kB
  • ctags: 90,136
  • sloc: ansic: 168,421; asm: 15,852; yacc: 4,966; perl: 4,876; sh: 2,229; xml: 1,085; lisp: 947; python: 267; makefile: 243; awk: 106; cpp: 22
file content (59 lines) | stat: -rw-r--r-- 1,801 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Notepad++ syntax highlighting
-----------------------------

The userDefineLang.xml uses the new User Defined Language system (UDL2),
which needs Notepad++ v6.2 or higher.

Installing from Notepad++ Installer

  1. Add the contents of userDefineLang.xml at %APPDATA%\Notepad++\userDefineLang.xml
     between <NotepadPlus> ... </NotepadPlus>
  2. Restart Notepad++

Installing from Notepad++ zip/7z package

  1. Given a Notepad++ installation at <DIR>.
  2. Add the contents of userDefineLang.xml at <DIR>\userDefineLang.xml
     between <NotepadPlus> ... </NotepadPlus>
  3. Restart Notepad++

Reference

  1. http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=User_Defined_Languages
  2. http://notepad-plus-plus.org/news/notepad-6.2-release-udl2.html
  3. http://udl20.weebly.com/index.html


Notepad++ keyword auto-completion
---------------------------------

  1. Given a Notepad++ installation at <DIR>.
  2. Copy go.xml to <DIR>\plugins\APIs
  3. Restart Notepad++

Reference

  1. http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Auto_Completion

Notepad++ Function List
-----------------------

The functionList.xml uses the Function List Pane new feature,
which needs Notepad++ v6.4 or higher.

Installing from Notepad++ Installer

  1. Add the contents of userDefineLang.xml at %APPDATA%\Notepad++\functionList.xml
     between <associationMap> ... </associationMap> and <parsers> ... </parsers>
  2. Restart Notepad++

Installing from Notepad++ zip/7z package

  1. Given a Notepad++ installation at <DIR>.
  2. Add the contents of functionList.xml at <DIR>\functionList.xml
     between <associationMap> ... </associationMap> and <parsers> ... </parsers>
  3. Restart Notepad++

Reference

  1. http://notepad-plus-plus.org/features/function-list.html