Tuesday, September 13, 2011

[android-developers] Re: word wrapping

On 9/13/2011 4:38 PM, Tor Norbye wrote:
> He's probably asking about soft wrapping. Eclipse does not support it
> directly; see https://bugs.eclipse.org/bugs/show_bug.cgi?id=35779
> (though from a quick skim it looks like there might be some support in
> the framework and some plugins to enable it.)
>
> -- Tor
>
> On Tue, Sep 13, 2011 at 1:28 PM, Kenny Riddile<kfriddile@gmail.com> wrote:
>> On 9/13/2011 4:22 PM, bob wrote:
>>>
>>> Is there a way to make Eclipse do word wrapping? Do you all use word
>>> wrapping or no?
>>>
>>
>> You mean word wrapping your source code? I've never seen anyone want to or
>> do that ever in my entire development career.
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscribe@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>>
>

Uggh...looks terrible to me. If you have lines in your code that are
long enough to require word-wrapping, then those lines are too long,
especially with today's large monitors and high resolutions. Decompose
them and make the code more readable IMO.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment