JADE syntax highlighting for Notepad++
##Overview
JADE is an object oriented database from the Jade Software Corporation. JADE for Notepad++ provides custom syntax highlighting for JADE methods in Notepad++. This is particularily useful if you are viewing schema files in Notepad++.
This project is a work in progress, and currently only supports the most common language keywords and RootSchema classes.
##Features
- Syntax colouring matching the JADE editor defaults
- Implementation of global constants
- Implementation of language keywords
- Implementation of primitive types
- Implementation of RootSchema classes
- Implementation of RootSchema interfaces
- Implementation of system variables
##Installation
- Download the JADE.xml file
- Download the latest version of Notepad++
- Open Notepad++
- Click on the
Language
menu then selectDefine your language...
- In the
User Defined Language
dialog, clickImport...
and JADE.xml file downloaded in step 1 - Close the dialog, restart Notepad++, and JADE will now be in your
Language
menu
##Upgrading
- Download the latest JADE.xml file
- Open Notepad++
- Click on the
Language
menu then selectDefine your language...
- In the
User Defined Language
dialog, select 'JADE' in theUser language
dropdown, click theRemove
button, and then clickYes
in the "Are you sure?" dialog - In the
User Defined Language
dialog, clickImport...
and JADE.xml file downloaded in step 1 - Close the dialog, restart Notepad++, and JADE will now be in your
Language
menu