I need to view the tabs and spaces and CRLF in python source code in eclipse the same way we could see them in notepad++, Now I have to edit in notepad++ and run in eclipse. Not a neat way but eclipse does regular update of the changes of same file in other editor.
Share
This should be cover with the "Show invisible" option
From Eclipse3.3:
I did not tried it with PyDev, but its editor should be a "textual editor", and the option should work.
Check the option "
General > Editors > Text Editors > Insert spaces for tabs":if unchecked, it will display tabs, not space.