NSTextView editing top-down and right to left.
NSTextView editing top-down and right to left.
- Subject: NSTextView editing top-down and right to left.
- From: Abhinay Kartik Reddyreddy <email@hidden>
- Date: Fri, 2 Jul 2010 07:44:09 -0400
Hi,
I was wondering if its possible to use NSTextView for top-down editing. I could not find a method to set it to top down.
Also how do i get the right to left editing working properly....
[myTextView setBaseWritingDirection:NSWritingDirectionRightToLeft];
this results in a split caret with top half caret at extreme left and bottom half at extreme right and any character typed appears to the right. I want the new character appended to the left.
Thanks,
Abhinay._______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden