Wiki

Changes between Version 2 and Version 3 of Notepad++

Show
Ignore:
Timestamp:
01/21/10 21:01:14 (15 years ago)
Author:
todd.a
Comment:

Made some corrections with regard to the XML node names and the filenames.

Legend:

Unmodified
Added
Removed
Modified
  • Notepad++

    v2 v3  
    22 
    33== Syntax Highlighting == 
    4 To add syntax highlighting support copy the '''Language''' element for Cobra from the ''userDefinedLanguage.xml'' file attached below. 
     4To add syntax highlighting support copy the '''UserLang''' node for Cobra from the ''userDefinedLanguage.xml'' file attached below. 
    55 
    66Place this XML node in the ''userDefinedLang.xml'' file at  
    77{{{ 
    8 %appdata%\Notepad++ 
     8%appdata%\Notepad++\userDefinedLang.xml 
    99}}} 
    1010If this file does not exist then copy the entire file over. 
     
    1818}}} 
    1919 
    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 at  
     20Next, copy the '''Language''' node for Cobra found in the ''FunctionListRules.xml'' file attached below. 
     21Place this XML node in the ''FunctionListRules.xml'' file at  
    2222{{{ 
    23 %appdata%\Notepad++\plugins\config 
     23%appdata%\Notepad++\plugins\config\FunctionListRules.xml 
    2424}}} 
    2525