|
|
#1 |
|
Forum King
|
NSIS Command Linker
some weeks ago, i've updated the docs in order to link all commands, but i don't think these have ever been published.
well, it doesn't matter anymore, because now there's this userscript for chrome (runs natively, but it's a bit unreliable) and firefox (requires greasemonkey). it will link all nsis commands to the scripting reference, while you're browsing the winamp forums or the nsis wiki. unfortunately, this is a rather primitive script and i'd love to improve it over the time. the main problem is probably the current documentation. it works fine for offline use, but it could be better for online use. to improve the situation, i think it'd be better to have a wiki page for each nsis command or anchors using the command-name rather than ever changing chapters. this allows better linking of commands, which will ultimately improve the script, the linking situation on the forum and will presumably produce better google hits. i'm willing to create wiki entries for each command, i'm not sure if it's desired by the nsis maintainers (let's discuss this!) anyway, until there's a new nsis version available, the script should work fine. install nsis.user.js and reload this page to see it working on thisexample: code: i'm planning to add some common macros, as well as plugins and functions from the nsis wiki. until then, i'm happy about all kinds of feedback! Fossil 2002 III | visboTVisbot | NSIS Highlighter | NSIS Twitter | NSIS Graphics | PimpBot | How to setup AVS? Last edited by Yathosho; 15th July 2011 at 19:42. |
|
|
|
|
|
#2 |
|
Senior Member
|
Firefox 4 - working fantastic, thanks!
Create cool looking Graphical Installers in NSIS: www.graphical-installer.com -see below I offer NSIS scripting, C/C++/C#/Delphi programming: www.unsigned-softworks.sk Develop NSIS projects directly in Visual Studio 2005-2012: www.unsigned-softworks.sk/visual-installer/ |
|
|
|
|
|
#3 |
|
Major Dude
Join Date: Feb 2007
Posts: 546
|
Hi Yathosho,
it's working great on Chrome 12.0. Would it be somehow possible to implement functionality to have some directory where users can add their own definitions, which will be opened by the script? That way plugin documentation can be added by users, and won't need an update of the script. |
|
|
|
|
|
#4 |
|
Major Dude
Join Date: Feb 2007
Posts: 546
|
One bug though (which doesn't prevent the script from working):
The url is built with: "http://nsis.sourceforge.net/Docs/" + "/Chapter4.html#4.9.4.1" which results in: "http://nsis.sourceforge.net/Docs//Chapter4.html#4.9.4.1" It should be: "http://nsis.sourceforge.net/Docs/" + "Chapter4.html#4.9.4.1" |
|
|
|
![]() |
|
|||||||
| Tags |
| commands, documentation, highlighting, userscript |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|