Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] Submitting a JavaDOC word-wrapping AutoIndentStategy


I released a modified version of the patch. Some semantic changes are intentional, some might be not :).
I used BreakIterators as Erich had suggested to reformat the paragraph. It also handles the computation
of the width of the line correctly now (taking tabs in account).

The feature can be turned off on the JavaEditor Behavior preference page.
It will be in the next integration build.

-- Claude

Back to the top