Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 Notepad++ syntax highlighting | 1 Notepad++ syntax highlighting |
2 ----------------------------- | 2 ----------------------------- |
3 | 3 |
4 The userDefineLang.xml use new User Defined Language system (UDL2), | 4 The userDefineLang.xml uses the new User Defined Language system (UDL2), |
r
2013/07/19 00:16:10
The userDefineLang.xml uses the new User Defined L
chai2010
2013/07/19 01:03:34
Done.
| |
5 need install Notepad++ v6.2 or higher. | 5 which needs Notepad++ v6.2 or higher. |
6 | 6 |
7 Installed from Notepad++ Installer | 7 Installing from Notepad++ Installer |
r
2013/07/19 00:16:10
s/Installed/Installing/ here and on line 13
chai2010
2013/07/19 01:03:34
Done.
| |
8 | 8 |
9 1. Add the contents of userDefineLang.xml at %APPDATA%\Notepad++\userDefineLan g.xml | 9 1. Add the contents of userDefineLang.xml at %APPDATA%\Notepad++\userDefineLan g.xml |
10 between <NotepadPlus> ... </NotepadPlus> | 10 between <NotepadPlus> ... </NotepadPlus> |
11 2. Restart Notepad++ | 11 2. Restart Notepad++ |
12 | 12 |
13 Installed from Notepad++ zip/7z package | 13 Installing from Notepad++ zip/7z package |
14 | 14 |
15 1. Given a Notepad++ installation at <DIR>. | 15 1. Given a Notepad++ installation at <DIR>. |
16 2. Add the contents of userDefineLang.xml at <DIR>\userDefineLang.xml | 16 2. Add the contents of userDefineLang.xml at <DIR>\userDefineLang.xml |
17 between <NotepadPlus> ... </NotepadPlus> | 17 between <NotepadPlus> ... </NotepadPlus> |
18 3. Restart Notepad++ | 18 3. Restart Notepad++ |
19 | 19 |
20 Reference | 20 Reference |
21 | 21 |
22 1. http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=User_Def ined_Languages | 22 1. http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=User_Def ined_Languages |
23 2. http://notepad-plus-plus.org/news/notepad-6.2-release-udl2.html | 23 2. http://notepad-plus-plus.org/news/notepad-6.2-release-udl2.html |
24 3. http://udl20.weebly.com/index.html | 24 3. http://udl20.weebly.com/index.html |
25 | 25 |
26 | 26 |
27 Notepad++ keyword auto-completion | 27 Notepad++ keyword auto-completion |
28 --------------------------------- | 28 --------------------------------- |
29 | 29 |
30 1. Given a Notepad++ installation at <DIR>. | 30 1. Given a Notepad++ installation at <DIR>. |
31 2. Copy go.xml to <DIR>\plugins\APIs | 31 2. Copy go.xml to <DIR>\plugins\APIs |
32 3. Restart Notepad++ | 32 3. Restart Notepad++ |
33 | 33 |
34 Reference | 34 Reference |
35 | 35 |
36 1. http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Auto_Com pletion | 36 1. http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Auto_Com pletion |
37 | 37 |
LEFT | RIGHT |