View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0031247 | 2.x IDE Bugs | Syntax Errors | Public | 2019-08-06 14:51 | 2019-08-19 11:15 |
Reporter | Scott Dunbar | Assigned To | Russell Kay | ||
Priority | Medium | Severity | C - General | Reproducibility | 100% |
Status | Closed | Resolution | Fixed | ||
Product Version | 2.2.3 | ||||
Target Version | 2.2.4 | Fixed in Version | 2.2.4 | ||
Summary | 0031247: Syntax Errors: Error for Do loop missing "until" does not show correctly. Shows "299" instead of "until" | ||||
Description | Issue: Instead of saying: "got "}" (}), expecting "until()", it says: "got "}" (}), expecting "299". | ||||
Steps To Reproduce | 1. Paste following code into an object event do{ if(1 == 1){ do{ if(1=1){ } } } } 2. save 3. hover cursor over syntax error 4. observe issue | ||||
Tags | No tags attached. | ||||
2.x IDE Found In | 2.2.3.436 | ||||
2.x Runtime Found In | 2.2.3.344 | ||||
2.x IDE Verified In | 9.2.1.1945 | ||||
2.x Runtime Verified In | 9.9.1.1531 | ||||