Wiki

Changes between Initial Version and Version 1 of Notepad++

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

Initial post

Legend:

Unmodified
Added
Removed
Modified
  • Notepad++

    v1 v1  
     1This page contains information on how to get syntax highlighting and function list support in [http://notepad-plus.sourceforge.net/uk/site.htm Notepad++]. 
     2 
     3== Syntax Highlighting == 
     4To add syntax highlighting support copy the '''Language''' element for Cobra from the ''userDefinedLanguage.xml'' file attached below. 
     5 
     6Place this XML node in the ''userDefinedLang.xml'' file at  
     7{{{ 
     8%appdata%\Notepad++ 
     9}}} 
     10If this file does not exist then copy the entire file over. 
     11 
     12== FunctionList support == 
     13FunctionList is provided as a plugin for Notepad++ so first be sure to install the plugin. To install download the plugin from http://sourceforge.net/projects/npp-plugins/files/, unzip, then copy the DLL to 
     14{{{ 
     15%programfiles%\Notepad++\plugins 
     16or 
     17%programfiles(x86)%\Notepad++\plugins if installed to the x86 Program Files directory on 64-bit Windows. 
     18}}} 
     19 
     20Next, copy the '''Language''' node for Cobra found in the ''FunctionList.xml'' file attached below. 
     21Place this XML node in the ''FunctionList.xml'' file at  
     22{{{ 
     23%appdata%\Notepad++\plugins\config 
     24}}} 
     25 
     26If the file does not exist then copy the entire file. 
     27 
     28