auto tab behavior
Submitted by Monday, 2 May, 2005 - 14:02
on
I would like to be able to select the 'tabbing' behavior to match my coding style. The only behavior I see now is to force my next line to start to the right of where ever I am typing. What I would like is:
always@(test)
begin
newtabhere
newtabhere
end
and NOT
always@(test)
begin
newtabhere
newtabhere
end
Well the forum doesn't do my request justice - all of my spaces have been swallowed up.
Try editing my submission to see what I am talking about.
Anyway - my Windows based editor does the behavior I want but I am trying to use jedit in linux full time.
Please help!
Jon
always@(test)
begin
newtabhere
newtabhere
end
and NOT
always@(test)
begin
newtabhere
newtabhere
end
Well the forum doesn't do my request justice - all of my spaces have been swallowed up.
Try editing my submission to see what I am talking about.
Anyway - my Windows based editor does the behavior I want but I am trying to use jedit in linux full time.
Please help!
Jon