EclipseNSIS - NSIS plugin for Eclipse: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (Reverted edits by 85.81.3.31 to last version by Deguix) |
m (bump) |
||
(26 intermediate revisions by 16 users not shown) | |||
Line 6: | Line 6: | ||
== Description == | == Description == | ||
'''Version:''' 0.9. | '''Version:''' 0.9.5.1. | ||
EclipseNSIS is a plugin for the Eclipse platform which enables editing, compiling and testing | EclipseNSIS is a plugin for the Eclipse platform which enables editing, compiling and testing NSIS scripts. | ||
== Features == | == Features == | ||
Line 16: | Line 16: | ||
*Script Wizard for generating NSIS scripts. This includes support for templating. | *Script Wizard for generating NSIS scripts. This includes support for templating. | ||
*Code template support with replaceable parameters for reusing common script fragments. | *Code template support with replaceable parameters for reusing common script fragments. | ||
*Integrated help, including hover help, | *Integrated help, including quick and detailed hover help, as well as access to complete NSIS documentation. | ||
*Full support for compiling and testing scripts. Includes automatic generation of error and warning markers in scripts. | *Full support for compiling and testing scripts. Includes automatic generation of error and warning markers in scripts. | ||
*Support for NSIS script-based launch configurations and project builders. | |||
*Automatic generation of task markers (TODO items). | *Automatic generation of task markers (TODO items). | ||
*Integrated update support within Eclipse. | *Integrated update support within Eclipse. | ||
*Integrated NSIS update support. | |||
*InstallOptions GUI designer. | *InstallOptions GUI designer. | ||
Latest revision as of 19:44, 18 March 2007
Author: Iceman_K (talk, contrib) |
Description
Version: 0.9.5.1.
EclipseNSIS is a plugin for the Eclipse platform which enables editing, compiling and testing NSIS scripts.
Features
- Syntax highlighting editor, with customization.
- Outline view for quick navigation.
- Script Wizard for generating NSIS scripts. This includes support for templating.
- Code template support with replaceable parameters for reusing common script fragments.
- Integrated help, including quick and detailed hover help, as well as access to complete NSIS documentation.
- Full support for compiling and testing scripts. Includes automatic generation of error and warning markers in scripts.
- Support for NSIS script-based launch configurations and project builders.
- Automatic generation of task markers (TODO items).
- Integrated update support within Eclipse.
- Integrated NSIS update support.
- InstallOptions GUI designer.
Coming soon
- Syntax checking.
- Automatic discovery of macro and function definitions.
Read more at the home page.