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:
In an existing script, add a syntax error
Compile and make sure that the state is uncompiled with an error
Add a new method from the IDE
Remove syntax error but note that compile state does not return to compiled.
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: