EclipseNSIS - NSIS plugin for Eclipse: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Added category links.)
m (bump)
 
(43 intermediate revisions by 24 users not shown)
Line 1: Line 1:
{|align=right
{{PageAuthor|Iceman_K}}
|<small>Author: [[{{ns:2}}:Iceman_K|Iceman_K]] ([[{{ns:3}}:Iceman_K|talk]], [[{{ns:-1}}:Contributions/Iceman_K|contrib]])</small>
 
|}
[[Image:Eclipsensis1.gif|right|thumb|150px|Script editor]]
<br style="clear:both;">
[[Image:Eclipsensis2.gif|right|thumb|150px|Custom page editor]]
 
== Description ==
== Description ==


EclipseNSIS is a plugin for the Eclipse platform which enables editing, compiling and testing Nullsoft Installer (NSIS) scripts.
'''Version:''' 0.9.5.1.
 
EclipseNSIS is a plugin for the Eclipse platform which enables editing, compiling and testing NSIS scripts.


== Features ==
== Features ==
Line 13: 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, "sticky" help as well as detailed 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.


== Coming soon ==
== Coming soon ==


*InstallOptions GUI designer.
*Syntax checking.
*Syntax checking.
*Automatic discovery of macro and function definitions.
*Automatic discovery of macro and function definitions.
Line 26: Line 31:
Read more at the [http://eclipsensis.sf.net home page].
Read more at the [http://eclipsensis.sf.net home page].


[[{{ns:14}}:Related Software]]
[[Category:Development Environments]]

Latest revision as of 19:44, 18 March 2007

Author: Iceman_K (talk, contrib)


Script editor
Custom page editor

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.