HM NIS Edit: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Reverted edits by 189.15.191.150 to last version by 221.200.231.185)
m (added updated Syntax Files)
Line 23: Line 23:
* Execution of the generated Setup program after script compilation (to try the setup program)
* Execution of the generated Setup program after script compilation (to try the setup program)


[[Category:Development Environments]]
 
== Updated Syntax Files ==
Syntax config files that updates syntax highlighing and command help indexing compatibility for latest NSIS version are available [http://nsis.sourceforge.net/Syntax_Files_for_HM_NIS_Edit here]


== Plugins ==
== Plugins ==
Line 35: Line 37:
* Select a macro name or a constant, click on Ctrl+D to open the file where it is defined
* Select a macro name or a constant, click on Ctrl+D to open the file where it is defined
[[User:Fabiochelly|Fabiochelly]] 12:14, 28 January 2006 (PST) Version 1.0 (fabio at chelly dot net)
[[User:Fabiochelly|Fabiochelly]] 12:14, 28 January 2006 (PST) Version 1.0 (fabio at chelly dot net)
[[Category:Development Environments]]

Revision as of 17:42, 12 April 2009

Author: ranametal (talk, contrib)


Script editor
Custom page editor

Links

For more information and download links visit the homepage.

Description

HM NIS Edit 2.0.3 is the best OpenSource script editor for Nullsoft Scriptable Install System (NSIS). It's useful for experts and beginners in the creation of Setup programs with the NSIS.

In addition to all the features of an excellent plain text editor it also has:

  • Plugins support
  • Multiple scripts edition and compilation interface (MDI)
  • Translatable interface to any language (Spanish, English, French, Polish, Czech, and many more!)
  • Syntax highlighting with customizable colors and text attributes
  • InstallOptions designer
  • Wizard (for beginners) that will guide you through all the steps to create a standard Windows Setup program
  • Script creation from template files
  • Code templates with most common commands
  • Basic command help by hovering the mouse cursor over a command in the editor
  • Advanced command help by pressing F1 key
  • Execution of the generated Setup program after script compilation (to try the setup program)


Updated Syntax Files

Syntax config files that updates syntax highlighing and command help indexing compatibility for latest NSIS version are available here

Plugins

To install a plugin, just put the DLL file in the plugins directory of HM NIS Edit.

iss2nsi: a utility to convert Inno Setup scripts to NSIS scripts (source included)

Functions list

Fabio functions: this plugin adds 2 useful functions to the editor (source included):

  • Click on Ctrl+G to see the list of sections, functions and macros and go directly on one of them
  • Select a macro name or a constant, click on Ctrl+D to open the file where it is defined

Fabiochelly 12:14, 28 January 2006 (PST) Version 1.0 (fabio at chelly dot net)