HM NIS Edit: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Adding new author and category links.)
m (interwiki link)
 
(33 intermediate revisions by 20 users not shown)
Line 1: Line 1:
{{PageAuthor|ranametal}}
{{PageAuthor|ranametal}}
[[Image:Hmne1.jpg|right|thumb|150px|Script editor]]
[[Image:Hmne2.jpg|right|thumb|150px|Custom page editor]]


== Links ==
== Links ==
Line 7: Line 10:
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.
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 of all features of a excellent plain text editor it also has:
In addition to all the features of an excellent plain text editor it also has:
*Plugins support.
* Plugins support
*Multiple scripts editition and compilation interface (MDI).
* Multiple scripts edition and compilation interface (MDI)
*Tranlatable interface to any language (Spanish, English, French, Polish, Czech, and much 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
*'''InstallOptions designer.'''
* Built in browser
*Wizard (special for beginer) that will guide for all steps to create a standard Windows Setup program.
* Type a command and put your mouse over it and it tells you the usage
*Sript creation from template files.
* '''InstallOptions designer'''
*Code templates with most common commands.
* Wizard (for beginners) that will guide you through all the steps to create a standard Windows Setup program
*Basic command help with only move the mouse cursor over a command in the editor.
* Script creation from template files
*Advanced command help pressing F1 key.
* Code templates with most common commands
*Execution of the generate Setup program after script compilation (to try the setup program).
* 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 [[Syntax Files for HM NIS Edit|here]].
 
== Plugins ==
To install a plugin, just put the DLL file in the plugins directory of HM NIS Edit.
 
[http://prdownloads.sourceforge.net/hmne/iss2nsi10a1.zip?download iss2nsi]: a utility to convert Inno Setup scripts to NSIS scripts (source included)


[[Category:Related Software]]
[[Category:Development Environments]]

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)