Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The current version value (CFBundleVersion) is a build version.
|
|
|
|
|
|
of NULL SurfaceImpl objects and replace heap with stack to simplify code.
|
|
|
|
deleted context
was causing a crash.
|
|
|
|
|
|
LexOthers
in the previous commit.
|
|
|
|
at the target level.
|
|
|
|
Not perfect when the Scintilla view is overlapping the screen edge or dock
as the position moved to is based on the view's area.
|
|
|
|
|
|
without ever being allocated by Create.
|
|
|
|
|
|
default encoding instead of chosen encoding.
|
|
CGContextSetAllowsFontSubpixelPositioning when available.
|
|
|
|
|
|
|
|
|
|
readable on 10.10.
|
|
some code using the screen of the window and other code using the main screen.
|
|
features of the IME work. attributedSubstringForProposedRange:actualRange: and
characterIndexForPoint: now have full implementations.
This required using UTF-16 document indexes in many places as that is what
Cocoa wants. Tentative undo is used for the composition text instead of turning
off undo as that is safer and similar to IME code on other platforms.
|
|
composition mode.
This deleted text isn't in the undo history and it isn't in the document so can never be recovered
so makes it impossible to correctly perform undo.
Add logging for unexpected situations and throw an exception when undo can't be performed.
Ensure empty marked text range is always in canonical (NSNotFound,0) form.
|
|
|
|
|
|
initializers,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
used.
|
|
|
|
|
|
|
|
|