Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 4.6.1
-
aaf13b3c2ba89bafa30df2640bcfd48baf318820
Description
Crashes when editing GLSL files. Always seems to happen when error underlines are shown.
Steps to reproduce:
- Open any GLSL file ( sample: https://pastebin.com/raw/fWnQ9Qg2 )
- Start typing up a function, vec4 myfunc()
- Give it an empty function body {\n}, needs this to crash
- Type this between paranthesis: "bla, bla,": myfunc(bla, bla,)
- Backspace the comma, and QtCreator will crash