Here is an example comment:
// The instruction buffer is a shift register with three 16-bit entries:
//
// * 2x 16-bit entries form the 32-bit current instruction register (CIR) which
// is the processor's decode window
//
When I word-wrap this with alt+Q, with wrap column set to 80 chars, the space before (CIR) disappears. I think this is trying to be smart with function calls, but I don’t normally write function names with parentheses in comments. I do use parentheses quite a bit in normal English in comments.
Is there a way to inhibit this behaviour? It’s quite time consuming to go back and re-add spaces after word wrapping.
I searched and couldn’t find anyone else mentioning this issue. I am on ST4, build 4175 (licensed).