File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -257,6 +257,7 @@ KEY VALUE ~
257257*MMLoginShellArgument* login shell parameter [string]
258258*MMLoginShellCommand* which shell to use to launch Vim [string]
259259*MMNoFontSubstitution* disable automatic font substitution [bool]
260+ (Deprecated: Non-CoreText renderer only)
260261*MMNoTitleBarWindow* hide title bar [bool]
261262*MMTitlebarAppearsTransparent* enable a transparent titlebar [bool]
262263*MMAppearanceModeSelection* dark mode selection (| macvim-dark-mode | )[bool]
@@ -793,9 +794,6 @@ if you would like to see certain messages localized.
793794This list is by no means exhaustive, it only enumerates some of the more
794795prominent bugs/missing features.
795796
796- - Under macOS Mojave (10.14), the default renderer (Core Text renderer) has
797- some performance issues and scrolling is not as smooth as previous macOS
798- versions (10.13 or below).
799797- Sound. MacVim does not currently support | +sound | yet.
800798- | modifyOtherKeys | support. This feature allows for more granular key
801799 mapping (e.g. differentiating <C-I> and <Tab> ) and isn't supported by the
Original file line number Diff line number Diff line change 367367 <textField verticalHuggingPriority =" 750" horizontalCompressionResistancePriority =" 250" fixedFrame =" YES" id =" 815" >
368368 <rect key =" frame" x =" 17" y =" 252" width =" 449" height =" 28" />
369369 <autoresizingMask key =" autoresizingMask" flexibleMaxX =" YES" flexibleMinY =" YES" />
370- <textFieldCell key =" cell" controlSize =" small" sendsActionOnEndEditing =" YES" id =" 991" >
370+ <textFieldCell key =" cell" controlSize =" small" sendsActionOnEndEditing =" YES" title = " (Deprecated) Deselect this option to use the legacy renderer, which is unsupported and will be removed in a future version. " id =" 991" >
371371 <font key =" font" metaFont =" smallSystem" />
372- <string key =" title" >Selecting this option will increase rendering performance but double-tapping with three fingers to look up words will no longer work.</string >
373372 <color key =" textColor" white =" 0.5" alpha =" 1" colorSpace =" calibratedWhite" />
374373 <color key =" backgroundColor" name =" controlColor" catalog =" System" colorSpace =" catalog" />
375374 </textFieldCell >
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ extern NSString *MMShareFindPboardKey;
348348
349349extern NSString *MMAutosaveRowsKey;
350350extern NSString *MMAutosaveColumnsKey;
351- extern NSString *MMRendererKey;
351+ extern NSString *MMRendererKey; // Deprecated: Non-CoreText renderer
352352
353353enum {
354354 MMRendererDefault = 0 ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ extern NSString *MMBaselineOffsetKey;
3232extern NSString *MMTranslateCtrlClickKey;
3333extern NSString *MMTopLeftPointKey;
3434extern NSString *MMOpenInCurrentWindowKey;
35- extern NSString *MMNoFontSubstitutionKey;
35+ extern NSString *MMNoFontSubstitutionKey; // Deprecated: Non-CoreText renderer
3636extern NSString *MMAppearanceModeSelectionKey;
3737extern NSString *MMNoTitleBarWindowKey;
3838extern NSString *MMTitlebarAppearsTransparentKey;
You can’t perform that action at this time.
0 commit comments