On Dec 25, 2006, at 9:42 PM, Todd Ditchendorf wrote:
I'm working on a couple of TextMate plugins, and I would like to force text selection and possibly scrolling in TextMate's main window ([NSApp mainWindow]).
I see that TextMate uses a custom text view class called OakTextView.
Is the OakTextView api (header file?) available to the public?
Does anyone have any advice to share on how to accomplish text
selection in an OakTextView?
Been there... AFAIK the cire of the TextView is written in C++. classdump doesn't help there, and no way to use the ObjcC-runtime system to 're-pipe' things...
Gerd