|
14 | 14 |
|
15 | 15 |
|
16 | 16 | // NSUserDefaults keys
|
17 |
| -NSString *MMTabMinWidthKey = @"MMTabMinWidth"; |
18 |
| -NSString *MMTabMaxWidthKey = @"MMTabMaxWidth"; |
19 |
| -NSString *MMTabOptimumWidthKey = @"MMTabOptimumWidth"; |
20 |
| -NSString *MMShowAddTabButtonKey = @"MMShowAddTabButton"; |
21 |
| -NSString *MMTextInsetLeftKey = @"MMTextInsetLeft"; |
22 |
| -NSString *MMTextInsetRightKey = @"MMTextInsetRight"; |
23 |
| -NSString *MMTextInsetTopKey = @"MMTextInsetTop"; |
24 |
| -NSString *MMTextInsetBottomKey = @"MMTextInsetBottom"; |
25 |
| -NSString *MMTypesetterKey = @"MMTypesetter"; |
26 |
| -NSString *MMCellWidthMultiplierKey = @"MMCellWidthMultiplier"; |
27 |
| -NSString *MMBaselineOffsetKey = @"MMBaselineOffset"; |
28 |
| -NSString *MMTranslateCtrlClickKey = @"MMTranslateCtrlClick"; |
29 |
| -NSString *MMTopLeftPointKey = @"MMTopLeftPoint"; |
30 |
| -NSString *MMOpenInCurrentWindowKey = @"MMOpenInCurrentWindow"; |
31 |
| -NSString *MMNoFontSubstitutionKey = @"MMNoFontSubstitution"; |
32 |
| -NSString *MMNoTitleBarWindowKey = @"MMNoTitleBarWindow"; |
33 |
| -NSString *MMLoginShellKey = @"MMLoginShell"; |
34 |
| -NSString *MMUntitledWindowKey = @"MMUntitledWindow"; |
35 |
| -NSString *MMZoomBothKey = @"MMZoomBoth"; |
36 |
| -NSString *MMCurrentPreferencePaneKey = @"MMCurrentPreferencePane"; |
37 |
| -NSString *MMLoginShellCommandKey = @"MMLoginShellCommand"; |
38 |
| -NSString *MMLoginShellArgumentKey = @"MMLoginShellArgument"; |
39 |
| -NSString *MMDialogsTrackPwdKey = @"MMDialogsTrackPwd"; |
40 |
| -NSString *MMOpenLayoutKey = @"MMOpenLayout"; |
41 |
| -NSString *MMVerticalSplitKey = @"MMVerticalSplit"; |
42 |
| -NSString *MMPreloadCacheSizeKey = @"MMPreloadCacheSize"; |
43 |
| -NSString *MMLastWindowClosedBehaviorKey = @"MMLastWindowClosedBehavior"; |
| 17 | +NSString *MMTabMinWidthKey = @"MMTabMinWidth"; |
| 18 | +NSString *MMTabMaxWidthKey = @"MMTabMaxWidth"; |
| 19 | +NSString *MMTabOptimumWidthKey = @"MMTabOptimumWidth"; |
| 20 | +NSString *MMShowAddTabButtonKey = @"MMShowAddTabButton"; |
| 21 | +NSString *MMTextInsetLeftKey = @"MMTextInsetLeft"; |
| 22 | +NSString *MMTextInsetRightKey = @"MMTextInsetRight"; |
| 23 | +NSString *MMTextInsetTopKey = @"MMTextInsetTop"; |
| 24 | +NSString *MMTextInsetBottomKey = @"MMTextInsetBottom"; |
| 25 | +NSString *MMTypesetterKey = @"MMTypesetter"; |
| 26 | +NSString *MMCellWidthMultiplierKey = @"MMCellWidthMultiplier"; |
| 27 | +NSString *MMBaselineOffsetKey = @"MMBaselineOffset"; |
| 28 | +NSString *MMTranslateCtrlClickKey = @"MMTranslateCtrlClick"; |
| 29 | +NSString *MMTopLeftPointKey = @"MMTopLeftPoint"; |
| 30 | +NSString *MMOpenInCurrentWindowKey = @"MMOpenInCurrentWindow"; |
| 31 | +NSString *MMNoFontSubstitutionKey = @"MMNoFontSubstitution"; |
| 32 | +NSString *MMNoTitleBarWindowKey = @"MMNoTitleBarWindow"; |
| 33 | +NSString *MMTitlebarAppearsTransparentKey = @"MMTitlebarAppearsTransparent"; |
| 34 | +NSString *MMLoginShellKey = @"MMLoginShell"; |
| 35 | +NSString *MMUntitledWindowKey = @"MMUntitledWindow"; |
| 36 | +NSString *MMZoomBothKey = @"MMZoomBoth"; |
| 37 | +NSString *MMCurrentPreferencePaneKey = @"MMCurrentPreferencePane"; |
| 38 | +NSString *MMLoginShellCommandKey = @"MMLoginShellCommand"; |
| 39 | +NSString *MMLoginShellArgumentKey = @"MMLoginShellArgument"; |
| 40 | +NSString *MMDialogsTrackPwdKey = @"MMDialogsTrackPwd"; |
| 41 | +NSString *MMOpenLayoutKey = @"MMOpenLayout"; |
| 42 | +NSString *MMVerticalSplitKey = @"MMVerticalSplit"; |
| 43 | +NSString *MMPreloadCacheSizeKey = @"MMPreloadCacheSize"; |
| 44 | +NSString *MMLastWindowClosedBehaviorKey = @"MMLastWindowClosedBehavior"; |
44 | 45 | #ifdef INCLUDE_OLD_IM_CODE
|
45 |
| -NSString *MMUseInlineImKey = @"MMUseInlineIm"; |
| 46 | +NSString *MMUseInlineImKey = @"MMUseInlineIm"; |
46 | 47 | #endif // INCLUDE_OLD_IM_CODE
|
47 |
| -NSString *MMSuppressTerminationAlertKey = @"MMSuppressTerminationAlert"; |
48 |
| -NSString *MMNativeFullScreenKey = @"MMNativeFullScreen"; |
49 |
| -NSString *MMUseMouseTimeKey = @"MMUseMouseTime"; |
50 |
| -NSString *MMFullScreenFadeTimeKey = @"MMFullScreenFadeTime"; |
51 |
| -NSString *MMUseCGLayerAlwaysKey = @"MMUseCGLayerAlways"; |
52 |
| -NSString *MMBufferedDrawingKey = @"MMBufferedDrawing"; |
| 48 | +NSString *MMSuppressTerminationAlertKey = @"MMSuppressTerminationAlert"; |
| 49 | +NSString *MMNativeFullScreenKey = @"MMNativeFullScreen"; |
| 50 | +NSString *MMUseMouseTimeKey = @"MMUseMouseTime"; |
| 51 | +NSString *MMFullScreenFadeTimeKey = @"MMFullScreenFadeTime"; |
| 52 | +NSString *MMUseCGLayerAlwaysKey = @"MMUseCGLayerAlways"; |
| 53 | +NSString *MMBufferedDrawingKey = @"MMBufferedDrawing"; |
53 | 54 |
|
54 | 55 |
|
55 | 56 |
|
|
0 commit comments