Illustrator (Desktop) Feature Requests
When entering a new feature request, please provide:
- Description
- Why is this valuable to you?
- or
No existing idea results
- ~ No ideas found ~
4749 results found
-
Allow to marquee select within an area type text box without creating a new text object
Marquee Select with text box in scope creates a new text box. This did not occur in Illustrator in the last 5+ years that I have been using it. This is relevant for users like me who do more text editing in Illustrator.
in 2017 and prior, when you had a text box in scope that you were editing text in, you could marquee select the text or portions of it by starting a click outside of the text area. Now, in 2018, this will create a new text box every time. The result is that it is noticeably more difficult and annoying to edit text in a text box.
Bug fix would be for the 2017 behavior (and prior years) to be restored.
Marquee Select with text box in scope creates a new text box. This did not occur in Illustrator in the last 5+ years that I have been using it. This is relevant for users like me who do more text editing in Illustrator.
in 2017 and prior, when you had a text box in scope that you were editing text in, you could marquee select the text or portions of it by starting a click outside of the text area. Now, in 2018, this will create a new text box every time. The result is that it is noticeably more…
28 votesHi,
Thanks for submitting this request , Illustrator team really appreciate this.
We had taken your feedback on this and added it to backlog -
Allow to customize grid colors, line weight, transparency
I'm a fan of grids. I use the grid almost always whenever I need one.
I have to use the default 'In Back' grid and turn 'Overprint preview' on, to make the grid overlay my art, so I can see what I'm doing and where I'm snapping (because the cursor does not give any feedback about this).
But the method it's not perfect because of bugs I reported here and there.
So I propose to improve options we have.
Allow users to set grid’s color (check) and transparency, give an option to define line width — some monitors are too dense and huge to have 1px line.
It could be useful for dark designs, when the overprint-grid trick doesn't do much.I'm a fan of grids. I use the grid almost always whenever I need one.
I have to use the default 'In Back' grid and turn 'Overprint preview' on, to make the grid overlay my art, so I can see what I'm doing and where I'm snapping (because the cursor does not give any feedback about this).
But the method it's not perfect because of bugs I reported here and there.
So I propose to improve options we have.
Allow users to set grid’s color (check) and transparency, give an option to define line width — some monitors are too…28 votes -
Ability to change the default swatches
I'd really like to open up a new document with a predetermined default swatch selection. I know this can be done by saving swatches and saving your workspace but if I want to add new colors, I can't to the saved swatch window.
28 votes -
Adding more brushes to the touch workspace...
I would like to be able to change my brush style while I'm working in the touch workspace. I can go into the essentials workspace and it reverts back to a simple brush when you change back to the touch workspace. It's extremely frustrating. Other programs can use other brushes and change layers, so it makes using Illustrator for drawing very difficult.
28 votes -
Visual indicator between a layer and a group
In the layers panel, a group and a layer look the same in appearance. Thus, when a named group un-grouped accidently, it loses its name. This mostly occurs due to lack of visual dissimilarity between and group and layer thumbnail. May be a small marker in the corner of the thumbnail (indicating whether its a layer or a group) should do the trick.
28 votes -
When Gradient Tool is active, make holding Alt switch to Eyedropper tool
If we hold Alt when Gradient tool is active and there is a stop selected, we can click with Alt in Swatches to apply it to the stop (although no cursor feedback or hint signals it can be done). Besides this function, Alt+click is used for nothing...
Use it to temporarily switch to the Eyedropper tool. This is a standard approach in many apps, it’s fast to learn, and just convenient.
27 votes -
GPU performance is not working properly
GPU performance should improve efficiency when drawing complex objects, but the behavior has been delayed since CC 2018 (version 22).
The file created in CC 2015.3 (version 20) is test sample.
If you select a created object and move it with the mouse, the result will be completely different.2015.3 / 2017: Drawing delay does not occur when GPU performance is ON
2018 / 2019 / 2020: GPU performance ON causes drawing delay, OFF is fasterThe confirmed environment is Windows 10 1909 + Intel Core i7-6700HQ + GeForce GTX 950M.
In addition, although it is another data, the delay has been confirmed in Windows 10 1909 + Intel i5-8300H + GeForce GTX 1050.
Therefore, it is not considered to be due to the environment or data.Original ((Japanese)
Title : GPUパフォーマンスが適正に働いていない複雑なオブジェクトの描画ではGPUパフォーマンスによる効率向上が図れるはずですが、CC 2018(バージョン22)以降は動作が遅延するようになっています。
サンプルとしてCC 2015.3(バージョン20)で作成したファイルを用意しました。
作成されているオブジェクトを選択し、マウスで移動させた場合の結果がまるで異なります。2015.3/2017:GPUパフォーマンスONの状態で描画の遅延は発生しない
2018/2019/2020:GPUパフォーマンスONでも描画の遅延が発生し、OFFのほうが速い確認した環境はWindows 10 1909+Intel Core i7-6700HQ+GeForce GTX 950Mです。
また別データですが、Windows 10 1909+Intel i5-8300H+GeForce GTX 1050でも遅延は確認しています。
よって環境やデータ固有によるものではないと考えます。GPU performance should improve efficiency when drawing complex objects, but the behavior has been delayed since CC 2018 (version 22).
The file created in CC 2015.3 (version 20) is test sample.
If you select a created object and move it with the mouse, the result will be completely different.2015.3 / 2017: Drawing delay does not occur when GPU performance is ON
2018 / 2019 / 2020: GPU performance ON causes drawing delay, OFF is fasterThe confirmed environment is Windows 10 1909 + Intel Core i7-6700HQ + GeForce GTX 950M.
In addition, although it is another data, the delay…27 votes -
Add data attributes to elements for SVG export
I'm using data attributes quite a bit these days, and have been experimenting with using them in SVG. They work very well, as a way of adding metadata or parameters to elements that can later be read by javascript/ES.
But (of course) no support in illustrator for this feature. Worse, if I add them with another tool, then open the SVG in Illustrator, they get stripped from the document entirely. This is just stupid.Best of all, a data-attributes panel, very similar to the variable panel, but without the redraw bugs. Workflow something like this:
Select an art object.
Go to/Open data-attributes panel.
Click + or select Add attribute from popup corner menu.
Add (e.g.) "mood" with value "happy"
Export SVGCorresponding element has data-mood="happy" in the markup, which can ne retrieved via javaScript.
This would not just make me happy, but would also be very useful.
I'm using data attributes quite a bit these days, and have been experimenting with using them in SVG. They work very well, as a way of adding metadata or parameters to elements that can later be read by javascript/ES.
But (of course) no support in illustrator for this feature. Worse, if I add them with another tool, then open the SVG in Illustrator, they get stripped from the document entirely. This is just stupid.Best of all, a data-attributes panel, very similar to the variable panel, but without the redraw bugs. Workflow something like this:
Select an art object.
Go…27 votes -
Screen recording / timelapse for showing work progress or tutorial steps
Wondering if you guys could incorporate a timelapse tool inside the app to record the artwork being done?
27 votes -
Prevent Pen and Pencil tools from auto-connecting when a modifier is pressed
Sometimes I want to draw a new path WITHOUT connecting it to existing one (and without locking artwork). I'd like to have a modifier key that will temporarily disable auto-connecting.
27 votes -
Please let list of scripts displayed in File > Scripts get updated
When I add or make changes to Scripts folder, I have to relaunch AI to make it see changes. How difficult it would be to add an option there to auto-update it, or just to add command 'Update scripts'?
27 votes -
Allow to rename attributes (fills, strokes, effects) in Appearance Panel
Appearance are the most powerful feature of Illustrator, but the learning curve is difficult and for Advanced User it's difficult to manage and remember what are doing what in a Complex Appearance (cf. Screenshot where I had to use Colors to identify properties…)
Please allow for all the items in the panel (fills, strokes and effects) ) to get custom names.
It will be more easier to understand Complex Appearance samples and for Advanced users, it will be way more efficient.
Another related request:
Allow to make folders in Appearance Panel
http://illustrator.uservoice.com/forums/333657/suggestions/4925735327 votes -
Show how many artboards are selected
Since we can have multiple artboards selected and this selection isn't very noticeable (which should be fixed too), why not to show how many artboards are selected?
Just say how many in empty 'Name:' field, since it shows nothing when more is one artboard is selected, in brackets or different color.27 votes -
File Specific "Export For Screen" Settings (mainly location)
As a designer with multiple files,
I want the ability to set the export for screens folder per file,
So that I don't have to constantly relocate the location of the output for each file I open up. It would be helpful to get **** done.- When exporting a file the location identified for the first time is saved for subsequent times I access to export.
27 votes -
Add features to the Rearrange Artboards dialog
I create a lot of new artboards ( 1 for each screen I am designing). Since Illustrator always puts new artboards at the right of the current top row on the workspace (regardless of the order specified for rearranging artboards), I often have to use the Rearrange Artboards command to make more space for the next artboard. The more artboards in the file, the more often I have to rearrange artboards.
It would be great if I could tell Illustrator to:
Add new artboards at the location indicated by following the layout pattern in the Rearrange Artboards dialog, with an option to 'wrap' when you get to the edge of the workspace.
Align the group of rearranged artboards in the workspace after a rearrangement. The choices should be
- Centered (as happens now), and
- Top Left (which leaves the maximum space for adding new artboards without having to rearrange them.
See the attached file for how the updated Rearrange Artboards dialog might look.
Thx!I create a lot of new artboards ( 1 for each screen I am designing). Since Illustrator always puts new artboards at the right of the current top row on the workspace (regardless of the order specified for rearranging artboards), I often have to use the Rearrange Artboards command to make more space for the next artboard. The more artboards in the file, the more often I have to rearrange artboards.
It would be great if I could tell Illustrator to:
Add new artboards at the location indicated by following the layout pattern in the Rearrange Artboards dialog, with an…
28 votes -
Properties Panel Lack of alignment on single object
Hello the new properties panel is good however if you select a single object there is no option to align that object, if you select more than one it comes up...
THis would be very handy on a single object
27 votesHi Everyone,
Thanks for this feedback. This has been avialble since June 2020 release (version 24.2). Further, when you’ll select a single object/group, Align To setting will default to Align To Artboard.
Please update to the latest release using Creative Cloud desktop App: https://helpx.adobe.com/in/creative-cloud/help/creative-cloud-updates.html
Thank you for all the feedback.
Thanks,
Varun
-
Reinstate the Full Retype Editing Functionality
I have been a dedicated user of Adobe products and have greatly appreciated the advanced features that facilitate creative workflows. One such feature was the "Retype" function which allowed users to edit text directly within images. This feature was incredibly useful for many of us in the creative and professional fields, as it streamlined our processes and enhanced productivity.
However, the Retype feature now seems limited to only identifying similar fonts rather than enabling direct text editing within an image. This limitation has significantly impacted the utility of this tool.
Could you please consider reinstating the full functionality of Retype that allowed text editing directly within images? It was a distinctive and valuable feature that contributed to richer, more flexible creative processes.
I have been a dedicated user of Adobe products and have greatly appreciated the advanced features that facilitate creative workflows. One such feature was the "Retype" function which allowed users to edit text directly within images. This feature was incredibly useful for many of us in the creative and professional fields, as it streamlined our processes and enhanced productivity.
However, the Retype feature now seems limited to only identifying similar fonts rather than enabling direct text editing within an image. This limitation has significantly impacted the utility of this tool.
Could you please consider reinstating the full functionality of Retype…
26 votes -
Calculate the bounds in Document Raster Effects Settings automatically
As for today, if you apply a Gaussian Blur or a Drop Shadow effect to a shape — with a large enough value — it often gets cropped.
A workaround exists — to go in Effect > Document Raster Effects Settings dialog and increase the 'Add' value, thus increasing the bounds of the image generated.
...but why is this still a problem that we, users, should take care of, really? Ai knows how large is the blur, it knows the resolution, yet it can’t calculate the tight bounds automatically. Like what, is there at least one user who’d like their blurs cropped? What’s a point of this in 2023?
As for today, if you apply a Gaussian Blur or a Drop Shadow effect to a shape — with a large enough value — it often gets cropped.
A workaround exists — to go in Effect > Document Raster Effects Settings dialog and increase the 'Add' value, thus increasing the bounds of the image generated.
...but why is this still a problem that we, users, should take care of, really? Ai knows how large is the blur, it knows the resolution, yet it can’t calculate the tight bounds automatically. Like what, is there at least one user who’d like their…
26 votes -
プロパティパネルのアピアランス部分に濃度設定を追加してほしい
現状のアピアランスパネルでは塗りや線の色を設定する際に塗りのアイコン部分をクリックするとスウォッチが開き素早くカラーを変更可能です。しかし、そのスウォッチに対して薄い色が欲しい場合、開いたパネルで1回ボタンをクリックすることによりカラーパレット表示に切り替えた上での調整が必須です。
この手順はワンクッション増加するためにプロパティパネル上の不透明度の設定を調整することで代替してしまうというワークフローが増加しています。これはデータ上に安易に透明効果を適用した部分を増加させる事に繋がり、適切な設定を施されないままトラブル誘発の原因となってしまっています。
なにより、不透明度を下げるという事はその下の情報を表示する事に繋がりますから色を薄く設定するという意図からはかけ離れた行為であると言えるでしょう。
また、以下のチュートリアルにおいても色を薄くする目的でに安易に不透明度の利用を勧めています。https://helpx.adobe.com/jp/illustrator/how-to/basics-essentials-workspace-illustrator.html
この説明はまずいです。塗りの濃度調整及び不透明度の設定はそれぞれ明確な使い所が存在し、適切に使い分けるべき機能です。
さて、ここで提案なのですが、InDesignの様にプロパティパネルのアピアランス部分の「塗り」と「線」の項目に濃度の設定項目を追加していただきたいと思います。
InDesignとはスウォッチの性質が異なるのですが、設定したスウォッチに対して濃度の項目で設定した数値を単純に割合として計算した数値のカラーを適用出来れば問題ないと考えます。
添付の機能追加提案分の画像の赤で囲んだ部分のイメージのようにしてはいかがでしょうか。
こうする事でユーザーは簡単に塗りや線の濃度を調整可能となります。ぜひご検討頂けたらと思います。
26 votes -
Don't display clipped outside paths in Outline View option
Sometimes we have a large pieces of artwork clipped.
Sometimes we don’t care what’s inside until we isolate these to edit the clipped art directly.
Still, when we switch to Outline View, we see all the art that is clipped, clumped, overlapping, messy.
For these cases it would be nice to have an option to not draw parts that are outside and beyond of clipping paths.
Corel’s products does it a bit wrong — they don’t draw clipped parts in Outline at all, including parts that are inside. Ai should do it better.26 votes
- Don't see your idea?