Illustrator (Desktop) Feature Requests
When entering a new feature request, please provide:
- Description
- Why is this valuable to you?
4746 results found
-
Improve compatibility of object's features between Illustrator and InDesign
It's about 80% easy to share an object such as a logo or ad design or similar between the two packages, which is facilitated by the programs sharing an overlapping feature set.
With some features, such as gradients (InDesign to Illustrator) and type (Illustrator to InDesign) there are serious problems and the feature either doesn't travel across or is corrupted in the process. These problems mean that some parts of your project will easily copy and paste (or travel via PDF export) yet others fail.
It's not uncommon to use Illustrator as a publishing software for web assets and InDesign…
6 votes -
Libraries - Add Ability to Drag-and-Drop Swatches from Library Panel to Swatches Panel
Add ability to drag-and-drop a color swatch from the Library Panel to the Swatches Panel.
The functionality exists in the Library Panel Menu, but can't be executed by drag-and-drop. Drag-and-drop swatches is a age-old UI convention in Illustrator and it feels broken that a user can't currently do this.
15 votes -
Forced column break
Can we get some decent text handling features that mimic at least fundamental options such as column breaks and a table feature within Illustrator? It's been 30 years now can't you get this done for once and for all?
14 votes -
Copy the 'Indent to here' command from InDesign
'As it says on the tin'
So many times you start out creating a graphic and you're in two minds whether to use Illustrator for it's superior vector tools, or InDesign for its superior type control.
When I need to quickly add a couple of bullets it would be so much easier if I could fake the tab stop of the first line with an em dash and then an 'Indent to here' (Ctrl+) so that any wrapped text is quickly brought into line.
16 votes -
Suddenly Crashing and then Reopening with a Text Import Options pop up. Please fix. What is going on?
There are many instances mentioned on the web of illustrator file suddenly crashing and a text import options pop up appearing when you try to reopen. The file is then blank. It doesn't matter how many times you have saved it. There is nothing in layers. Please fix
1 vote -
Add Swap Stroke and Fill button into the Swatches panel
This would seem self evident to me, but being able to swap stroke and fill in the Swatches panel as opposed to going all the way over to the toolbar, or swapping to the Color panel would be a definite time and focus saver.
9 votes -
Shortcut for the SMOOTH tool please.
N brings the pencil... I need something for the SMOOTH tool.
4 votesYou can assign your own hotkeys to different tools with Edit > Keyboard Shortcuts dialog.
Also, you can pick Pencil, hit Enter )or double-click the tool’s button) to open the Pencil Tool Options dialog and check 'Alt key toggles to Smooth Tool' — this will allow to quickly temporarily access Smooth on the go while you are working with Pencil.
Same applies to the Brush and Blob Brush stools by default.
-
Special characters like in InDesign
It would be reat to have special characters (especially hyphens and white spaces) like in InDesign... and that they work just as good. So far, for example, the "nonbreaking space" doesn't always react well when the text is justified.
5 votes -
Clean gradient distribution between spot and CMYK colors
Allow clean gradients between spot and CMYK colours. For the moment, it looks greyish between the 2 selected colours.
4 votes -
Non esiste la possibilità di ri-utilizzare un file .ai in adobe Draw. Questo è un problema!
Nel caso capiti di perdere o sovrascrivere un file creativo online (nel Cloud) dell'App Adobe Draw e si avesse solo l'esportazione del progetto in Illustrator (.ai), non esiste la possibilità di poter ritornare a lavorarci in Adobe Draw! Non esiste un file di scambio al contrario cioè da Illustrator a Draw! Questo può rappresentare un problema serio!
1 vote -
Tab between textboxes
Easy "tab" or jump beetween empty textboxes for faster fill-ins. Custormer name, project number etc.
2 votes -
Tile windows does not work on my 23.0.3 version on Mas OS Mojave 10.14.4 mac book pro 2018
Window/ Tile windows does not work on my 23.0.3 version on Mas OS Mojave 10.14.4 mac book pro 2018
1 vote -
view Anchor Points
View Anchor Points selection under the view tab. I'd like to see Anchor Points anytime I click on an object if I have this view selected, not just a barely there blue line that is hard to tell what is clicked as it currently is when you select Show Edges under the view tab.
1 voteYou can enable this with 'Show Anchor Points in Selection Tool and Shape Tool' option in Preferences > Selection & Anchor Preview
-
Convert Selection to shape
Would love to have Magic Wand like photoshop for photos and then be able convert that selection marquee to a vector shape.
1 vote -
Illustrator works terribly with the Microsoft stylus.. both the interface needs to be completely overhauled to work with touch
Illustrator needs a complete overhaul in order to work as a touch interface with a stylus... the 'touch' workspace is a step in the right direction but needs more features including layers.. also the performance is terrible in working with a pressure sensitive stylus and results in misleading line weight lagging and locking up and freezing.. I am using the surface pro (5)
2 votes -
Optimization of Vector Assets in CC Libraries
When you're dragging an Illustrator asset in a CC Library, the asset is placed in a default New Document Profile which come with Default document Libraries such as Swatches, Symbols, Graphic Styles and Brushes.
In my screenshot example the file size of simple shapes is 355 ko in place of 74 ko without these unused assets.
It will be great to base the CC Libraries Vector Assets creation on an "empty of default assets" Document Profiles (RVG, CMYK…).
Thanks for the great work the Team is doing!
4 votes -
Since the last update I have no been able to clock the import font from type kit button
Please help. I am trying to import the motor font. It has disappeared from my computer and i can no longer click the button to add new fonts thanks
1 vote -
Illustrator file not movable
If i make an Illustrator file (cc 2019) , and say place it in the desktop folder, if i move that file to the documents folder, open it and change it, it saves the new version on the dekstop again.
is this a bug or a feature i dont know of?
2 votesIt’s a common behavior for all files and all editors out there, not only Illustrator.
When you 'open' a file, the editor reads it and 'hold in its mind', making a virtual copy basically. When you save it, it writes it back the disk, to the location where it was read from. Illustrator does not track what the OS does with the file, and OS never tells Illustrator that a user moved the file elsewhere, or deleted.
An editor can lock the file, so nothing can move or delete or rename it, but this method causes more troubles and frustration. It’s safer to never let the data to get lost.
-
Show the options used for an action step recorded
In the Actions panel, most of the settings for some recorded tasks such as saving, exporting, etc. does not show up in the actions panel so I cannot even tell what file type the step is saving as. Is that intentional?
3 votes -
Adobe Illustrator Scripting VERY slow - C#
Adobe Illustrator Scripting VERY slow - C#
Hello,i'm developting a small library to access PathObjects in Illustrator (works fine for CS2, CS5) - but i have massive performance problems with CC2019. I am using VS2017.
Code looks like:
Type AIType = Type.GetTypeFromProgID(AIAppName);
dynamic illuApp = Activator.CreateInstance(AIType);if (illuApp == null)
{
return;
}if (illuApp.Documents.Count < 1)
{
return;
}System.Array lll = illuApp.ActiveDocument.selection;
if (lll != null)
{
for (int i = 0; i < lll.Length; i++)
{
dynamic path = lll.GetValue(i);
if (path != null)
{
var lll2 = path.PathPoints;
Application.DoEvents();
int iSelCount = lll2.Count;
if (iSelCount…4 votes
- Don't see your idea?