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 10 forks source link

switch-do with multi-cases #28

Closed BangL closed 7 years ago

BangL commented 7 years ago

Plugin Version

1.0.5_2

Summary

switch-do with multi-cases

Detail

code example:

switch (_condition) do { case "string1"; case "string2": { hint "string1 or string2" }; default { hint "default" }; };

the partcase "string1"; is falsly marked as syntax error. (at ;) see example 1.2 and 4 here: https://community.bistudio.com/wiki/switch_do

kayler-renslow commented 7 years ago

fixed for 1.0.6