Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
failure as that throws an exception.
|
|
|
|
wrapping CFStringCreateWithBytes.
|
|
according to Apple's API Reference.
|
|
over other views above and below ScintillaView.
|
|
|
|
|
|
checks making them more difficult to understand.
|
|
since memory ownership doesn't cross between C++ and Objective C as much.
|
|
creating an NSBitmapImageRep first.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
where it may be needed in the future.
|
|
|
|
|
|
and lines.
|
|
|
|
|
|
|
|
Features used are move constructor, unique_ptr, deleted functions, enum class,
lambda expression, and range for loop.
|
|
|
|
|
|
|
|
|
|
chooser from appearing.
Special-case the Chinese "Cangjie" input source.
|
|
|
|
|
|
|
|
|
|
|
|
static_cast instead of reinterpret_cast between void* and id or Objective C
object.
|
|
reinterpret_cast
|
|
QuartzTextStyle.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Hid properties and methods which are for internal use.
|
|
|
|
|
|
Also return nil from attributedSubstringForProposedRange for ranges outside
document as this is specified behaviour.
|