NSIS editor
Is there a editor out there to create scripts for NSIS that's current with the latest 2. build?
22 posts
Originally Posted by JasonFriday13 View PostHM NIS Edit is an older program but it has good syntax highlighting, which I've been using since 2005.
its sourceforge so i know the source is there you just need the data struct to conver to C.Originally Posted by JasonFriday13 View PostThat's fine, I use it because it's simple and takes very little configuration to use. I haven't used Eclipse but it's plugin nature makes it easier to keep up to date.
I might consider writing my own editor in C to replace HM NIS Edit (written in Delphi 5). I might even use wxWidgets so it works on Linux as well.
Originally Posted by JasonFriday13 View PostI think the major part would be writing the syntax highlighting and analyzing part, the rest is mostly UI stuff. I don't know Delphi, so trying to decipher the source to port it properly would probably take longer than a clean-room based approach.

Compile & Run; I would not use a editor that does not support this. The syntax highlighting in HMNE is not that good because it is not context sensitive so it will highlight a parameter even if it does not apply to that particular instruction.Originally Posted by Yathosho View PostI don't see the point installing a software you can only use to create NSIS scripts
Not really:Originally Posted by Yathosho View PostPS: You can use Sublime Text indefinitely without paying at the cost of a nag-screen once per day, which I find –considering the editor's basic capabilites– more than fair
Sublime Text 2 may be downloaded and evaluated for free, however a license must be purchased for continued use
I started working on a Scintilla based NSIS editor a while back but I ran into some Scintilla problems. The plan was to use background loading/saving and all that fancy stuff and only have one Scintilla window and multiple Scintilla documents (swap when you switch tabs) but something related to saving/restoring multiple? rectangle? selections prevented this from working 100% so I'd recommend using one Scintilla window per tab.Originally Posted by JasonFriday13 View PostIf I do decide to go ahead and write an editor based on wxWidgets, I can use the Scintilla wrapper module already included with wxWidgets (SciTe uses Scintilla).
Check www.visual-installer.com for more details.This editor is paid ! This unpleasant nonsense. Draft NSIS - free without any commerce.
🙁 Yes, it is paid.Originally Posted by stass View PostT.Slappy
This editor is paid ! This unpleasant nonsense. Draft NSIS - free without any commerce.