HM NIS Edit: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
m (interwiki link)
 
(17 intermediate revisions by 11 users not shown)
Line 15: Line 15:
* Translatable interface to any language (Spanish, English, French, Polish, Czech, and many more!)
* Translatable interface to any language (Spanish, English, French, Polish, Czech, and many more!)
* Syntax highlighting with customizable colors and text attributes
* Syntax highlighting with customizable colors and text attributes
* Built in browser
* Type a command and put your mouse over it and it tells you the usage
* '''InstallOptions designer'''
* '''InstallOptions designer'''
* Wizard (for beginners) that will guide you through all the steps to create a standard Windows Setup program
* Wizard (for beginners) that will guide you through all the steps to create a standard Windows Setup program
Line 23: Line 25:
* 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 ==
HM NIS Edit syntax config files for latest NSIS version are available [[Syntax Files for HM NIS Edit|here]].


== Plugins ==
== Plugins ==
Line 30: Line 33:
[http://prdownloads.sourceforge.net/hmne/iss2nsi10a1.zip?download iss2nsi]: a utility to convert Inno Setup scripts to NSIS scripts (source included)
[http://prdownloads.sourceforge.net/hmne/iss2nsi10a1.zip?download iss2nsi]: a utility to convert Inno Setup scripts to NSIS scripts (source included)


[[File:fabio_functions_list.png|right|thumb|150px|Functions list]]
[[Category:Development Environments]]
[http://chelly.net/nsis/fabio_functions.zip 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
[[User:Fabiochelly|Fabiochelly]] 12:14, 28 January 2006 (PST) Version 1.0 (fabio at chelly dot net)

Latest revision as of 09:44, 14 January 2016

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
  • Built in browser
  • Type a command and put your mouse over it and it tells you the usage
  • 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

HM NIS Edit syntax config files 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)