Difference between revisions of "Syntax Highlighting for smartGENERATOR"

From BITPlan Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
= Vim =
 
= Vim =
 
= Eclipse =
 
= Eclipse =
 +
The [[File:SmartGenEditorPlugin.zip|smartGENERATOR Editor plugin for Eclipse]] can be used to install an editor that can syntax-highlight the smartGENERATOR Template files.
 +
It depends on your version of Eclipse how this Eclipse Version 2.0 Plugin needs to be installed.
 +
For Eclipse Versions prior to Luna you can simply unpack the Plugin from the ZIP file so that it contents are in the plugin directory (please note that the zip is including the plugin directory so it may be necessary to move the content after unpacking).
 +
 +
For newer versions you might want to unzip the contents to the dropins/eclipse/plugins directory or use the install script below. Please also make sure you
 +
install the Eclipse Version 2.0 Plugin support into your eclipse environment see https://stackoverflow.com/a/24519677/1497139.
 +
 
= Script =
 
= Script =

Revision as of 14:43, 11 July 2018

Ultraedit

Ultraedit uses so called "Wordfiles" for syntax highlighting

To add the File:Smartgenerator.uew you might want to follow the instructions at:

or use the automatic install script you find below.

Vim

Eclipse

The File:SmartGenEditorPlugin.zip can be used to install an editor that can syntax-highlight the smartGENERATOR Template files. It depends on your version of Eclipse how this Eclipse Version 2.0 Plugin needs to be installed. For Eclipse Versions prior to Luna you can simply unpack the Plugin from the ZIP file so that it contents are in the plugin directory (please note that the zip is including the plugin directory so it may be necessary to move the content after unpacking).

For newer versions you might want to unzip the contents to the dropins/eclipse/plugins directory or use the install script below. Please also make sure you install the Eclipse Version 2.0 Plugin support into your eclipse environment see https://stackoverflow.com/a/24519677/1497139.

Script