[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Re: word wrapping in text editor
|
- From: Damien <damiencram@xxxxxxxx>
- Date: Wed, 18 Mar 2009 11:11:32 +0100
- Newsgroups: eclipse.newcomer
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080724 Lightning/0.8 Thunderbird/2.0.0.16 Mnenhy/0.7.5.666
Hi Lorenzo,
I am precisely trying to find how to do this. Have you found any solution since your last message ?
Would anyone else know how to visually wrap lines of an eclipse text editor like in other text editors ?
Many thanks in advance,
Damien
Lorenzo Bettini a écrit :
> Jharsseph wrote:
>> Maybe we can try with the styles, something like:
>>
>> Text foo_txt = new Text(parent, SWT.MULTI | SWT.WRAP);
>>
>
> Actually I need this feature when editing simple text files; this is
> quite a standard feature and other simple text editors do.
> Are you talking about adding this feature to eclipse itself?
>
> Note that I'd need a feature to enable/disable visual word wrapping...
>
> thanks
> Lorenzo
>