Serverlogo

ArmA-Script

A plugin for Notepad++

Syntax highlighting:

Top
ArmAScript
ArmAScript adds ability to style and fold SQF code to Notepad++. It differs between functions with global argument or global effects, local or global variables. The colors can easily be customized within N++. Additional folding of preprocessor code, comments or array can be switched off.

Auto completion:

Top
AutoComplete
ArmAScript activates auto completion within N++ for SQF.

Call tips:

Top
CallTip
When hovering over a operator or function a call tip will appear and will provide helpful informations about the highlighted word.

Introduce private-statement:

Top
"Introduce private-statement" will create a private-statement and the cursor position which includes all local variables used in the script. A special variant of the function only includes the local variables within the selected text and helps where code is added to existing script or where multiple functions are stored within the same file.

Create indentation:

Top
ArmAScript can create an indentation of an existing code and has an "auto indentation" feature. This will automaticaly increase the indentation level after a '{' and decrease it after a '}'.

Download:

Top
ArmA Script Recoded.7z (for ArmA II)

ArmAScript.rar (for Armed Assault)
Changelog: