Reputation: 157971
Opened up a tab separated file in Eclipse. When I copy one line and then paste it into the same file, all the tabs have been converted into spaces. This kind of ruins the tab separated format...
How can I stop Eclipse from messing up my files?
Upvotes: 2
Views: 944
Reputation: 6613
Have you checked
Window -> Preferences -> General -> Editors -> Text Editors ->
Insert spaces for tabs
Upvotes: 2