Gedit: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (→License) |
mNo edit summary |
||
Line 35: | Line 35: | ||
[[Category:Syntax Highlighting]] | [[Category:Syntax Highlighting]] | ||
[[Category:Development Environments]] |
Revision as of 21:40, 24 June 2013
Description
gedit is the official text editor of the GNOME desktop environment. By default it only comes the most basic syntax highlighter for NSIS scripts.
This new language file adds support for all NSIS commands up to v3.0a and will be maintained along NSIS development.
Installation
Note: change version to 3.0 if using Gnome 3
Windows
Make sure to have working copy of the official gedit Windows built installed
1. Download nsis.lang
2. Copy the file to %PROGRAMFILES%\gedit\share\gtksourceview-2.0\language-specs
Linux
1. Download nsis.lang
2. Copy the file to /usr/share/gtksourceview-2.0/language-specs
Mac OS X (MacPorts)
1. Download nsis.lang
2. Copy the file to /opt/local/share/gtksourceview-2.0/language-specs
License
All code is dual-licensed under the LGPL and the MIT License