Re: Predicate warning from text view

2015-07-08 Thread Shane Stanley
On 8 Jul 2015, at 9:49 pm, David Durkee wrote: > > I am seeing this in my application too, and turning off Markup did eliminate > it. I was really glad to see your email about that. Makes me want to see if > any other mysterious bugs go away with Markup turned off. > > In my case it is not a s

Re: Predicate warning from text view

2015-07-08 Thread David Durkee
I am seeing this in my application too, and turning off Markup did eliminate it. I was really glad to see your email about that. Makes me want to see if any other mysterious bugs go away with Markup turned off. In my case it is not a subclass of a NSTextView, but a straight instance of one. Dav

Re: Predicate warning from text view

2015-07-07 Thread Shane Stanley
On 25 Oct 2014, at 10:23 am, Martin Wierschin wrote: >> I have a subclass of a text view in my app. When I double-click on other >> than a word (ie, a space or return), I get entries like these in the Console: >> >> _NSExtensionIsSafeExpressionForObjectWithSubquerySubstitutions: Expression >>

Re: Predicate warning from text view

2014-10-24 Thread Shane Stanley
On 25 Oct 2014, at 10:23 am, Martin Wierschin wrote: > > I observed this log statement during the Yosemite beta period, on a stock > system with no additional extensions/apps installed, aside from my own app > being tested on OS X 10.10. My app (which also uses an NSTextView subclass) > produc

Re: Predicate warning from text view

2014-10-24 Thread Martin Wierschin
> I have a subclass of a text view in my app. When I double-click on other than > a word (ie, a space or return), I get entries like these in the Console: > > _NSExtensionIsSafeExpressionForObjectWithSubquerySubstitutions: Expression > considered unsafe: SUBQUERY(extensionItems, $extensionItem,

Re: Predicate warning from text view

2014-10-24 Thread Shane Stanley
On 25 Oct 2014, at 4:16 am, Kyle Sluder wrote: > > I haven’t noticed it on my machine. It’s pretty obvious that it’s coming from > a new Yosemite extension that has a malformed “this is when I’m relevant” > query. What apps do you have installed that provide extensions? System Preferences show

Re: Predicate warning from text view

2014-10-24 Thread Kyle Sluder
On Oct 24, 2014, at 3:35 AM, Shane Stanley wrote: > > I need to get out more. It's actually happening in lots of apps, not just > mine. Anyone else seeing it? I haven’t noticed it on my machine. It’s pretty obvious that it’s coming from a new Yosemite extension that has a malformed “this is wh

Re: Predicate warning from text view

2014-10-24 Thread Shane Stanley
On 24 Oct 2014, at 6:37 pm, Shane Stanley wrote: > I have Graphics turned off in IB because I don't support attachments. I do > override -selectionRangeForProposedRange:granularity:, but not in any way > that I can see would produce this sort of thing. The only place I use > predicates is my c