Neil Hodgson
unread,Aug 13, 2012, 7:58:26 AM8/13/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scintilla...@googlegroups.com
Fred:
> Sounds like the problem. May be you can turn the @property into a regular get/set without retain for this particular case ?
(assign) works well enough.
> About the OS X10.5 support, I have compiled scintilla on OS X10.5 and it needed some adjustements to work. CAGradientLayer is OSX10.6 only, so I replaced it with a regular one color CALayer.
There's some ifdefs to turn off the animated find indicator to avoid CAGradientLayer - it isn't an essential feature. If a CALayer can be substituted easily then that would be good but its not worth adding much complexity.
> There was another little thing, but I can't remember for now (I can investigate if you need to).
10.6 support is much more important although it is good to avoid breaking 10.5. With Apple going to yearly releases there's going to be many people using older versions.
Neil