Jump to content
Larrow

UltraEdit Syntax Highlighting & Templates for Arma3

Recommended Posts

Updated commands, functions and templates to 1.78

  • Like 2

Share this post


Link to post
Share on other sites

Updated commands, functions and templates to 1.82

  • Like 1

Share this post


Link to post
Share on other sites

Updated commands, functions and templates to 1.84

 

Added region command to UE/UES language definition. Adding comments of...

//#Region

//#End Region

...will allow you to collapse sections between the comments from within UE/UES.

 

Added quick template for filling out CfgFunctions called CfgFunctions and will give you prompts for Project name, Tag, Function Category and file path.

class [+ProjectName+] {
	tag = "[+TAG+]";
	class [+Category+] {
		file = "[+TAG+]\[+ProjectName+]\functions[+\extendedPath+]";
		^
	};
};

There is also the template funcDef that will insert a class for a function definition that would go in the above at ^, and can be tabbed through to insert different properties of init type( pre, post etc ), ext, header type and recompile. Most of which are not need for standard use so are inserted as empty unless you tab through them and provide a selection.

class [+functionName+] { [+|postInit = 1;|preInit = 1;|preStart = 1;+][+|ext = ".fsm";+][+|headerType = 0;|headerType = -1;|headerType = 1;+][+|recompile = 1;+] };

 

Most probably a few other templates that I've made as needed and don't really keep note of.

  • Like 1
  • Thanks 1

Share this post


Link to post
Share on other sites

Updated commands, functions and templates to 1.86

  • Thanks 1

Share this post


Link to post
Share on other sites

Updated to 1.90

  • Like 1
  • Thanks 1

Share this post


Link to post
Share on other sites

Updated functions and templates to 1.92

  • Like 1

Share this post


Link to post
Share on other sites

Updated functions/commands, Contact Platform( Enoch ) only, and templates to 1.94

 

  • Like 1

Share this post


Link to post
Share on other sites

Updated functions/commands, Contact Platform( Enoch ) only, and templates to 1.96

  • Like 1

Share this post


Link to post
Share on other sites

Updated functions/commands, Contact Platform( Enoch ) only, and templates to 1.98

Added link in OP to current GUI base class defines.

Share this post


Link to post
Share on other sites

Updated functions/commands, Contact Platform( Enoch ) only, and templates to 2.00

Share this post


Link to post
Share on other sites

Updated functions/commands, Contact Platform( Enoch ) only, and templates to 2.06

  • Like 1

Share this post


Link to post
Share on other sites

Updated functions/commands, Contact Platform( Enoch ) only, and templates to 2.10

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×