Bug #18824 2012-12-06 16:52
dreadmullet
Abbreviations: '\n' becomes newline on restart
I have an abbreviation named "print" that is as follows:
std::cout << | << '\n';
This worked fine when I first made it. However, when Code::Blocks is restarted, the text in Abbreviations and the output when I use it becomes this:
std::cout << | << '
';
- Category
- Application::Editor
- Group
- Platform:Windows
- Status
- Closed
- Close date
- 2012-12-15 02:10
- Assigned to
- alpha0010
History
alpha0010 2012-12-15 02:09
This bug is now fixed in HEAD.
Thank you for reporting it.