Does anyone know how to convert tabs to spaces in Notepad++? I found a webpage that suggests it's possible (http://www.texteditors.info/notepad-replacements-compared.php) but I couldn't find any information about how to do it. I like to be able to do that because some web forms don't respect code with tabs in it.
|
1
|
|
|
|
|
|
you need to replace \t - make sure you use extended mode! |
||||||||
|
|
|
There is no 'Edit Components' tab in the preferences setup. You need to go 'Language Menu/Tab Settings', there is an option in there to control tab behavior. You can even set it to work differently depending on the language of the file. |
||
|
|
|
|
This does not work for non-leading spaces |
||
|
|
|
|
First set the "replace by spaces" setting in Preferences. Next, open the document you wish to replace tabs with Highlight all the text Then select TextFX -> TextFX Edit -> Leading spaces to tabs or tabs to spaces |
||||
|
|
|
Settings --> Preference --> Edit Components (tab) --> Tab Setting (group) --> Replace by space |
||||||||
|

