• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
1

Preference Key for Illustrator

Participant ,
Mar 15, 2019 Mar 15, 2019

Copy link to clipboard

Copied

Hello,

I am searching informations about preference keyes about Illustrator scripting.

Where I can find descriptions about key (preference file in appdata), for example for isRulerOriginTopLeft.

Thank you

TOPICS
Scripting

Views

968

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
Mar 15, 2019 Mar 15, 2019

Copy link to clipboard

Copied

Do you mean:

  1. app.preferences.setBooleanPreference ("isRulerOriginTopLeft",radCS5.value); 
  2. app.preferences.setBooleanPreference ("isRulerIn4thQuad",radCS5.value);

from: JS - change CS5 Ruler Origin to bottom/left (like CS4)

credits to CarlosCanto​

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 15, 2019 Mar 15, 2019

Copy link to clipboard

Copied

Yeah, I saw this post but I want know how You can know how to use this key (for what).

I can't find documentation about this keyes (all keyes in 'pref illustrator document' not in 'pref illustrator cloud document).

For example, where I can find documentation about this key isRulerOriginTopLeft ?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 15, 2019 Mar 15, 2019

Copy link to clipboard

Copied

I wrote about some keys in the Japanese forum a few years ago.

Illustrator Preferences

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 15, 2019 Mar 15, 2019

Copy link to clipboard

Copied

Yes thank you, I saw it too but there is a lot of keyes without documentation in pref illustrator file.

For example, your informations are wrote in pref illustrator cloud file and not in pref illustrator file and isRulerOriginTopLeft key is in pref illustrator file.

And how you can know informations to wrote your little documentation please ?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 16, 2019 Mar 16, 2019

Copy link to clipboard

Copied

Unfortunately, This is never documented in Scripting. However, You can reference the Illustrator CC SDK.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 16, 2019 Mar 16, 2019

Copy link to clipboard

Copied

Hello, do you know where I have to search in documentation to find informations about this keyes, I searched in SDK documentation but I dont find it ?

There is files .h only in SDK documentation.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 16, 2019 Mar 16, 2019

Copy link to clipboard

Copied

there's no documentation about preference keys. All we know about them has been found out by trial and error and by being very curious.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 17, 2019 Mar 17, 2019

Copy link to clipboard

Copied

LATEST

Yes, It's no listed for some reasons.

However, We can learn about preferences with SDK document.

I recommend checking references under the docs directory.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines