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

for-var support #26

Closed BangL closed 7 years ago

BangL commented 8 years ago

v1.0.5_2

the for-var method does not handle the defined var as defined. ("_i" stais undefined) the for-forspec method works fine though.

more info about what i mean by "for-var" and "for-forspec" here: https://community.bistudio.com/wiki/for

Example: for "_i" from 0 to 2 do { hint str _i; };

BangL commented 8 years ago

keep up the good work, you're close to bug free (already having a hard time searching for them)

kayler-renslow commented 7 years ago

fixed for 1.0.6