PSPad: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
m (Formatting) |
||
Line 1: | Line 1: | ||
{{PageAuthor|Rob Loach}} | {{PageAuthor|Rob Loach}} | ||
[[Image:PSPad-NSIS.png|right|thumb|150px|PSPad with NSIS integration]]PSPad editor is freeware programmer editor, usable for people who: | [[Image:PSPad-NSIS.png|right|thumb|150px|PSPad with NSIS integration]][[PSPad]] editor is freeware programmer editor, usable for people who: | ||
* work with various programming environments | * work with various programming environments | ||
* like highlighted syntax in code | * like highlighted syntax in code | ||
Line 8: | Line 8: | ||
== Integrating with NSIS == | == Integrating with NSIS == | ||
PSPad can integrate with NSIS perfectly with both syntax highlighting and compiling abilities. To enable this, you must perform the following steps: | PSPad can integrate with [[NSIS]] perfectly with both syntax highlighting and compiling abilities. To enable this, you must perform the following steps: | ||
# In the menu, select Settings -> Highlighter Settings. | # In the menu, select Settings -> Highlighter Settings. | ||
# Select a free "<not assigned>" item. | # Select a free "<not assigned>" item. | ||
Line 20: | Line 20: | ||
== See also == | == See also == | ||
* [http://www.pspad.com PSPad Official Website] | * [http://www.pspad.com PSPad Official Website] | ||
* [http://www.pspad.com/en/download.php Download PSPad] | |||
[[Category:Development Environments]] | [[Category:Development Environments]] |
Revision as of 01:14, 1 February 2006
Author: Rob Loach (talk, contrib) |
PSPad editor is freeware programmer editor, usable for people who:
- work with various programming environments
- like highlighted syntax in code
- need a small tool with simple controls and the capabilities of a mighty code editor
- looking for a tool to work with plain text
- want to save money and still have the functionality of professional products
Integrating with NSIS
PSPad can integrate with NSIS perfectly with both syntax highlighting and compiling abilities. To enable this, you must perform the following steps:
- In the menu, select Settings -> Highlighter Settings.
- Select a free "<not assigned>" item.
- Under "User Highlighters", select Nullsoft Install System.
- In the "Compiler" tab, set the compiler property to makensis.exe in the NSIS directory (you can browse for it).
- Set the Parameters property to "%File%", with the quotes.
- Check on Capture Program Output Window.
- Hit OK.
- You should now beable to open *.nsi files and see the NSIS syntax highlighting. You can also hit compile (CTRL-F9) and it will compile the application from PSPad itself, displaying the output in the Log window.