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.
feedback
|
|
First set the "replace by spaces" setting in Preferences -> Language Menu/Tab Settings. 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 | |||||||||||||||||||||
feedback
|
|
Settings In version 5.6.8 (and above): Settings | |||||||||||||||
feedback
|
|
you need to replace \t - make sure you use extended mode! | |||||||||||||||||||||
feedback
|
|
i just posted a notepad++ plugin to convert tabs to spaces. yes, it converts tabs in the middle of a line. yes, it takes into account other characters within the tabbed field. check it out. | |||||||||||||
feedback
|
|
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. | |||
feedback
|
|
the easy way:
| |||||||||
feedback
|
|
Version 5.9.3 has Edit->Blank Operations->TAB to Space. Just saying because I couldn't find TextFX in this version, seems it was removed in newer versions. | |||
|
feedback
|
|
In version 5.8.7 : Settings -> Preferences... -> Language Menu/Tab Settings -> Tab Settings (You may select the very language to replace tabs to spaces. It's cool!) -> Unselect[Use default value] && Select[Replace by space] | |||
|
feedback
|
|
Since I can't comment on other replies atm, I'll add my own here: All the answers telling how to replace tabs with spaces -- no matter how sophisticated the methods -- are something that good old Notepad could achieve easily (just follow the steps on matt lohkamp's reply). I would expect Notepad++ to have more advanced capabilities and be able to replace tabs in the middle of lines, as many people have commented on this thread. I hope someone comes up with a real solution; otherwise this question would be generic, applying to any text editor, not only to Notepad++. edit: I just tried two programs after searching google. The first one (bluefive.pair.com/tabs2spaces.htm) was crap (it simply does that basic replacement even Notepad can do). The second one, though, worked like a charm. It's called CLR Tabs to Spaces and it handles middle-line tabs perfectly. I'll suggest the maker to convert it into a Notepad++ plugin :) edit 2: I guess I overlooked a feature in tabs2spaces: the Fixed Layout Formatting mode seems to make it work more or less as expected; however, it is still less flexible than "CLR Tabs to Spaces", since the latter allows the user to change the amount of spaces per tab. By the way, after contacting the tool's developer, he quickly made a npp plugin out of it (as he has announced on this thread himself), so make sure to try it out! | ||||
|
feedback
|
|
If you happen to work in a unix environment, the expand command is what you need: http://linux.die.net/man/1/expand | |||
|
feedback
|
