EpicSkookumScript / SkookumScript-Plugin

Latest full source of the SkookumScript UE4 plugin and runtime.
https://skookumscript.com/unreal/
Other
135 stars 23 forks source link

Compile Button State Is Inconsistent #36

Open error454 opened 4 years ago

error454 commented 4 years ago

UE4 Version 4.24.3

SkookumScript Version 4.24.3

Describe the bug The compile button in the IDE can get into an inconsistent state. Sometimes it shows things compiled and then clicking on another window will turn the state to uncompiled. Other times it will get stuck in an uncompiled state and compiling doesn't seem to get it out of this state.

To Reproduce I believe I may have reproduced the state where you cannot recover to a compiled state:

  1. In an existing script, add a syntax error
  2. Compile and make sure that the state is uncompiled with an error
  3. Add a new method from the IDE
  4. Remove syntax error but note that compile state does not return to compiled.