NSTextField fieldeditor subclass example? (and an unrelated other inquiry)
NSTextField fieldeditor subclass example? (and an unrelated other inquiry)
- Subject: NSTextField fieldeditor subclass example? (and an unrelated other inquiry)
- From: vincent habchi <email@hidden>
- Date: Tue, 6 Jul 2010 20:31:06 +0200
Hi there,
after a small interruption, I am about to resume Cocoa coding with what seems to me one of the hardest things I ever made so far with the Mac: coding a SQL custom editor with token handling (keyword and column name coloring, completion, automatic selection extension on keyword boundaries).
Before I dive into it, has somebody ever stumbled on example code that would cover part of what I try to do?
Thanks a lot,
Vincent
BTW, another unrelated question. I have a method that takes an NSPoint as an argument. I call it this way:
[foo point:NSMakePoint(x, y)]
and get an analyzer warning: "Pass-by-value argument in function call is undefined".
Should I recode the function so that it takes a NSPoint * instead?
_______________________________________________
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