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 protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to