Importing c++ files containing escape sequences in strings let umbrello freeze. Reproducible: Always Steps to Reproduce: 1. start umbrello 2. import /usr/include/wchar.h Actual Results: umbrello freeze Expected Results: umbrello should not freeze
SVN commit 1303762 by habacker: Cancel file import in case of internal lexer errors and print a related error message. It is better to have a single file not imported instead of an application freeze. Remaining parse problems could be fixed now easier. M +2 -1 cppimport.cpp M +6 -4 kdevcppparser/driver.cpp M +1 -1 kdevcppparser/driver.h M +7 -4 kdevcppparser/lexer.cpp M +2 -2 kdevcppparser/lexer.h M +8 -1 kdevcppparser/preprocesslexer.cpp M +1 -1 kdevcppparser/preprocesslexer.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1303762
SVN commit 1303763 by habacker: Refactored code import wizard to be able to show import errors. M +14 -10 codeimpstatuspage.cpp M +1 -1 codeimpstatuspage.h M +3 -3 codeimpthread.cpp M +2 -1 codeimpthread.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1303763
*** Bug 302404 has been marked as a duplicate of this bug. ***
*** Bug 252206 has been marked as a duplicate of this bug. ***
apply fixed bug from 4.9.0 changelog