Changes between Version 2 and Version 3 of Notepad++
- Timestamp:
- 01/21/10 21:01:14 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Notepad++
v2 v3 2 2 3 3 == Syntax Highlighting == 4 To add syntax highlighting support copy the ''' Language''' elementfor Cobra from the ''userDefinedLanguage.xml'' file attached below.4 To add syntax highlighting support copy the '''UserLang''' node for Cobra from the ''userDefinedLanguage.xml'' file attached below. 5 5 6 6 Place this XML node in the ''userDefinedLang.xml'' file at 7 7 {{{ 8 %appdata%\Notepad++ 8 %appdata%\Notepad++\userDefinedLang.xml 9 9 }}} 10 10 If this file does not exist then copy the entire file over. … … 18 18 }}} 19 19 20 Next, copy the '''Language''' node for Cobra found in the ''FunctionList .xml'' file attached below.21 Place this XML node in the ''FunctionList .xml'' file at20 Next, copy the '''Language''' node for Cobra found in the ''FunctionListRules.xml'' file attached below. 21 Place this XML node in the ''FunctionListRules.xml'' file at 22 22 {{{ 23 %appdata%\Notepad++\plugins\config 23 %appdata%\Notepad++\plugins\config\FunctionListRules.xml 24 24 }}} 25 25