Charles N Burns wrote: > What I had in mind was "Clean whitespace unless it is to the left of > the keyboard cursor." > This way, unnecessary whitespace would be removed, but it would not > require manual re-indentation of the current line of code every time > it's saved. > The remaining extra whitespace on that line, if any, could be cleaned > up when the user presses <enter>.
I would not approve of such an option. It would be very rare to be useful and the rare inconvenience does not justify it. There is more inconvenience when such an option is on and then you wander "why is current line's whitespace not cleaned on save?" I use Qt Creator every day for hours at a time and I never found "Clean Whitespace but not on active line" to be of any potential use. - Adam _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
