bug-gnustep
[Top][All Lists]
Advanced

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

Re: Text Selection?


From: Fred Kiefer
Subject: Re: Text Selection?
Date: Mon, 12 Dec 2005 00:29:59 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050921

Carlos Adriano Portes wrote:
> 
> Why Can I select text using shift+home and shift end in windows but not
> in linux application compiled with gnustep?
> 

No idea, why you are able to do so on windows, nor why you wanted to
find out :-)
On GNUstep this does not work as there is no method implemented on
NSTextView to do so and no action defined which woudl map shift+home to
this method. Just sit down do both and it will work. Both is totally
simple, just take the moveToBeginningOfLine: method in
NSTextView_actions.m as a starting point.

Fred




reply via email to

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