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


_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to