Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3679)

Delta Between Two Patch Sets: misc/notepadplus/README

Issue 10480044: code review 10480044: misc/notepadplus: add missing single quotation marks (Closed)
Left Patch Set: diff -r fccd815ed3bb http://code.google.com/p/go Created 11 years, 9 months ago
Right Patch Set: diff -r 77be25034f84 http://code.google.com/p/go Created 11 years, 8 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | misc/notepadplus/userDefineLang.xml » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b