EpicSkookumScript / EpicSkookumScript/SkookumScript-Plugin
Compile Button State Is Inconsistent
- Dominant language
- C++
- Stars
- 138
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
**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.
Contributor guide
Assessment
This issue has not been assessed yet.