Jump to content
glowbal

Arma Languages support for Atom

Recommended Posts

First of all: Thanks for this great plugin for Atom, it makes scripting so much more convenient.

 

There is a small bug I've noticed with the autocompletion for the #include command:

 

Once I type in #in it shows the #include command, however, if I press enter now, it will write ##include ".hpp", it should only be #include obviously.

 

Is there anything I am doing wrong?

Share this post


Link to post
Share on other sites

First of all: Thanks for this great plugin for Atom, it makes scripting so much more convenient.

 

There is a small bug I've noticed with the autocompletion for the #include command:

 

Once I type in #in it shows the #include command, however, if I press enter now, it will write ##include ".hpp", it should only be #include obviously.

 

Is there anything I am doing wrong?

Has already been discussed: https://github.com/acemod/language-arma-atom/issues/43

Share this post


Link to post
Share on other sites

Thanks, I didn't even think about Github. Gonna type  inc  instead #inc from now on. 

Share this post


Link to post
Share on other sites

How do I disable CBA and ACE3 suggestions?

Share this post


Link to post
Share on other sites

How do I disable CBA and ACE3 suggestions?

That feature is not in the current release yet. Will most likely be in the next.

  • Like 1

Share this post


Link to post
Share on other sites

Arma language support for Atom has been updated to version 2.5.0!

 

Changelog:

- Autocompletions made optional (2 new settings to include ACE3 and CBA autocompletions)

- BI Commands from Arma 3 v1.60

- BI Functions from Arma 3 v1.60

- CBA Functions from CBA 2.4.0

- Removed ACE3 Event Snippets

- Moved `QFUNC` and `QEFUNC` macros to CBA

  • Like 1

Share this post


Link to post
Share on other sites

Arma language support for Atom has been updated to version 2.6.0!
 
Changelog:
- BI Commands from Arma 3 v1.62
- BI Functions from Arma 3 v1.62
- ACE3 Public Functions from ACE3 3.6.1
- CBA Functions from CBA 2.5.0
- `CfgDifficultiesPreset` config class
- `PATHTOF`, `PATHTOEF`, `QPATHTOF`, `QPATHTOEF`, `QQGVAR`, `QQEGVAR`, `QQFUNC`, `QQEFUNC` CBA macros

  • Like 3

Share this post


Link to post
Share on other sites

Arma language support for Atom has been updated to version 2.7.0!
 
Changelog:
- BI Commands from Arma 3 v1.64
- BI Functions from Arma 3 v1.64
- ACE3 Public Functions from ACE3 3.7.0
- CBA Functions from CBA 3.0.0

- Added `MACRO_ADDWEAPON`, `MACRO_ADDITEM`, `MACRO_ADDMAGAZINE`, `MACRO_ADDBACKPACK` ACE3 macros
- Fixed `PATHTOEF` and `QPATHTOEF` CBA macros

  • Like 2

Share this post


Link to post
Share on other sites

Arma language support for Atom has been updated to version 2.8.0!
 
Changelog:
- BI Commands from Arma 3 v1.66
- BI Functions from Arma 3 v1.66
- ACE3 Public Functions from ACE3 3.8.3
- CBA Functions from CBA 3.1.2
- Added syntax-highlighting for localized strings in configs

Share this post


Link to post
Share on other sites

Arma language support for Atom has been updated to version 2.9.0!
 
Changelog:
- BI Commands from Arma 3 v1.68
- BI Functions from Arma 3 v1.68
- ACE3 Public Functions from ACE3 3.9.1
- CBA Functions from CBA 3.2.1

- Added syntax-highlighting support for .inc files

  • Like 2

Share this post


Link to post
Share on other sites

Arma language support for Atom has been updated to version 2.11.0!
 
Changelog:
- BI Commands from Arma 3 v1.74
- BI Functions from Arma 3 v1.74
- ACE3 Functions from ACE3 3.10.2

- Added syntax-highlighting for `isEqualTo` (was considered an operator before)

  • Like 3

Share this post


Link to post
Share on other sites

@foxhoundIt's actually "1.74" instead of "1.76", got it mixed up. And I believe that link is for 2.9.0. :P

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

×