views:

207

answers:

1

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

+2  A: 

AnyEdit tools sounds like what you might need.

Bozho
Not exactly, as it does not provide the 'virtual tabs' that I was looking for. But a nice addon anyway. Thank you!
cimnine