Re: Panes vs. Separate Windows

2017-02-17 Thread Ariel Feinerman
I am glad to know that a lot of people still like multiple windowed UI and remember Xcode 3 with warm like me. Of course, it is more suitable for using multiple screens: one window for each screen, or in the case of CAD -- one screen for model designing window and one for everything else. However,

Re: Some help with NSComparisonPredicate please

2017-02-17 Thread sqwarqDev
> On 17 Feb 2017, at 22:35, sqwarqDev wrote: > > mdfind on the command line returns all the results from the /Application > Support folder. NSMetadataQuery doesn’t return anything at all. Search scope is set to NSMetadataQueryLocalComputerScope in case anyone was going to ask! Best P

Re: Some help with NSComparisonPredicate please

2017-02-17 Thread sqwarqDev
> On 17 Feb 2017, at 22:25, Keary Suska wrote: > > The correct syntax is probably: > > kMDItemFSName ==[c] *%@* > Yeah, I’ve just been playing with that since my last post. Indeed, I discovered that the docs claim that this should be equivalent to contains: kMDItem…. == “*paris

Re: Some help with NSComparisonPredicate please

2017-02-17 Thread Keary Suska
> On Feb 17, 2017, at 7:41 AM, sqwarqDev wrote: > > So eventually I discovered that this question has a history. Back in 2008 > Keary and Garriet discussed this: > > http://webcache.googleusercontent.com/search?q=cache:HXWdzJeGeDcJ:www.cocoabuilder.com/archive/cocoa/208612-nspredicate-containi

Re: Some help with NSComparisonPredicate please

2017-02-17 Thread sqwarqDev
So eventually I discovered that this question has a history. Back in 2008 Keary and Garriet discussed this: http://webcache.googleusercontent.com/search?q=cache:HXWdzJeGeDcJ:www.cocoabuilder.com/archive/cocoa/208612-nspredicate-containing-contains.html+&cd=4&hl=th&ct=clnk&gl=th&client=safari Al

Re: Some help with NSComparisonPredicate please

2017-02-17 Thread sqwarqDev
Suggestions from Shane and Steve: > Use LIKE instead of CONTAINS? Yeah, that was my first thought. Alas, it doesn’t return the correct results. > Try quoting the right side? "kMDItemFSName contains[cd] '%@‘" Doesn’t return the correct results in 10.11. There aren’t any spaces in my actual ta