Difference between revisions of "NXSL Syntax highlight and calltips"

From NetXMS Wiki
Jump to navigation Jump to search
(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...")
 
m (Text replacement - "^" to "{{deprecated}}")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{deprecated}}
{| 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++.

Latest revision as of 18:13, 13 September 2022

This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

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/