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

Crash with binarized mission SQM #25

Closed SpazeGranade closed 8 years ago

SpazeGranade commented 8 years ago

Plugin Version

1.0.5_1

Summary

Complete IDE crash with binarized mission.sqm

Detail

If you have a binarized mission SQM in your project the IDE crashes. Removing the mission file solves the problem.

Would be nice to just ignore binarized mission files.

kayler-renslow commented 8 years ago

I didn't realize that SQM mission files were converted into binary files until recently. These used to be header files. This would very much explain a crash I've been getting lately! THANK YOU FOR THIS SUBMISSION. :D

kayler-renslow commented 8 years ago

This has been fixed in 1.0.5_2. SQM files are now completely ignored.