Maybe it's just me, but I had always assumed it would be a function of
"layout code" and not an "as you type" thing.

I'd be against an "as you type" word-wrapping too.

"Thomas Singer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> -10
>
> I would vote definitely against word wrapping in the editor!
>
> Why? Because it makes the editor MUCH more complex (at least for the
> IntelliJ guys) with a minimum gain for us. If you doubt, take a look
> at code folding. It took a lot of time for IntelliJ, but is only
> useful for a few of us.
>
> It would make much more sense, if Layout Code would have an option,
> that wraps code in JavaDoc.
>
> Tom
>
>
> On Mon, 17 Jun 2002 13:27:29 -0500, "Paul Bradshaw"
> <[EMAIL PROTECTED]> wrote:
>
> > An obvious solution would be a "wrapping" section in the IDE options
that
> > let you set how word-wrapping should be performed in various
> > circumstances... I'd add my vote for +1 for such a feature, and would
assume
> > it would be post 3.0 (i.e. the NEXT eap program, not this one)
> >
> > "Christian Andersson" <[EMAIL PROTECTED]> wrote in message
> > news:[EMAIL PROTECTED]...
> > > -1
> > > No altereration of the code, please.
> > > I can see the use when wrapping inside comments.
> > > I could make use of a "wrap string command at caret location" in Idea,
but
> > not automatically when editing.
> > >
> > > /Christian
> > >
> > >
> > > > -----Original Message-----
> > > > From: Guillaume Laforge [mailto:[EMAIL PROTECTED]]
> > > > Sent: den 17 juni 2002 12:54
> > > > To: [EMAIL PROTECTED]
> > > > Subject: [Eap-features] Re: word wrap ?
> > > >
> > > >
> > > > > I'd welcome word wrapping - as an option - in the run
> > > > console, as Junit
> > > > > assertion error messages are often pretty long.
> > > >
> > > > What about in String ?
> > > >
> > > > You type :
> > > >
> > > > String st = "This a very long string that I'd like to be
> > > > word-wrapped";
> > > >
> > > > And as soon as the length of the line exceeds the 80 column
> > > > width, IDEA
> > > > would transform it into :
> > > >
> > > > String st = "This a very long string that I'd like to be "+
> > > >                 "word-wrapped";
> > > >
> > > > What about that ?
> > > >
> > > > Guillaume
> > > >
> > > >
> > > > _______________________________________________
> > > > Eap-features mailing list
> > > > [EMAIL PROTECTED]
> > > > http://lists.jetbrains.com/mailman/listinfo/eap-features
> > > >
> >
> >
>


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to