bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Selection patches


From: Nicola Pero
Subject: Re: Selection patches
Date: Wed, 17 Jul 2002 16:29:19 +0100 (BST)

Hi Serg,

just to let you know that your patch has not been forgotten ... we are
currently approaching gnustep-gui 0.8.0 freeze, so we're now trying to
apply only small and safe patches to try not break the gui just before the
release ... I'll look at your patch (which changes drawing the selection,
which is quite delicate) after the 0.8.0 release.

Thanks for contributing! - sorry for keeping your patch on hold.

> Hi,
> 
> The following patches changes a way of selected text highlighting 
> (NSTextField,
> NSTexView, etc.). Now selected text highlights with 
> [NSColor selectedTextBackground] instead of NSHighlightRect().
> 
> However it's not finished. Here the things that works:
>   - double click selects all text;
>   - selecting text by mouse and keyboard(Shift-RightArrow) only from the 
>     beginning of the text line (text field);
>   - clicking on the text object(e.g NSTextView) unhighlights text;
>   - pressing motion keys unhighlits text;
>  
> Here the things have to do:
>   - selecting text inside line;
>   - selecting text from the end of line (NSSelectionAffinityUpstream?);
> 
> Does anybody has suggestions about TODOs? I don't understand why
> selection inside text(not from beginning) doesn't highlights text?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]