My "Soft Tabs" setting in TextMate is not sticky. After I restart TextMate, I often have to set the option again for the same file. How can I make this setting the sticky default across all files?
|
|
Looks like Textmate sets it for the current language, but I think Textmate analyzes the files you open and adjust its settings to match the files. You can convert the tabs in your files to spaces and vice versa in the "Text" menu. |
||||
|
|
|
I found a popular TextMate plugin called "TabMate," which has solved this issue for me. While it requires me to add a tabline to every file, TextMate adjusts my tab settings to be whatever is described in the tabline. Also, technically gs's answer above should work but for some reason it isn't working for me and I found no other way to set SoftTabs is the default setting for ALL languages forever. |
||
|
|
|
|
You don't need anything special. You just need to adjust your Python bundle. Go into the 'bundle editor' and find Python. Open its caret, and scroll down and find the 'miscellaneous' preferences. It should read something like:
These are the environmental variables. What you want is the environmental variable
...and voilà! Your tabs will be soft every time you use Textmate in Python mode. For all the different enviornmental variables you can set, check out the manual here: http://manual.macromates.com/en/environment_variables.html |
|||
|
|
|
After doing some research, I found that you can set TextMate to default to using Soft tabs. In the "Shell Variables" area of the Advanced preferences pane, add a new entry with the name It should look like so:
From that point on, TextMate should default to Soft tabs, though for at least one or two languages, I had to specify the number of tabs. After I did that, it seemed to stick for everything I did. |
||
|
|


