Difference between revisions of "NXSL Syntax highlight and calltips"
Jump to navigation
Jump to search
Tomas Kirnak (talk | contribs) (Created page with "= Overview = If you want to edit your NXSL scripts in an external editor to make use of syntax highlighing and calltips, you can use Notepad++. Notepad++ is a free source cod...") |
|||
Line 1: | Line 1: | ||
{| style="border-spacing: 20px; border: 20px solid red;" | |||
| | |||
'''WARNING''': This page is no longer updated. Please visit '''[https://www.netxms.org/documentation/nxsl-latest/ NetXMS Scripting Language]''' for current version of the documentation. | |||
|} | |||
= Overview = | = Overview = | ||
If you want to edit your NXSL scripts in an external editor to make use of syntax highlighing and calltips, you can use Notepad++. | If you want to edit your NXSL scripts in an external editor to make use of syntax highlighing and calltips, you can use Notepad++. |
Revision as of 13:55, 5 October 2020
WARNING: This page is no longer updated. Please visit NetXMS Scripting Language for current version of the documentation. |
Overview
If you want to edit your NXSL scripts in an external editor to make use of syntax highlighing and calltips, you can use Notepad++.
Notepad++ is a free source code editor, governed by the GPL License.
You can get Notepad++ here:
http://notepad-plus-plus.org/download/
Calltips
Error creating thumbnail: Unable to save thumbnail to destination
Syntax highlight
Error creating thumbnail: Unable to save thumbnail to destination
How to import into Notepad++
For syntax highlight, import the syntax file using:
Language > Define your language... > Import
For calltips, copy and rename the calltips file into:
C:\Program Files (x86)\Notepad++\plugins\APIs\NetXMS.xml
Getting the files
You can get more information and download the newest versions at:
http://www.netxms.org/forum/general-support/netxms-notepad-syntax-highlight/