I like to display 4 spaces as tab in eclipse, with an actual width on the screen of 2 spaces.
When I save the file, I'd like to have 4 spaces (represented as «.
») for a tab:
1st.level
....2nd.level
........3rd.level
In eclipse, I'd like to see this, where a tabstop (represented as «->
>») should take the width of two spaces:
1st.level
->2nd.level
->->3rd.level
Is such a behavior possible? Does someone know any addons for that?
Thank you in advance, ~Chris