[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.tmf] Re: semantic indention as in python

Sorry, forgot that the forum strips starting spaces.

original text:
line1
____line2
________line3
________line4

delete line break:
line1
____line2________line3
________line4

re-insert line break brings auto indent (no validation error:
line1
____line2
____________line3
________line4

remove auto-inserted tab (shows validation error mark)
line1
____line2
________line3
________line4

/m