Bug #18845 2012-12-26 10:47

diversario

Autosave resets caret indent

Codeblocks 12.11, Ubuntu 12.10 x64.

Every time autosave is performed caret moves to the first column of the current line:

This:

int main() {

|

}

becomes this:

int main() {

|

}

Category
Application::Editor
Group
Platform:Linux
Status
Closed
Close date
2012-12-31 21:04
Assigned to
alpha0010
diversario 2012-12-26 11:30

Looks like it's because saving a file does that, so it's not *auto*save, it's saving a file that resets the caret.

alpha0010 2012-12-31 21:04

This bug is now fixed in HEAD.

Thank you for reporting it.