NSIS Workbench: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Wikipedia python library)
 
m (Updated author and download links, and changed format of some pages.)
Line 20: Line 20:
*search & replace including regular expressions  
*search & replace including regular expressions  


Page author: sunjammer
Page author: [[User:sunjammer|sunjammer]]

Revision as of 12:16, 23 April 2005

Links

For more information and download see: http://www.techmarc.co.uk/fnsis.htm

Description

NSIS Workbench is an editor for NSIS scripts. It's still a good text editor for script, but it has not been updated for more than a year, so the features like the project wizard and context help are not compatible with recent NSIS versions.

  • slick interface
  • new project wizard (very nice)
  • messagebox wizard
  • syntax highlighting
  • code completion
  • context help
  • helpers
  • code snippets.
  • invoke the compiler on your .nsi file
  • captures compiler output
  • user maintainable context sensitive nsis help
  • block tab indent/unindent
  • search & replace including regular expressions

Page author: sunjammer