I'm using the Soft Tabs option in TextMate, but my files still contain TAB characters instead of "4-spaces". This is how it works:

  1. I open a file, it contains TABs
  2. I turn on the Soft Tabs option
  3. I save the file.

Nothing is changed, the file is still full of TABs. What am I doing wrong?

link|improve this question

80% accept rate
Which part of the documentation claims that it will replace existing tab characters? – Ignacio Vazquez-Abrams Mar 15 '11 at 6:30
@Ignacio hm... This is what I'm reading: manual.macromates.com/en/working_with_text section 4.11. I had a feeling that it has to replace existing TABs. What is the workaround? – yegor256 Mar 15 '11 at 6:34
feedback

1 Answer

up vote 7 down vote accepted

TextMate does not change your entire document based on such a preference. It is across document boundaries, so just the act of opening a file would change nearly every single line in it. Your colleague who always read the VCS change logs would want to kill you.

You need to invoke Text » Convert » Tabs to Spaces, which respects your current tab width setting. It doesn't happen automatically.


Regarding the linked documentation:

When soft tabs are enabled, TextMate will for the most part act exactly as if you were using hard tabs but the document does indeed contain spaces.

This refers to navigation across multiple spaces. Even if you use spaces, moving the cursor will feel like they were tabs (i.e. jumping $tab_width spaces).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.