From f154da9e12608589e8d5f0508f908a0c3e88a1bb Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 15 Jan 2015 11:54:00 -0700 Subject: Imported Upstream version 1.4 --- misc/notepadplus/README | 59 ---------------- misc/notepadplus/functionList.xml | 50 -------------- misc/notepadplus/go.xml | 133 ------------------------------------ misc/notepadplus/userDefineLang.xml | 64 ----------------- 4 files changed, 306 deletions(-) delete mode 100644 misc/notepadplus/README delete mode 100644 misc/notepadplus/functionList.xml delete mode 100644 misc/notepadplus/go.xml delete mode 100644 misc/notepadplus/userDefineLang.xml (limited to 'misc/notepadplus') diff --git a/misc/notepadplus/README b/misc/notepadplus/README deleted file mode 100644 index fca4f5f09..000000000 --- a/misc/notepadplus/README +++ /dev/null @@ -1,59 +0,0 @@ -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 ... - 2. Restart Notepad++ - -Installing from Notepad++ zip/7z package - - 1. Given a Notepad++ installation at . - 2. Add the contents of userDefineLang.xml at \userDefineLang.xml - between ... - 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 . - 2. Copy go.xml to \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 ... and ... - 2. Restart Notepad++ - -Installing from Notepad++ zip/7z package - - 1. Given a Notepad++ installation at . - 2. Add the contents of functionList.xml at \functionList.xml - between ... and ... - 3. Restart Notepad++ - -Reference - - 1. http://notepad-plus-plus.org/features/function-list.html diff --git a/misc/notepadplus/functionList.xml b/misc/notepadplus/functionList.xml deleted file mode 100644 index 7c605db4f..000000000 --- a/misc/notepadplus/functionList.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/misc/notepadplus/go.xml b/misc/notepadplus/go.xml deleted file mode 100644 index 59e4116d6..000000000 --- a/misc/notepadplus/go.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/misc/notepadplus/userDefineLang.xml b/misc/notepadplus/userDefineLang.xml deleted file mode 100644 index 9751f7901..000000000 --- a/misc/notepadplus/userDefineLang.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - 00// 01 02 03/* 04*/ - - 0x 0X - a b c d e f A B C D E F - - - i - - ( ) [ ] { } ... , ; & ^ % > < ! = + - * / | : - - - - - - - - - - - break default func interface select case defer go map struct chan else goto package switch const fallthrough if range type continue for import return var - bool byte complex64 complex128 error float32 float64 int int8 int16 int32 int64 rune string uint uint8 uint16 uint32 uint64 uintptr true false iota nil - append cap close complex copy delete imag len make new panic print println real recover _ - - - - - - 00" 01\ 02" 03' 04\ 05' 06` 07 08` 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3