Adobe.com
Contents Suites Classes Class Index Member Index

AIPreferenceKeys.h

Go to the documentation of this file.
00001 #ifndef __AIPreferenceKeys__
00002 #define __AIPreferenceKeys__
00003 
00004 /*
00005  *        Name: AIPreferenceKeys.h
00006  *     Purpose: To define shared preference keys, defaults, and other
00007  *              relevant information.
00008  *       Notes: When sharing preferences between plugins and the main app,
00009  *              either a) use a null prefix, or b) access the preferences from
00010  *              the main app via the AIPreference suite.
00011  *
00012  * ADOBE SYSTEMS INCORPORATED
00013  * Copyright 2001-2014 Adobe Systems Incorporated.
00014  * All rights reserved.
00015  *
00016  * NOTICE:  Adobe permits you to use, modify, and distribute this file 
00017  * in accordance with the terms of the Adobe license agreement 
00018  * accompanying it. If you have received this file from a source other 
00019  * than Adobe, then your use, modification, or distribution of it 
00020  * requires the prior written permission of Adobe.
00021  *
00022  */
00023 
00025 #define kUseLowResProxyPrefix nullptr
00026 
00027 #define kUseLowResProxySuffix ((const char *)"useLowResProxy")
00028 
00029 const bool kUseLowResProxyDefault= false;
00030 
00031 
00033 #define kDisplayBitmapsAsAntiAliasedPixelPreviewPrefix nullptr
00034 
00035 #define kDisplayBitmapsAsAntiAliasedPixelPreviewSuffix ((const char *)"DisplayBitmapsAsAntiAliasedPixelPreview")
00036 
00037 const bool kDisplayBitmapsAsAntiAliasedPixelPreviewDefault= false;
00038 
00039 
00040 
00042 #define kEPSResolutionPrefix nullptr
00043 
00044 #define kEPSResolutionSuffix    ((const char *)"EPSResolution")
00045 
00046 const ai::int32 kEPSResolutionDefault = 300;
00047 
00049 #define kFileClipboardPrefix ((const char *)"FileClipboard")
00050 
00051 #define kLinkOptionsSuffix ((const char *)"linkoptions")
00052 
00053 enum UpdateLinkOptions {AUTO, MANUAL, ASKWHENMODIFIED};
00055 const UpdateLinkOptions kLinkOptionsDefault= ASKWHENMODIFIED;
00056 
00058 #define kEnableOPIPrefix nullptr
00059 
00060 #define kEnableOPISuffix        ((const char *)"enableOPI")
00061 
00062 const bool kEnableOPIDefault = false;
00063 
00065 #define kcopySVGCodeSuffix              "copySVGCode"
00066 
00067 #define kcopySVGCBFormatSuffix          "copySVGCBFormat"
00068 
00069 #define kcopyAsPDFSuffix                "copyAsPDF"
00070 
00071 #define kcopyAsSVGSuffix                "copyAsSVG"
00072 
00073 #define kcopyAsAICBSuffix               "copyAsAICB"
00074 
00075 #define kappendExtensionSuffix  "appendExtension"
00076 
00077 #define klowerCaseSuffix                "lowerCase"
00078 
00079 #define kflattenSuffix                  "flatten"
00080 
00081 #define kAICBOptionSuffix           "AICBOption"
00082 
00083 
00084 
00086 enum  AICBOptions {PRESERVE_PATH, PRESERVE_APPEARANCE_OVERPRINT};
00088 const AICBOptions kAICBOptionsDefault= PRESERVE_APPEARANCE_OVERPRINT;
00089 
00092 #define kUseVersionCue                  "useVersionCue"
00093 
00100 #define kAIPrefKeyOnscreenBlackPres                     ((const char*) "blackPreservation/Onscreen")
00101 
00103 #define kAIPrefDefaultOnscreenBlackPres         true
00104 
00111 #define kAIPrefKeyExportBlackPres                       ((const char*) "blackPreservation/Export")
00112 
00114 #define kAIPrefDefaultExportBlackPres           true
00115 
00119 #define kAIPrefKeyGuideStyle ((const char*)"Guide/Style")
00120 
00122 #define kAIPrefGuideStyleSolid 0
00123 
00125 #define kAIPrefGuideStyleDashed 1
00126 
00128 #define kAIPrefDefaultGuideStyle kAIPrefGuideStyleSolid
00129 
00133 #define kAIPrefKeyGuideColorRed ((const char*)"Guide/Color/red")
00134 
00136 #define kAIPrefDefaultGuideColorRed             (0x4A3D/65535.0f)
00137 
00141 #define kAIPrefKeyGuideColorGreen ((const char*)"Guide/Color/green")
00142 
00144 #define kAIPrefDefaultGuideColorGreen           (1.0f)
00145 
00149 #define kAIPrefKeyGuideColorBlue ((const char*)"Guide/Color/blue")
00150 
00152 #define kAIPrefDefaultGuideColorBlue            (1.0f)
00153 
00157 #define kAISnappingPrefShowToolGuides                   ((const char*)"smartGuides/showToolGuides")
00158 
00160 const bool kAISnappingPrefShowToolGuidesDefault = false;
00161 
00164 #define kAISnappingPrefAngularTolerance                 ((const char*)"smartGuides/angularTolerance")
00165 
00167 const ai::int32 kAISnappingPrefAngularToleranceDefault = 2;
00168 
00171 #define kAIPrefKeySmartGuideColorRed ((const char*)"snapomatic/Color/red_19_2")
00172 
00174 #define kAIPrefDefaultSmartGuideColorRed                (1.0f)
00175 
00179 #define kAIPrefKeySmartGuideColorGreen ((const char*)"snapomatic/Color/green_19_2")
00180 
00182 #define kAIPrefDefaultSmartGuideColorGreen              (0x4A3D/65535.0f)
00183 
00187 #define kAIPrefKeySmartGuideColorBlue ((const char*)"snapomatic/Color/blue_19_2")
00188 
00190 #define kAIPrefDefaultSmartGuideColorBlue               (1.0f)
00191 
00194 #define kAIPrefKeyGlyphGuideColorRed ((const char*)"snapomatic/GlyphColor/red")
00195 
00197 #define kAIPrefDefaultGlyphGuideColorRed                ((110)/255.0f)
00198 
00202 #define kAIPrefKeyGlyphGuideColorGreen ((const char*)"snapomatic/GlyphColor/green")
00203 
00205 #define kAIPrefDefaultGlyphGuideColorGreen              ((205)/255.0f)
00206 
00210 #define kAIPrefKeyGlyphGuideColorBlue ((const char*)"snapomatic/GlyphColor/blue")
00211 
00213 #define kAIPrefDefaultGlyphGuideColorBlue               ((75)/255.0f)
00214 
00215 
00218 #define kAISnappingPrefShowLabels                       ((const char*)"smartGuides/showLabels")
00219 
00221 #define kAISnappingPrefShowConstructionGuides                   ((const char*)"smartGuides/showConstructionGuides")
00222 
00224 #define kAISnappingPrefObjectHighlighting                       ((const char*)"smartGuides/showObjectHighlighting")
00225 
00227 constexpr bool kAIPrefDefaultShowObjectHighlighting = true;
00230 #define kAISnappingPrefShowReadouts                     ((const char*)"smartGuides/showReadouts")
00231 
00233 #define kAISnappingPrefShowAlignmentGuides                      ((const char*)"smartGuides/showAlignmentGuides")
00234 
00236 #define kAISnappingPrefSpacingGuides                    ((const char*)"smartGuides/showSpacingGuides")
00237 
00239 #define kAIPrefSnapToActiveArtboardContent  ((const char*)"smartGuides/snapToActiveArtboardContent")
00240 
00242 #define kAIPrefDefaultSnapToActiveArtboardContent          false
00243 
00245 #define kAISnappingPrefShowRotationalGuides                     ((const char*)"smartGuides/showRotationalGuides")
00246 
00248 #define kAISnappingPrefSmartGuidesTolerance                     ((const char*)"smartGuides/tolerance")
00249 
00251 #define kAISnappingPrefRotationalSnapArcTolerance                       ((const char*)"smartGuides/rotationalSnapArcTolerance")
00252 
00254 #define kAISnappingPrefShowSmartGuides                  ((const char*)"smartGuides/isEnabled")
00255 #define kAISnappingPrefShowSmartGuidesDefault   true
00256 
00258 #define kAISnappingPrefSnapToPoint                      ((const char*)"snapToPoint")
00259 
00261 #define kAIPrefDefaultSnapToPoint           true
00262 
00264 #define kAISnapToPointTolerance                 ((const char*)"snappingTolerance")
00265 
00268 #define kAIPrefSnapToGlyph  ((const char*)"snapToGlyph")
00269 #define kAIPrefSnapToGlyphDefault   true
00270 
00273 #define kAIPrefShowSnapToGlyphOpt       ((const char*)"showSnapToGlyphOpt")
00274 
00277 #define kAIPrefTextAnchorPointSnapping  ((const char*)"textAnchorPointSnapping")
00278 #define kAIPrefTextAnchorPointSnappingDefault   true
00279 
00282 #define kAIPrefTextLineSnapping  ((const char*)"textLineSnapping")
00283 #define kAIPrefTextLineSnappingDefault   true
00284 
00288 #define kAIPrefTextBaselineSnapping  ((const char*)"textBaselineLineSnapping")
00289 #define kAIPrefTextBaselineSnappingDefault   true
00290 
00294 #define kAIPrefTextXHeightSnapping  ((const char*)"textXHeightSnapping")
00295 #define kAIPrefTextXHeightSnappingDefault   true
00296 
00300 #define kAIPrefTextLineBoundSnapping  ((const char*)"textLineBoundsSnapping")
00301 #define kAIPrefTextLineBoundSnappingDefault   true
00302 
00306 #define kAIPrefTextFirstLineSnapping  ((const char*)"textFirstLineSnapping")
00307 #define kAIPrefTextFirstLineSnappingDefault   false
00308 
00312 #define kAIPrefTextAllVisualLinesSnapping  ((const char*)"textAllVisualLinesSnapping")
00313 #define kAIPrefTextAllVisualLinesSnappingDefault   false
00314 
00319 #define kAIPrefTextImportantVisualLinesSnapping  ((const char*)"textImportantVisualLinesSnapping")
00320 #define kAIPrefTextImportantVisualLinesSnappingDefault   false
00321 
00324 #define kAIPrefShowAngularGuides  ((const char*)"angularGuides")
00325 #define kAIPrefShowAngularGuidesDefault   true
00326 
00329 #define kAIPrefShowFontHeightOption  ((const char*)"fontHeightOption")
00330 #define kAIPrefShowFontHeightOptionDefault false
00331 
00334 #define kAIPrefSnapToPixelAction  ((const char*)"snapToPixelOnUserAction")
00335 #define kAIPrefSnapToPixelActionDefault   false
00336 
00340 #define kAIPrefKeyShowSliceNumbers ((const char*)"plugin/AdobeSlicingPlugin/showSliceNumbers")
00341 
00343 #define kAIPrefDefaultShowSliceNumbers                  true
00344 
00348 #define kAIPrefKeySlicingFeedbackColorRed ((const char*)"plugin/AdobeSlicingPlugin/feedback/red")
00349 
00351 #define kAIPrefDefaultSlicingFeedbackColorRed   (0xFFFF)
00352 
00356 #define kAIPrefKeySlicingFeedbackColorGreen ((const char*)"plugin/AdobeSlicingPlugin/feedback/green")
00357 
00359 #define kAIPrefDefaultSlicingFeedbackColorGreen (0x4A3D)
00360 
00364 #define kAIPrefKeySlicingFeedbackColorBlue ((const char*)"plugin/AdobeSlicingPlugin/feedback/blue")
00365 
00367 #define kAIPrefDefaultSlicingFeedbackColorBlue  (0x4A3D)
00368 
00373 #define kAIPrefKeyTextGreekingThreshold ((const char*)"text/greekingThreshold")
00374 
00376 #define kAIPrefDefaultTextGreekingThreshold             (6.0f)
00377 
00381 #define kAIPrefKeyTextFontEnglishName ((const char*)"text/useEnglishFontNames")
00382 
00384 const bool kAIPrefDefaultTextFontEnglishName = false;
00385 
00389 #define kAIPrefKeyTextFontFaceSize ((const char*)"text/fontMenu/faceSizeMultiplier")
00390 
00392 const  ai::int32 kAIPrefDefaultTextFontFaceSize = 1;
00393 
00397 #define kAIPrefKeyTextSampleTextOpt ((const char*)"text/fontflyout/SampleTextOpt")
00398 
00402 #define kAIPrefKeyTextFontShowInFace ((const char*)"text/fontMenu/showInFace")
00403 
00405 const bool kAIPrefDefaultTextFontShowInFace = true;
00406 
00410 #define kAIPrefKeyTextJapaneseFontPreview ((const char*)"text/fontMenu/japaneseFontPreview")
00411 
00412 const bool kAIPrefDefaultJapaneseFontPreview = false;
00413 
00417 #define kAIPrefKeyTextFontGroupByLang ((const char*)"text/groupTypeMenuByLanguage")
00418 
00420 const bool kAIPrefDefaultTextFontGroupByLang = true;
00421 
00425 #define kAIPrefKeyTextFontSubMenuInFace ((const char*)"text/fontMenu/showSubMenusInFace")
00426 
00428 const bool kAIPrefDefaultTextFontSubMenuInFace = false;
00432 #define kAIPrefKeyFontNeedsExploreModeOnboarding ((const char*)"text/fontMenu/needsExploreModeOnboarding")
00433 
00435 const bool kAIPrefDefaultFontNeedsExploreModeOnboarding = true;
00436 
00440 #define kAIPrefKeyShowFontExploreTab ((const char*)"showFindMoreTabV2")
00441 
00443 const bool kAIPrefDefaultShowFontExploreTab = true;
00444 
00448 #define kAIPrefKeyFontExplrModeOnbrdngShownCount ((const char*)"text/fontMenu/exploreModeOnbrdngShownCount")
00449 
00451 const ai::int32 kAIPrefDefaultFontExplrModeOnbrdngShownCount = 0;
00452 
00456 #define kAIPrefKeyLegacyGradientMeshConversionOptions ((const char*) "open/legacyGradientMeshConversion")
00457 
00459 enum  LegacyGradientMeshConversionOptions {MESH_UNKNOWN, MESH_PRESERVE_SPOT, MESH_PRESERVE_APPEARANCE};
00460 
00463 #define kAIPrefKeySelectionTolerance ((const char*) "selectionTolerance")
00464 
00466 #define  kAIPrefDefaultSelectionTolerance (3)
00467 
00470 #define kAIPrefKeyTWSSelectionTolerance ((const char*) "tws/SelectionTolerance")
00471 
00473 #define  kAIPrefDefaultTWSSelectionTolerance (10)
00474 
00477 #define  kAIPrefDefaultCornerAngleLimit (177.0)
00478 
00481 #define kAIPrefKeyScaleStrokesAndEffects                        ((const char*)"scaleLineWeight")
00482 
00484 #define kAIPrefKeyHighlightAnchorOnMouseover            ((const char*)"highlightAnchorOnMouseOver")
00485 
00487 const bool kAIPrefKeyHighlightAnchorOnMouseoverDefault = true;
00488 
00492 #define kShowArtboardConversionDialogKey                        ((const char*) "LegacyArtboardOptions/ShowDialog")
00493 
00496 #define kAIArtboardConversionDialogArtboardKey          ((const char*) "LegacyArtboardOptions/artboard")
00497 
00500 #define kAIArtboardConversionDialogCropAreaKey          ((const char*) "LegacyArtboardOptions/cropAreas")
00501 
00504 #define kAIArtboardConversionDialogTilesKey                     ((const char*) "LegacyArtboardOptions/pageTiles")
00505 
00508 #define kAIArtboardConversionDialogArtworkBoundsKey     ((const char*) "LegacyArtboardOptions/artworkBounds")
00509 
00513 #define kAIPrefKeyShowPixelGrid ((const char*)"Guide/ShowPixelGrid")
00514 
00516 #define kAIPrefDefaultShowPixelGrid             TRUE
00517 
00520 #define kAIPrefKeyShowLinkInfo          ((const char*)"showLinkInfo")
00521 
00523 const bool kAIPrefKeyShowLinkInfoDefault = false;
00524 
00528 #define kAIPrefCreativeCloudPreferences ((const char*)"CreativeCloud/preferences")
00529 
00531 #define kAIPrefDefaultCreativeCloudPreferences          TRUE
00532 
00536 #define kAIPrefCreativeCloudSwatches ((const char*)"CreativeCloud/Swatches")
00537 
00539 #define kAIPrefDefaultCreativeCloudSwatches             TRUE
00540 
00541 
00545 #define kAIPrefCreativeCloudPresets ((const char*)"CreativeCloud/Presets")
00546 
00548 #define kAIPrefDefaultCreativeCloudPresets              TRUE
00549 
00553 #define kAIPrefCreativeCloudSymbols ((const char*)"CreativeCloud/Symbols")
00554 
00556 #define kAIPrefDefaultCreativeCloudSymbols              TRUE
00557 
00561 #define kAIPrefCreativeCloudBrushes ((const char*)"CreativeCloud/Brushes")
00562 
00564 #define kAIPrefDefaultCreativeCloudBrushes              TRUE
00565 
00569 #define kAIPrefCreativeCloudGraphicStyles ((const char*)"CreativeCloud/GraphicStyles")
00570 
00572 #define kAIPrefDefaultCreativeCloudGraphicStyles                TRUE
00573 
00577 #define kAIPrefCreativeCloudWorkspaces ((const char*)"CreativeCloud/Workspaces")
00578 
00580 #define kAIPrefDefaultCreativeCloudWorkspaces           TRUE
00581 
00585 #define kAIPrefCreativeCloudKBS ((const char*)"CreativeCloud/KBS")
00586 
00588 #define kAIPrefDefaultCreativeCloudKBS          TRUE
00589 
00590 
00594 #define kAIPrefCreativeCloudAsianSettings ((const char*)"CreativeCloud/AsianSettings")
00595 
00597 #define kAIPrefDefaultCreativeCloudAsianSettings                TRUE
00598 
00602 #define kAIPrefCreativeCloudConflictHandling ((const char*)"CreativeCloud/ConflictHandling")
00603 
00605 #define kAIPrefDefaultCreativeCloudConflictHandling             AIPreferenceUtil::kAskMe
00606 
00610 #define kAIPrefCreativeCloudSyncPopup ((const char*)"CreativeCloud/SyncPopup")
00611 
00613 #define kAIPrefDefaultCreativeCloudSyncPopup            AIPreferenceUtil::kAllSettings
00614 
00618 #define kAIPrefLiveShapesConstrainDimensions            ((const char*)"LiveShapes/constrainDimensions")
00619 
00621 #define kAIPrefDefaultLiveShapesConstrainDimensions             TRUE
00622 
00626 #define kAIPrefLiveShapesConstrainRadii         ((const char*)"LiveShapes/constrainRadii")
00627 
00629 #define kAIPrefDefaultLiveShapesConstrainRadii          TRUE
00630 
00634 #define kAIPrefLiveShapesConstrainPieAngles     ((const char*)"LiveShapes/constrainPieAngles")
00635 
00637 #define kAIPrefDefaultLiveShapesConstrainPieAngles              FALSE
00638 
00642 #define kAIPrefLiveShapesAutoShowPropertiesUI           ((const char*)"LiveShapes/autoShowPropertiesUIOnCreatingShape")
00643 
00645 #define kAIPrefDefaultLiveShapesAutoShowPropertiesUI            FALSE
00646 
00650 #define kAIPrefLiveShapesHideWidgetsForShapeTools               ((const char*)"LiveShapes/hideWidgetsForShapeTools")
00651 
00653 #define kAIPrefDefaultLiveShapesHideWidgetsForShapeTools        FALSE
00654 
00658 #define kAIPrefPreserveCornersPolicy                                    ((const char*)"policyForPreservingCorners")
00659 
00661 enum CornerPreservePolicy { kAIPrefScaleCornersRadii = 1, kAIPrefMaintainCornersRadii };
00664 const CornerPreservePolicy kAIPrefDefaultPreserveCornersPolicy = kAIPrefMaintainCornersRadii;
00665 
00668 #define kAIPrefPerformanceGPUSupported ((const char*)"Performance/GPUSupported")
00669 
00671 #define kAIPrefPerformanceEnableGPU ((const char*)"Performance/EnableGPU_Ver19_2")
00672 
00675 #define kAIPrefPerformanceAnimZoom ((const char*)"Performance/AnimZoom")
00676 
00679 #define kAIPrefDefaultPerformanceEnableThinFilledPaths          false
00680 
00683 #define kAIPrefDynamicSpelling  ((const char*)"dynamicspelling")
00684 #define kAIPrefDynamicSpellingDefault   false
00685 
00688 #define kAISpellIgnoreRepeatedWordPref ((const char*)"IgnoreRepeatedWord")
00689 #define kAISpellIgnoreRepeatedWordPrefDefault false
00690 
00693 #define kAISpellIgnoreUncapSentenceStartPref ((const char*)"IgnoreUncapSentenceStart")
00694 #define kAISpellIgnoreUncapSentenceStartPrefDefault false
00695 
00698 #define kAISpellIgnoreWordAllCapPref ((const char*)"IgnoreWordAllCap")
00699 #define kAISpellIgnoreWordAllCapPrefDefault false
00700 
00703 #define kAISpellIgnoreRomanNumeralPref ((const char*)"IgnoreRomanNumeral")
00704 #define kAISpellIgnoreRomanNumeralPrefDefault false
00705 
00708 #define kAISpellIgnoreWordWithNumberPref ((const char*)"IgnoreWordWithNumber")
00709 #define kAISpellIgnoreWordWithNumberPrefDefault false
00710 
00711 
00712 
00715 #define kAIPrefDefaultPerformanceDisplaySetting         (0)
00716 
00719 #define kAIPrefCrashRecoveryAutomaticallySave ((const char*)"CrashRecovery/AutomaticallySave")
00720 
00723 #define kAIPrefCrashRecoveryIdleLoopTimeInterval ((const char*)"CrashRecovery/IdleLoopTimeInterval")
00724 
00727 #define kAIPrefCrashRecoveryFolderLocation      ((const char*)"CrashRecovery/RecoveryFolderLocation")
00728 
00731 #define kAIPrefCrashRecoveryTurnOffForComplexDocument   ((const char*)"CrashRecovery/TurnOffForComplexDocument")
00732 
00735 #define kAIPrefScaleUI ((const char*)"UIPreferences/scaleUI")
00736 
00738 #define kAIPrefDefaultScaleUI           true
00739 
00742 #define kAIPrefScaleCursor ((const char*)"UIPreferences/scaleCursor")
00743 
00745 #define kAIPrefDefaultScaleCursor               true
00746 
00749 #define kAIPrefAppScaleFactor ((const char*)"UIPreferences/appScaleFactor")
00750 
00752 #define kAIPrefDefaultAppScaleFactor            (1.0f)
00753 
00754 #define kAIPrefIsDefaultScaleShown              ((const char*)"UIPreferences/defaultScaleFactorLaunch")
00755 
00757 #define kAIPrefWorkspaceTabsSize ((const char*)"UIPreferences/workspaceTabsSize")
00758 
00760 enum WorkspaceTabSize { kAIPrefTabSize_Small = 1, kAIPrefTabSize_Large };
00763 const WorkspaceTabSize kAIPrefDefaultTabSize = kAIPrefTabSize_Large;
00764 
00767 #define kAIPrefSnapUIScaleFactor ((const char*)"UIPreferences/snapUIScaleFactor")
00768 
00770 #define kAIPrefDefaultSnapUIScaleFactor         1
00771 
00775 #define kAIPrefTWSKeyboardDetach ((const char*)"TouchPreferenceUI/TWSKeyboardDetach")
00776 
00778 #define kAIPrefDefaultTWSKeyboardDetach         true
00779 
00782 #define kAIPrefPreciseCursors ((const char*)"TouchPreferenceUI/PreciseCursor")
00783 
00785 #define kAIPrefDefaultPreciseCursors    true
00786 
00788 #define kAIPrefShaperConstrainScale                     ((const char*)"shaper/constrainScaling")
00789 
00791 #define kAIPrefShaperConstrainScaleDefault  false
00792 
00795 #define kAIPrefSoftMessageDuration ((const char*)"TouchPreferenceUI/SoftMessageDuration")
00796 
00798 #define kAIPrefDefaultSoftMessageDuration (4.0f)
00799 
00803 #define kAIPrefEnableCCCharts ((const char*)"ExpFeaturesPreferenceUI/EnableCCCharts")
00804 
00806 #define kAIPrefDefaultEnableCCCharts    false
00807 
00810 #define kAIPrefTextBoxAutoSizing ((const char*)"text/autoSizing")
00811 
00813 #define kAIPrefTextBoxAutoSizingDefaultValue    false
00814 
00815 
00818 #define kAIPrefTextEnableAltGlyph ((const char*)"text/enableAlternateGlyph")
00819 
00821 #define kAIPrefTextEnableAltGlyphDefaultValue    true
00822 
00825 #define kAIPrefTextEnablePreciseBBox ((const char*)"text/enablePreciseBBox")
00826 
00828 #define kAIPrefTextEnablePreciseBBoxDefaultValue        false
00829 
00832 #define kAIPrefFillWithDefaultText ((const char*)"text/fillWithDefaultText")
00833 
00835 #define kAIPrefFillWithDefaultTextDefaultValue  true
00836                 
00839 #define kAIPrefDontShowMissingFontDlg           ((const char*)"DontShowMissingFontDialogPreference")
00840 
00842 const bool kAIPrefDontShowMissingFontDlgDefault = false;
00843 
00846 #define kAIPrefAutoAssignUIDsForDocCreated              ((const char*)"AutoAssignUIDsForDocCreatedPreference")
00847 
00849 const bool kAIPrefAutoAssignUIDsForDocCreatedDefault = false;
00850 
00853 #define kAIPrefAutoAssignUIDsForDocOpened               ((const char*)"AutoAssignUIDsForDocOpenedPreference")
00854 
00856 const bool kAIPrefAutoAssignUIDsForDocOpenedDefault = false;
00857 
00860 #define kAIPrefHideCornerWidgetBasedOnAngle             ((const char*)"liveCorners/hideCornerWidgetBasedOnAngle")
00861 
00863 const bool kAIPrefHideCornerWidgetBasedOnAngleDefault = true;
00864 
00865 #define kAIPrefMoveLockedAndHiddenArt           ((const char*)"moveLockedAndHiddenArt")
00866 
00869 #define kAIPrefCornerAngleLimit                                 ((const char*)"liveCorners/cornerAngleLimit")
00870 
00873 #define kAIPrefShowBoundingBox                                  ((const char*)"showBoundingBox")
00874 
00875 #define kShowNewDocDialogKey                                    ((const char*)"Hello/NewDoc")
00876 
00878 const bool kAIPrefShowNewDocDialogDefault = false;
00879 
00880 #define kShowHomeScreenWSKey                                    ((const char*)"Hello/ShowHomeScreenWS")
00881 
00883 const bool kAIPrefShowHomeScreenWSDefault = true;
00884 
00886 #define kAIRecentFileNumberPrefix nullptr
00887 
00888 #define kAIRecentFileNumberSuffix ((const char *)"RecentFileNumber")
00889 
00890 const unsigned int kAIRecentFileNumberDefault = 20;
00891 
00895 #define kAIPrefCreateLiveShapes                                 ((const char*)"LiveShapes/createLiveShapes")
00896 
00898 #define kAIPrefDefaultCreateLiveShapes                  TRUE
00899 
00903 #define kAIPrefWindowsUseUNCPath                                        ((const char*)"FilePath/WindowsUseUNCPath")
00904 
00906 #define kAIPrefDefaultWindowsUseUNCPath                 FALSE
00907 
00909 const unsigned int kRecentPresetsNumberDefault = 20;
00910 
00913 #define kApplicationBarSearchOption             ((const char*) "layout/0/ApplicationBarOption")
00914 
00916 #define kAIRecentFontNumberPrefix nullptr
00917 
00918 #define kAIRecentFontNumberSuffix ((const char *)"text/recentFontMenu/showNEntries")
00919 
00920 const unsigned int kAIRecentFontNumberDefault = 10;
00921 
00924 #define kAIPrefKeyMissingGlyphPrefix nullptr
00925 
00927 #define kAIPrefKeyTextMissingGlyphSuffix ((const char*)"text/doFontLocking")
00928 
00930 const bool kAIPrefDefaultTextMissingGlyph = true;
00931 
00935 #define kAISyncFontWarningPref ((const char*)"text/Warning/ShowInCharPanel")
00936 
00938 const bool kAISyncFontWarningPrefDefault = false;
00939 
00940 
00944 #define kAIPrefDisabledNetworkLinkedObject ((const char*)"PlacedObject/DisabledNetworkLinkedObject")
00945 
00947 const bool kAIPrefDefaultDisabledNetworkLinkedObject = false;
00948 
00952 #define kAIIgnoreBadEPSErrorInUpdatingLinkedObjectPref ((const char*)"PlacedObject/IgnoreBadEPSErrorInUpdatingLinkedObject")
00953 
00955 const bool kAIIgnoreBadEPSErrorInUpdatingLinkedObjectPrefDefault = false;
00956 
00958 #define kDefaultExportSaveParentPath ((const char*) "defaultPath")
00959 
00960 
00964 #define kAIEnableActualView ((const char*) "EnableActualViewPreview")
00965 
00967 const bool kAIPrefDefaultEnableActualView = true;
00968 
00972 #define kAIEnableActualTextSpaceAlign ((const char*) "EnableActualTextSpaceAlign")
00973 
00975 const bool kAIPrefDefaultEnableActualTextSpaceAlign = false;
00976 
00980 #define kAIEnableActualAreaTextSpaceAlign ((const char*) "EnableActualAreaTextSpaceAlign")
00981 
00983 const bool kAIPrefDefaultEnableActualAreaTextSpaceAlign = false;
00984 
00988 #define kAreaTypeDialogPreviewPref ((const char*) "AreatypeOptionsPreview")
00989 
00991 const bool kAreaTypeDialogPreviewPrefDefault = true;
00992 
00993 
00997 #if (defined (_WIN64) || defined(MAC_ENV))
00998 const bool kAIEnableContentAwareDefaultValue= true;
00999 #else
01000 const bool kAIEnableContentAwareDefaultValue = false;
01001 #endif
01002 
01003 #define kAIEnableContentAwareDefaults ((const char*) "EnableContentAwareDefaults")
01004 
01008 #define kAIPrefUseGlobalRulers ((const char*) "useGlobalRulers")
01009 
01012 #define kAIPrefGlobalRulersVisible ((const char*) "globalRulersVisible")
01013 
01016 constexpr bool kAIPrefDefaultUseGlobalRulers = false;
01017 
01020 #define kAIPrefShowLockIcon ((const char*) "showLockIcon")
01021 
01024 constexpr bool kAIPrefDefaultShowLockIcon = false;
01025 
01028 #define kAIPrefHighlightLockedObjects ((const char*) "highlightLockedObjects")
01029 
01032 constexpr bool kAIPrefDefaultHighlightLockedObjects = false;
01033 
01035 #define kAIIllustratorMajorVersion ((const char *)"Illustrator version")
01036 
01038 #define kAIPrefDialogDimVersion ((const char *)"PrefDialogDimensionVersion")
01039 
01040 #define kAIEnableOptimizedNetworkOperationsKey ((const char*) "aiOptimizeNetworkOperations")
01041 constexpr bool kAIEnableOptimizedNetworkOperationsDefaultValue = true;
01042 
01045 #define kAIPrefLinkTransform ((const char*) "linkTransform")
01046 
01048 constexpr bool kAIPrefDefaultLinkTransform = false;
01049 
01051 #define kAIPrefCDPDontShowAgainPrefix nullptr
01052 
01053 #define kAIPrefCDPDontShowAgainSuffix ((const char*) "dontShowAgainOnboarding")
01054 
01055 constexpr bool kAIPrefCDPDontShowAgainDefault = false;
01056 
01057 #define kPrefArtboardPrefix                "CropAreaPrefix"
01058 
01059 #define kPrefToggleMoveArtwrkWithArtbrd    "MoveContentWithArtbrd"
01060 
01062 #define kAIPrefSavingAsCopyPrefix nullptr
01063 
01064 #define kAIPrefSavingAsCopySuffix ((const char*) "savingAsCopy")
01065 
01066 constexpr bool kaiPrefSavingAsCopyDefault = false;
01067 
01069 #define kAIPrefSwitchingNativeToCDPDlgPrefix nullptr
01070 
01071 #define kAIPrefSwitchingNativeToCDPDlgSuffix ((const char*) "SwitchingNativeToCDPDlg")
01072 
01073 constexpr bool kaiPrefSwitchingNativeToCDPDlgDefault = false;
01074 
01076 #define kAIPrefSavingBeforeInviteToEditPrefix nullptr
01077 
01078 #define kAIPrefSavingBeforeInviteToEditSuffix ((const char*) "SavingBeforeInviteToEdit")
01079 
01080 constexpr bool kAIPrefSavingBeforeInviteToEditDefault = false;
01081 
01082 #endif


Contents Suites Classes Class Index Member Index
Adobe Solutions Network
 
Copyright © 2014 Adobe Systems Incorporated. All rights reserved.
Terms of Use Online Privacy Policy Adobe and accessibility Avoid software piracy Permissions and Trademarks