kayler-renslow / arma-intellij-plugin

A plugin for Intellij IDEA that allows for syntactical analysis, code inspections, and other nifty features for the SQF scripting language in Arma 3.
MIT License
41 stars 9 forks source link

support for dikCode values like 0x00 and 0x01 #15

Closed BangL closed 8 years ago

BangL commented 8 years ago

example: _fKeyPressed =(_dikCode in [0x3F,0x3E,0x3D,0x3C,0x3B,0x44,0x43,0x42,0x41,0x40,0x58,0x57]);

those 0xXX values are valid and should be handled like numbers.

see this: https://community.bistudio.com/wiki/DIK_KeyCodes

kayler-renslow commented 8 years ago

this will be fixed in next release.