Page 1 of 1

autocompletion doesn't use right scope

PostPosted: Wed Jun 09, 2010 6:40 am
by udo.killermann
Bernd,

I had it several times that the autocompletion feature messes with my sources in a way that they get incorrect. I was working with NSTask yesterday. This class has a method called "launch" - OB has a built in command "Launch" (uppercase L). Although declaring it with lowercase and using it that way. The autocorrect feature corrects the "launch" method within the declare statement and the invocation to "Launch" which leads to incorrect sources and is flagged by the parser.

Regards
Udo