I am using Ubuntu via VM-Player, and Eclipse to program in C.
Whenever I save the current code with "Ctrl+S" the cursor in the program is immediately moved to the left endpoint, unnecessarily deleting spacing (like a tab in a line after an if
statement). It does not occur when there is code in that line, only on empty lines.
Can I change this behavior of Eclipse? I would prefer for "Ctrl+S" to save the current code and not affect whitespace.