The "Spaces to Tabs (All)" feature needs work (IMHO):
1. It replaces single spaces between words within sentences. This feature should only swap multiple adjacent spaces with tabs.
2. It replaces spaces within quotation marks i.e. quoted strings.
I realize that there is another "Spaces to Tabs (Leading)" option, but for me as a programmer, there are two areas of white space that need to be condensed; 1.) the leading indented space before the code and 2.) the space between the end of the code and the comment (which I place at the end of every line writing assembly language.)
It would be nice if this feature was a bit more configurable. But a "tabify" function should never replace a single space with a tab and quoted strings should never be messed with by default. Note: the MS Visual C++ editor's "tabify" functions does behave properly so I am forced to use it (Arrg) for my tabbing/de-tabbing needs (But I'd much rather use UE!)


