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
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
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
>>
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
> 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,
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
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
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