When I shift a source code using the right-clic and "shift right" menu, or when I hit the tabulation key, Veditor inserts a tabulation. I think it should insert 4 spaces instead, if I checked "4" and "spaces" radio buttons in the Veditor property page, isn't it ?
Logged In: NO
a solution could be to add a binding for TAB key, associated with a command that take care of the property page (spaces or tabulations ? number of spcaes...)
if this binding has the org.eclipse.ui.defaultAcceleratorConfiguration schemeID, it will replace the default TAB action.
I think this problem is fixed. in 0.6.1.
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
Any update on this one. What I'm seeing with 0.7.0 is that spaces are added if you tab a single line but if you tab a block of lines then tabs are inserted.