You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i managed to get those freezes in a small file, this finally shows what the actual problem is.
i can tell pretty sure its somehow related to for-loops now.
pasting the following code snippet freezes my IDE 50% of the times... if thats not enough, just try to add a few more lines of code and your IDE will freeze.
for "_i" from 0 to PMC_itemCtrlCount - 1 do { private _ctrl = (_display displayCtrl (40000 + _i)); if (!isNull _ctrl) then {ctrlDelete _ctrl;}; };
Plugin Version
1.0.5_2
Summary
Crash on file editing
Detail
This file ,when edited,causes a freeze of the IDE. Big files will also cause this.
The text was updated successfully, but these errors were encountered: