Developer Center: Difference between revisions
(list of all pages) |
(icons) |
||
Line 1: | Line 1: | ||
This is the place where NSIS users can find and share script code, examples, plug-ins, tutorials, software, graphics and everything else that's related to NSIS. Any user can add or update information. The [[NSIS Wiki:Sandbox|sandbox]] can be used for editing experiments. | This is the place where NSIS users can find and share script code, examples, plug-ins, tutorials, software, graphics and everything else that's related to NSIS. Any user can add or update information. The [[NSIS Wiki:Sandbox|sandbox]] can be used for editing experiments. | ||
'''[[:Category:Code_Examples|Code Examples]]''' | [[File:Code.png]] '''[[:Category:Code_Examples|Code Examples]]''' | ||
Examples of how to implement installer actions. | Examples of how to implement installer actions. | ||
'''[[:Category:Development_Environments|Development Environments]]''' | [[File:IDE.png]] '''[[:Category:Development_Environments|Development Environments]]''' | ||
Applications to edit and compile NSIS scripts is a convient way, with features like syntax highlighting, code folding and outlide view. Most development environments also include a dialog designer to create custom pages. | Applications to edit and compile NSIS scripts is a convient way, with features like syntax highlighting, code folding and outlide view. Most development environments also include a dialog designer to create custom pages. | ||
'''[[:Category:Functions_&_Macros|Functions & Macros]]''' | [[File:Functions.png]] '''[[:Category:Functions_&_Macros|Functions & Macros]]''' | ||
Functions usually perform one specific task, like comparing a version number or searching for a text. | Functions usually perform one specific task, like comparing a version number or searching for a text. | ||
'''[[:Category:Graphics_and_UIs|Graphics and UIs]]''' | [[File:Graphics.png]] '''[[:Category:Graphics_and_UIs|Graphics and UIs]]''' | ||
Icons, wizard and header images and complete custom wizard interfaces. | Icons, wizard and header images and complete custom wizard interfaces. | ||
'''[[:Category:Help|NSIS Help & FAQ]]''' | [[File:Help.png]] '''[[:Category:Help|NSIS Help & FAQ]]''' | ||
Additional NSIS help including a list of frequently asked questions (FAQ). | Additional NSIS help including a list of frequently asked questions (FAQ). | ||
'''[[:Category:Plugins|Plug-ins]]''' | [[File:Plugin.png]] '''[[:Category:Plugins|Plug-ins]]''' | ||
Plug-ins add new features that can be called from NSIS scripts, such as file downloading, XML file parsing and a lot more. | Plug-ins add new features that can be called from NSIS scripts, such as file downloading, XML file parsing and a lot more. | ||
'''[[:Category:Real_World_Installers|Real World Installers]]''' | [[File:World.png]] '''[[:Category:Real_World_Installers|Real World Installers]]''' | ||
Examples of complete installers that have been used to distribute real applications. | Examples of complete installers that have been used to distribute real applications. | ||
'''[[:Category:Related_Software|Related Software]]''' | [[File:Software.png]] '''[[:Category:Related_Software|Related Software]]''' | ||
NSIS-related software like script generators and converters. | NSIS-related software like script generators and converters. | ||
'''[[:Category:Tutorials|Tutorials]]''' | [[File:Tutorials.png]] '''[[:Category:Tutorials|Tutorials]]''' | ||
Step-by-step guides that explain NSIS features. | Step-by-step guides that explain NSIS features. | ||
'''[[List_of_all_pages_in_NSIS_repository|List of all Pages in the Developer Center]]''' | [[File:List.png]] '''[[List_of_all_pages_in_NSIS_repository|List of all Pages in the Developer Center]]''' |
Revision as of 10:31, 11 June 2006
This is the place where NSIS users can find and share script code, examples, plug-ins, tutorials, software, graphics and everything else that's related to NSIS. Any user can add or update information. The sandbox can be used for editing experiments.
Examples of how to implement installer actions.
Applications to edit and compile NSIS scripts is a convient way, with features like syntax highlighting, code folding and outlide view. Most development environments also include a dialog designer to create custom pages.
Functions usually perform one specific task, like comparing a version number or searching for a text.
Icons, wizard and header images and complete custom wizard interfaces.
Additional NSIS help including a list of frequently asked questions (FAQ).
Plug-ins add new features that can be called from NSIS scripts, such as file downloading, XML file parsing and a lot more.
Examples of complete installers that have been used to distribute real applications.
NSIS-related software like script generators and converters.
Step-by-step guides that explain NSIS features.