Bug #18773 2012-10-28 00:21

dreadmullet

Auto-complete doubles newlines when EOL mode is CR or CR LF

When end-of-line mode is set to CR or CR LF, every time an auto-complete keyword is expanded, every newline is doubled.

The problem seems to come from the fact that auto-complete always inserts a CR for every newline, no matter what the EOL mode is.

I'm using Code::Blocks revision 8476 on Windows.

Steps to reproduce:

- Set end-of-line mode to CR or CR LF.

- Use auto-complete with at least one newline in it.

- All of the newlines will have been doubled, leaving blank lines in between.

Category
Application::Editor
Group
Platform:Windows
Status
Closed
Close date
2012-11-12 14:24
Assigned to
 
dreadmullet 2012-11-06 00:05

I updated to revision 8500 and the bug appears to be fixed now.