vote up 1 vote down star

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.

flag

Just added an extended answer addressing the "space instead of tabs" issue – VonC Jun 9 at 17:41

1 Answer

vote up 4 vote down check

This should be cover with the "Show invisible" option

alt text

From Eclipse3.3:

It is now possible to see the invisible whitespace characters in textual editors:

This feature can either be controlled via "General > Editors > Text Editors > Show whitespace characters" preference, or via the tool bar button when the Editor Presentation action set is enabled.

I did not tried it with PyDev, but its editor should be a "textual editor", and the option should work.


when I press TAB it creates spaces instead of >> for tabs

Check the option "General > Editors > Text Editors > Insert spaces for tabs": if unchecked, it will display tabs, not space.

link|flag
It is working in PyDev – Janusz Jun 9 at 17:08
wonderful, it does,thank you, but when i press TAB it creates spaces instead of >> for tabs – dhaval Jun 9 at 17:35

Your Answer

Get an OpenID
or

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