Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

Prerequisite

  • Java 8
  • Netbeans 8.2


Installation

The latest version of the plugin can always be found here.

  • Download the latest version of the plugin
  • Navigate to the Tools -> Plugins menu item found in Netbeans
  • Select the Downloaded tab in the window that presents itself
  • Just below that click the Add Plugins... button and select the plugin file you downloaded

...

Updating to a Later Version of the Plugin

To install the latest version of the plugin you unfortunately need to first remove the existing plugin before you can install the latest version

  • Download the latest version of the plugin
  • Navigate to the Tools -> Plugins menu item found in Netbeans
  • Select the Installed tab from the presented window
  • Select the Show Details select box, found just above the list plugins
  • Search, select and uninstall the Helium DSL plugin
  • Perform the installation as described earlier

Usage

Opening older projects

...

  • Right click the folder you want to add the files in
  • Initially select New -> Other from the popup menu (It's initially as Netbeans will prioritize and leave present you with files you previously select selected in future)
  • Make sure on the left Helium DSL is selected, then on the right select the type of file you want
  • In the file wizard select the type of file you would like, name the file and Netbeans will create the file for you

...

Parsing / Validation

The plugin get build gets built with the latest changes of Helium that which means the plugin will validate any input against the latest version of the Helium platform

Autocompletion

The To initiate autocompletion (depending on your platform) use the Ctrl + Space key combination

Limitations

  • Due to netbeans' XML autocompletion ability, when editing your view files autocompletion will stop working at an arbitrary depth of elements. This is a known issue with Netbeans and in future we will try and get around this by adding more template types to generate the correct view XML for you. Also more initial project types with included views might alleviate this issue.
  • Autocompletion within the .mez space is a work in progress. This can and will be fine tuned in the future to make it more intelligent.

...