View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0030663 | 2.x IDE Bugs | Code Editor | Public | 2019-04-02 10:03 | 2019-05-15 14:17 |
Reporter | Scott Dunbar | Assigned To | Alan Savage | ||
Priority | Low | Severity | C - General | Reproducibility | 100% |
Status | Closed | Resolution | Fixed | ||
Product Version | 2.2.2 | ||||
Target Version | 2.2.3 | Fixed in Version | 2.2.3 | ||
Summary | 0030663: Code Editor: Code Snippets will select the incorrect part of text if the text contains the string to be selected | ||||
Description | Issue: When selecting a custom snippet in the code editor, if any part of the given snippet contains the string that is surrounded by "| |" then the first instance of that string will be selected, not the part that is in the "| |" Example: T - Test:expression 123 |press| It is expected that when added to the the code editor, the highlighted word will be "press". However, the code editor highlight "press" inside the word expression | ||||
Steps To Reproduce | 1. Add attached snippet.txt to %ProgramData%\GameMakerStudio2\User\ 2. Launch GMS2 3. open a script 4. right click on the text editor 5. open code snippets > select Test 6. observe added text but that the wrong section has been highlighted | ||||
Tags | IDE | ||||
2.x IDE Found In | 2.2.2.390 | ||||
2.x Runtime Found In | 2.2.2.302 | ||||
2.x IDE Verified In | 9.2.1.1817 | ||||
2.x Runtime Verified In | 9.9.1.1441 | ||||