JEdit Syntax Highlighting: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (fixed category)
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== About ==
{{Tool|=
____________________________________________________________________________________________


|AUTHOR=
[[User:TomNedry|TomNedry]]
|VERSION=
06jan2007
|COMPATIBILITY=
[[:Category:Armed Assault|Armed Assault]]
|DOWNLOAD=
[http://www.airpressuretendency.net/tools/arma_code_v_06jan07.zip arma_code_v_06jan07.zip]
|DESCRIPTION=
[[Image:Jedit_arma_highlight.jpg|thumb]]
jEdit is a powerful text-editor. See its [http://www.jedit.org website] for more informations.
jEdit is a powerful text-editor. See its [http://www.jedit.org website] for more informations.




The following informations provides you with syntax-highlighting for ArmA's SQS, SQM and
The following information provides you with syntax-highlighting for ArmA's SQS (obsolete), [[SQF_syntax|SQF]] and SQM files.


== ArmA-Script, Syntax Highlighting ==


jEdit allows users to write and modify the XML files that define its syntax highlighting, so we're providing instructions to achieve this.
jEdit allows users to write and modify the XML files that define its syntax highlighting, so we're providing instructions to achieve this.
Line 24: Line 38:
With all the files saved, jEdit should highlight ArmA-scripting functions. The appearance of the global syntax-highlighting can be changed under Utilities >> Global Options >> Syntax Highlighting.
With all the files saved, jEdit should highlight ArmA-scripting functions. The appearance of the global syntax-highlighting can be changed under Utilities >> Global Options >> Syntax Highlighting.


|NOTES=
I'm pretty sure that i missed some functions ;-)




|LICENSING=
[http://creativecommons.org/licenses/by-nc-sa/2.5/ Creative Commons, Attribution-NonCommercial-ShareAlike 2.5]
|SEEALSO=
Syntax-Highlighting for UltraEdit by [http://www.kegetys.net/arma/ Keijo Ruotsalainen] (aka Kegetys)


'''Remarks'''
[[:Category:Scripting Topics|Scripting Topics]].
 
}}
* Based on the Syntax-Highlighting for UltraEdit by [http://www.kegetys.net/arma/ Keijo Ruotsalainen] (aka Kegetys) and [[:Category:Scripting Topics|Scripting Topics]].
=== Notes ===
 
<h3 style="display:none">Notes</h3>
* I'm pretty sure that i missed a lot of functions ;-)
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
</dl>


<h3 style="display:none">Bottom Section</h3>
[{{SERVER}}/wiki?title={{PAGENAMEE}}&action=edit&section=1 + Add Note]


:--[[User:TomNedry|TomNedry]] 21:09, 6 January 2007 (CET)


== Please post your suggestions and remarks below! ==
[[Category:ArmA: Community Tools]]

Revision as of 19:06, 4 April 2019

Basic information

Author:
TomNedry
Version:
06jan2007
Compatibility:
Armed Assault
Download:
arma_code_v_06jan07.zip

Description

Description:
Jedit arma highlight.jpg

jEdit is a powerful text-editor. See its website for more informations.


The following information provides you with syntax-highlighting for ArmA's SQS (obsolete), SQF and SQM files.


jEdit allows users to write and modify the XML files that define its syntax highlighting, so we're providing instructions to achieve this.

First of all, download "arma_code_v_06jan07.zip" and put it in jEdit's 'modes' directory. Now we need to tell jEdit about it. Open up the 'catalog' file in the 'modes' directory. Between any two <MODE> tags insert the following:


<MODE NAME="armacode" FILE="arma_code.xml" FILE_NAME_GLOB="*.{sqs,sqf,sqm}" />


I put it after "applescript" to maintain alphabetical order.


With all the files saved, jEdit should highlight ArmA-scripting functions. The appearance of the global syntax-highlighting can be changed under Utilities >> Global Options >> Syntax Highlighting.

Notes:
I'm pretty sure that i missed some functions ;-)

Usage

Licenses

Licensing:
Creative Commons, Attribution-NonCommercial-ShareAlike 2.5
See also:
Syntax-Highlighting for UltraEdit by Keijo Ruotsalainen (aka Kegetys) Scripting Topics.

Notes

Notes

Bottom Section

+ Add Note