Sergey Osokin
My feedback
292 results found
-
1 vote
An error occurred while saving the comment -
10 votes
Sergey Osokin supported this idea ·
-
84 votes
Excited to share that the requested functionality is now available in the public builds starting from V 28.3.0.
WIth the new Enclosed Mode, you can now select ONLY those objects which are completely INSIDE the marquee.
To activate the Enclosed Mode, just press 'E' ONCE after you start doing the marquee with the Normal Selection Tool or Group Selection tool.
Please note that,
1. The button E acts as a toggle, which means you just have to press E once, to get into or out of the enclosed mode.
2. You have to press E only after doing the marquee, pressing E in empty canvas will invoke the Free Transform tool or the tool the shortcut 'E' is assigned to.
We made a lot of effort in building this capability, so please try it out and let us what you all think!
Sergey Osokin supported this idea ·
-
23 votes
Sergey Osokin supported this idea ·
-
31 votes
Sergey Osokin supported this idea ·
-
10 votes
Sergey Osokin supported this idea ·
-
13 votes
Sergey Osokin supported this idea ·
-
6 votes
Sergey Osokin supported this idea ·
-
22 votes
Sergey Osokin supported this idea ·
-
6 votes
Sergey Osokin supported this idea ·
-
26 votes
An error occurred while saving the comment Sergey Osokin commented
It is realistic to have color control of subdivisions in the interface because Adobe already has it in code.
Sergey Osokin supported this idea ·
An error occurred while saving the comment Sergey Osokin commented
In the App Preferences, we set a single grid color. But the subdivision lines are drawn in a lightened version of the grid color, which the user cannot control.
In scripting, there are grid color keys:
Grid/Color/Dark/r,
Grid/Color/Dark/g,
Grid/Color/Dark/b
and subdivision color keys
Grid/Color/Light/r,
Grid/Color/Light/g,
Grid/Color/Light/b.Why not let users customize this color in the Illustrator interface? For example, two-color accent grids can be created for those who want to clearly see the dimensions of large and small cells.
-
12 votes
Sergey Osokin supported this idea ·
-
22 votesRequest to Contact Support ·
AdminIllustrator Engineering (Software Engineer, Adobe Illustrator) responded
Please accept my sincere apology for the inconvenience. Please get in touch with us at any of the other support channels – https://helpx.adobe.com/support.html . Since this is not a generic issue that we can reproduce at our end, we will need someone to look into your machine to figure out what is going on here.
Thanks & Regards,
Raghuveer SinghSergey Osokin supported this idea ·
-
5 votes
Sergey Osokin supported this idea ·
-
6 votes
Sergey Osokin supported this idea ·
-
7 votes
Sergey Osokin shared this idea ·
-
4 votes
Sergey Osokin supported this idea ·
-
21 votes
Please get in touch with us at any of the other support channels – https://helpx.adobe.com/support.html . Since this is not a generic issue that we can reproduce at our end, we will need someone to look into your machine to figure out what is going on here.
Sergey Osokin supported this idea ·
-
11 votes
Sergey Osokin supported this idea ·
-
68 votes
The solution is pushed into Global Availability build 28.6.
The Previewed Page is now the default option for the dialog.
Here is an updated Help article:https://helpx.adobe.com/illustrator/using/importing-pdf-files.html
Congratulations, folks! Took us 5.5 years to get it!
Sergey Osokin supported this idea ·
You have a problem with selectedFont. In the function okButton.onClick remove the word "var". You should still have selectedFont = fontDropdown.selection.text;
You declare an internal variable of the same name inside the onClick() function using var. And the global variable selectedFont remains set to null.