Illustrator (Desktop) Feature Requests
When entering a new feature request, please provide:
- Description
- Why is this valuable to you?
46 results found
-
Create Graphic Style scripting method
There is no way to create a graphic style with a script. There should be.
3 votes -
Multiline tooltips
Plugin developers can’t make tooltips go in several lines. Extensive tooltips are forced to be one long line, and it’s hard to read in time.
Comes along with this request: http://illustrator.uservoice.com/forums/333657/suggestions/466453483 votes -
Custom exposure time for hover tooltips for third-party developers
A narrow enough request. At the moment developers can’t customize the time each hover tooltip gets displayed. When the text is long, it vanishes too soon.
Comes along with this request: http://illustrator.uservoice.com/forums/333657/suggestions/466453783 votes -
SDK access to add items to contextual menu
Can the SDK add an option for third-party plugins to add items to the contextual (right-click) menu the way it adds items to other menus? Of course, there needs to be some method to toggle when those items are automatically inserted or removed from the menu depending on the current context.
3 votes -
[UXP, ExtendScript] API access to Link Info
Idea: to provide simple script API access to placed image information as displayed in the Link Info section of the Links Panel. Especially pixel dimensions, PPI, scale and rotation. Currently there are no simple ways to get this information via script.
Note: if too late for ExtendScript, please consider this while implementing UXP.
I posted this here because this information is something I have wanted for my own scripts, and we get quite a few questions about this on the user forum, too, so it seems like a considerable lack at the moment.
3 votes -
3 votes
-
API for getting the reflection property of a frame/linked image (flip)
A couple of years ago we asked about an API for getting the reflection property of a frame/linked image (flip).
Back then, your answer was that there was no such API.
1. Is that still correct?
2. If it is, can you please add such API to your next release?Thanks,
Ori3 votes -
Add expressions and more JS stuff to illustrator workflow
As an AE user, I love expressions. Is it possible to rethink Ai from this point of view?
3 votes -
The order of the Undo history after executing the script is incorrect.
I checked with macOS X Mojave, Illustrator24.3, and Yosemite, Illustrator CS6.
Below is a sculpt to create a new document, create a rectangle, select and copy, paste and cut. Try it first.
var doc = app.documents.add ();
var rect = doc.pathItems.rectangle (0, 0, 50, 50);
app.copy ();
app.paste ();
app.cut ();After execution, the user can undo it.
The final process is "cut", but what appears in the menu is "undo paste".
Let's cancel it again. The second thing that appears is "undo cut".
Because of this, when you try to return to the pre-execution state, Illustrator almost always thinks…3 votes -
A standalone preset migration tool to allow for quicker setting migration and recovery in the event of a re-installation.
Settings are regularly changed/updated and need to be rolled out to all users in a short amount of time in our environment. As such, a tool that will quickly copy/paste from one location to the app preset folders would be ideal. Swatches is a key example of this.
The build in tool that comes with Illustrator fails more often than not and thus is something we do not use. Ideally, we'd like to see something a user can double click/execute on their own to update these files.
3 votes -
Better ExtendScript sockets
Please add socket support to ExtendScript's Illustrator engine. Also add support for HTTPS.
2 votes -
Please allow us to set the ruler origin to the top left corner of the canvas using scripting
Please allow us to set the ruler origin to the top left corner of the canvas/workspace/pastboard using scripting
2 votes -
Allow symbols to be modified using scripting
Currently, symbols can't be modified using scripting. Please allow us to access and modify items present in symbols.
2 votes -
saveascopy command in Illusrator script
Please, pretty pleas with sugar on top add SaveAsCopy function to illustrator script. All i need to be happy is to bind a script that allows me to save a copy of specific AI art board(s) as PDF with presets. it is impossible to save copy of document without closing current AI file.
I work in print and that is the thing illustrator lack for me, one script command... saveCopyAs.
Why does it matters? because i have tons of print layouts with ton of PDF's to link on aforementioned plates, and i need to sometime go for 3 different export…2 votes -
Please make unlinking symbols available via scripting
As a motion designer I often transfer graphics from Illustrator to After Effects using Overlord from battleaxe.co
Unfortunately the developer can not access unlinking symbols via scripting so this process still has to be done with a workaround. Especially with projects that involve a fair mount of symbols (like infographics or UI design) this would be very convenient.
Thank you!
2 votes -
Change colormode of swatchcolors with spotColorKind
Hello Adobe,
I want to change the colormode of a swatch with javascript.
I do not want to change the document mode but I want to change specific swatches in my swatch library.Now some of my swatches/colors are RGB spotcolors. I want to change them into CMYK spotcolor.
This is almost impossible now because spotColorKind is now read only :(
Now I have to:
- create new swatches with exactly the same colors and with different name
- attach new color to my pathitems
- delete old swatches
- rename swatchesI only wanted to change the colormode of…
2 votes -
Save SVG without the enable-background style property being added
The enable-background property seems to be automatically added into the svg code when created. That attribute is deprecated and no longer recommended to be used. There doesn't seem to be a way to avoid it being in there, and the only option is to manually strip it out of the svg code. Could a feature update be made to stop automatically adding this property?
1 vote -
1 vote
-
Pantone color scripting support
Currently, there is no scripting support for Pantone colors. Please add this.
1 vote -
Get position of center point of a pathItem, group and so on
Unfortunately there is no command in Javascript for Illustrator that allows you to read the position (x,y) of the centre of an object. This would be very helpful for many operations such as rotation and movement via Javascript.
For polygons that have their own centre point, like the triangle (3 sided polygon) this would have to be considered.Suggestion:
var vCenterpoint = getCenterpoint(vPathItem); // x,y values1 vote
- Don't see your idea?