fwiw, in the long term I have found that using tabs and tab settings to
control the indents far superior to using spaces... gives much more
flexibility in display and indent control, plus, in most code, the only
place where tabs would be used would be for indents offering search options.
Beverly Howard [MS MVP-Mobile Devices]
If there was any way to search and replace tabs within cke (if there is
a way, I couldn't find it) that might offer an immediate solution, but a
keyboard macro tool might meet the need as well... i.e. hit a macro for
three spaces instead of a tab.
>> searching tabs <<
Can't give a specific, but over the years, there have been a number of
cases where searching for a tab or string of tabs has been extremely
useful compared to problems dealing with space indented code, for
example, code indented in 8 <space> increments, especially when it
contains text with multiple spaces.
Great tip, thanks...