View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0030510 | 2.x IDE Bugs | Code Editor | Public | 2019-02-12 10:00 | 2019-02-27 14:53 |
Reporter | Stewart Bishop | Assigned To | Russell Kay | ||
Priority | Medium | Severity | C - General | Reproducibility | 100% |
Status | Closed | Resolution | Fixed | ||
Product Version | 2.2.2 | ||||
Target Version | 2.2.2 | Fixed in Version | 2.2.2 | ||
Summary | 0030510: Code Editor: Regions are offset by at least one line from where start/end is expected | ||||
Description | Using regions in the code editor, if you put #region the actual region now starts on the following line. The #endregion line has always closed on the next line, but now closes two lines down. This can cause problems if the #endregion line is the last line in your code, as the code editor won't see this as a valid region. You can see all three parts to this issue in the attached screenshot. | ||||
Steps To Reproduce | 1) Start GMS2 and open/create any GML project. 2. Add some regions of your choice, or Add Existing the attached .gml file (in the rar file, as Mantis doesn't allow tiny 0kb files to be attached). 3. Observe the regions are offset, as shown in the screenshot. Repro: 100% | ||||
Tags | IDE | ||||
2.x IDE Found In | 2.2.2.393 | ||||
2.x Runtime Found In | 2.2.2.308 | ||||
2.x IDE Verified In | 2.2.2.396 | ||||
2.x Runtime Verified In | 2.2.2.331 | ||||
|
|
|
RegionsAreOffset.rar (17,218 bytes) |
|
Fixed in gitlab |
|
IDE 394+ |
|
Verified fixed. Closing IDE: 2.2.2.396 Runtime: 2.2.2.331 |