Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 2.8.0-rc
-
None
-
5e407c08d7036f26749515dbe53567badf9db2c2
Description
See the attached file.
This is the file's beginning. The real change was done in line 315, where I enclosed some section with #ifs
Something like:
before:
foo = 0;
after:
#if FOO foo = 0; #else foo = 42; #endif
Attachments
Issue Links
- relates to
-
QTCREATORBUG-12056 Crash in diffeditor, when showing a binary file which contains carriage return
- Closed