[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: Jave 3.3 code formatter question

"Paul A. Rubin" <rubin@xxxxxxx> wrote in message 
news:f8ltaq$3ni$1@xxxxxxxxxxxxxxxxxxxx
> I was thinking that it would be entered manually.  For instance, in some 
> word processors ctrl-enter means "break the line and don't alter that when 
> you reflow the text".  So perhaps ctrl-enter here could mean "line break 
> not to be altered during a reformat".

How would that "non-wrapping line break" be represented in the .java file? 
It has to be something that will not trip up the compiler.

If you put a // comment at the end of the line you don't want wrapped, does 
the formatter still wrap it?  I don't see how it could, so perhaps that's 
your answer.