Age | Commit message (Collapse) | Author | Files | Lines |
|
pointer is not NULL.
|
|
CGContextSetAllowsFontSubpixelPositioning when available.
|
|
|
|
idiomatically and behaving more consistently with the other platforms.
From johnsonj.
|
|
|
|
|
|
|
|
|
|
From johnsonj.
|
|
|
|
|
|
From Michael Staszewski.
|
|
|
|
braces within strings.
|
|
|
|
|
|
|
|
levelMinCurrent was missing. Add support for lexer.verilog.fold.preprocessor.else that behaves like fold.at.else only for preprocessor `else and `elseif directives.
|
|
carry over to the next line
|
|
|
|
|
|
|
|
DWRITE_TEXT_METRICS struct in header.
|
|
|
|
|
|
outside bounds. Also avoids warning for use of strncpy.
|
|
|
|
|
|
character window support.
|
|
analyze.
|
|
From johnsonj.
|
|
to work better.
|
|
|
|
`endcelldefine with `if
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readable on 10.10.
|
|
some code using the screen of the window and other code using the main screen.
|
|
The file had become a mixture of tab indenting and space indenting.
No other changes were made in this change set.
|
|
From Markus Moser.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|