Mark Nicoll
My feedback
118 results found
-
102 votes
Hi Everyone,
The fix for this request is available in our latest release build – 27.3. The version is being rolled out.
What’s new in 27.3: https://helpx.adobe.com/illustrator/using/whats-new/2023-2.html
Thank you for all the feedback.
An error occurred while saving the comment An error occurred while saving the comment Mark Nicoll commented2 years later... yep.
This still matters as much as ever.
These threads all agree with this one:
https://illustrator.uservoice.com/forums/333657-illustrator-feature-requests/suggestions/31450957-default-color-picker-preference
https://illustrator.uservoice.com/forums/333657-illustrator-feature-requests/suggestions/33623476-default-input-in-color-picker
https://illustrator.uservoice.com/forums/333657-illustrator-feature-requests/suggestions/38086477-simultaneous-color-palette-modes
https://illustrator.uservoice.com/forums/333657-illustrator-feature-requests/suggestions/35856142-the-ability-to-set-a-default-colour-slider-for-in
https://illustrator.uservoice.com/forums/333657-illustrator-feature-requests/suggestions/32027389-keyboard-shortcut-to-switch-between-colour-panels
https://illustrator.uservoice.com/forums/333657-illustrator-feature-requests/suggestions/31136509-make-toggle-between-color-picker-swatches-universa
https://illustrator.uservoice.com/forums/333657-illustrator-feature-requests/suggestions/31672162-allow-for-multiple-instances-of-the-same-window-to
https://illustrator.uservoice.com/forums/333657-illustrator-feature-requests/suggestions/32294239-a-big-persistent-color-palette-offering-rgb-and-hsAn error occurred while saving the comment Mark Nicoll commentedIndeed. It's good to know it's not just me being driven nuts by this.
Mark Nicoll supported this idea · -
206 votes
Now available in the latest release, version 26 (2022) and higher. Please let the team know in the comments if you have any problems with that.
An error occurred while saving the comment Mark Nicoll commentedOther scripts include 'Select Same Text Size', 'Select Same Typeface' and my own addition; 'Select Same Text Size and Typeface and Colour.jsx'
If you want those too, just ask and I'll post them on the Adobe Forums.
An error occurred while saving the comment Mark Nicoll commentedYears ago, on the Cartotalk forums (which have since gone down), someone (?) posted a set of font selection scripts. When recorded as an action and bound to an F key, they meet this need entirely.
Select Same Text Size and Typeface.jsx
if ((app.activeDocument.selection.length == 1) && (app.activeDocument.selection[0].typename == "TextFrame")) {
var selectedText = app.activeDocument.selection[0];
var textObjects = app.activeDocument.textFrames
var numTextObj = textObjects.length;
for ( j = 0 ; j < numTextObj; j++ ) {
if(textObjects[j].textRange.length > 0 && textObjects[j].editable==true && !textObjects[j].locked && !textObjects[j].hidden ){
if ( selectedText.textRange.characterAttributes.size == textObjects[j].textRange.characterAttributes.size ){
selCValue = selectedText.textRange.characterAttributes.textFont.name ;
txtCValue = textObjects[j].textRange.characterAttributes.textFont.name ;
if (selCValue == txtCValue ) {
textObjects[j].selected = true;
}
}
}
}
} else {
alert ("You must only have a single text object selected");
}An error occurred while saving the comment Mark Nicoll commentedI've no doubt many thousands of us have had this exact thought, and lots of related ones regarding inaccessible functionality, over the years (decades)
An error occurred while saving the comment Mark Nicoll commented*sigh*
I don't mean to sound ungrateful (but do see the fourth post below this one)...
I posted this request in 2017, before I was aware of the now-infamously-famous search and select text scripts from the cartotalk forums*. I've since - by necessity - done much more of my own scripting. Since they fixed the scripts-bound-to-actions bug, we can bind these sort of commands to F keys. So, to me, "fixing" this issue is just a sweet nothing. Adobe is only paying attention to it because it now has a few votes.
The real problem is all the commands that are completely inaccessible even through scripting. Adobe would be doing us a far greater service if they put their attention into exposing more functionality that way. It's a very long list, but I'd start with, for instance, appearance attributes (additional strokes and fills, arrowheads), effects, and isolation mode.
*sadly the cartotalk forums are down so I can't credit the original author of those scripts. Suffice to say, EVERYONE here should go and get themselves those scripts, then set up an actionset with F keys for quick access.
An error occurred while saving the comment Mark Nicoll commentedManuel - I'm not holding out any hope whatever of Adobe paying attention to this. As far as they're concerned it's a trivial matter to make search and select scripts. In fact, at this stage, I'd consider it a bit of a piss-take if they were to address this feature before addressing the more fundamental problems with accessing features through the document object model. For instance, any appearance settings on an object beyond a single stroke and a single fill are inaccessible (including extra strokes and fills, all effects and arrowheads). Graphic styles are only half implimented generally, and are useless via scripting. And so on...
At least with features like this we can sort ourselves out :|
An error occurred while saving the comment Mark Nicoll commentedJotham - it really isn't any help for the complexity of compositions I work on. There's Select/Object/All Text Objects but that's not much help either... I need much more configurable selection parameters than either of these presently allow, particularly for type (though other objects and variable as well).
Now than they've fixed the script/action bug in Illustrator 2018 I can at least bind a key for an action that runs a script to select same typeface and size...Mark Nicoll shared this idea · -
1 vote
An error occurred while saving the comment Mark Nicoll commentedOK, after a long support session with the patient and helpful Bhoopendra, we finally narrowed the issue down to a technical problem caused by an interaction between an Astute Graphics plugin and Process Lasso, which I've had installed for ages.
Steps to fix included disabling Process Lasso and uninstalling all astute graphics plugins, then manually deleting all illustrator preference folders, and AIRobin folders, from C:\Users\<user name>\AppData\Roaming\Adobe
Other steps also tried included disabling my 2nd monitor, updating graphics drivers, disabling my graphics card in the device manager, and a few other things... I wasn't clear if those steps actually did anything relevant though.
An error occurred while saving the comment Mark Nicoll commentedFurther testing - I uninstalled Illustrator (removing preferences) and reinstalled the following versions (unisntalling afterwards). Here's what I found:
v 23.1 - no bug
v 25.2.3 - no bug
v 25.3 BUG PRESENT
v 25.3.1 BUG PRESENTAn error occurred while saving the comment Mark Nicoll commentedThis is driving me nuts, so I reset my preferences. Suffice to say, it didn't work.
An error occurred while saving the comment Mark Nicoll commentedI'm using Windows 10
View / pixel preview has the same effect (instant crash).
I have been advised by a support agent to reset my preferences. They may be right, though they may equally not be right (resetting preference seems to be a generic response). Either way, it's a PITA. I'll test some time (when I have time, which is rare) and report back.
Mark Nicoll shared this idea · -
46 votes
I am happy to share that we have fixed this bug in our latest release – 25.4.1 which is available worldwide now.
Going forward, our goal is to fix as many top User-Voice bugs as possible and as frequently as possible. Given the nature of the fixes, some of the bugs will take a longer time to fix, but we are on it.
You can 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. Keep it coming!
An error occurred while saving the comment Mark Nicoll commentedLog collector:
AdobeLogs_20210505_082137_033-win.zip
An error occurred while saving the comment Mark Nicoll commented" please do launch AI twice, post 4th May and let us know if that works for you or not."
I have launched AI over and over again perhaps 20 times now. The panel worked on two of those occasions; on the majority it remained blank. It seems random (at least I can't see a pattern). Just occasionally it works, but then again and again under the same conditions it does not.
I have shared my runConfig file.
An error occurred while saving the comment Mark Nicoll commentedYeah, this is NOT fixed in 25.2.3
Mark Nicoll supported this idea · -
30 votes
Please get in touch with us at any of the other support channels – 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.
Mark Nicoll supported this idea · -
22 votes
I am happy to share that we have fixed this bug in our latest release – 25.1 which is available worldwide now.
Going forward, our goal is to fix as many top User-Voice bugs as possible and as frequently as possible. Given the nature of the fixes, some of the bugs will take a longer time to fix, but we are on it.
You can 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. Keep it coming!
Mark Nicoll supported this idea · -
35 votesCompleted (Comments Open) · AdminIllustrator Engineering (Software Engineer, Adobe Illustrator) responded
Hi, all.
As per the investigation done by the engineering team, the issue is not a bug, but an expected scenario.
Variation means that it should go both above and below the set size.
So a 3pt stroke with 3pt variation will draw from 0 to 6 pt. Kindly reach out to us incase you have any queries.
Regards, Aishwarya G Gadodia
Illustrator Team
Mark Nicoll supported this idea ·An error occurred while saving the comment Mark Nicoll commentedAishwarya, it may be an "expected scenario" to developers who understand the local implimentation logic, but when it's not expected by your users there could be a UX issue worth unpacking.
From what people are saying, it seems like they (and I) are expecting brush pressure controls and behaviour that are roughly consistent with Photoshop.
In Photoshop:
- brush size, as previewed with the cursor, is its maxiumum (100%) value
- by default pressure affects size all the way down to 0%
- a 'Minimum Diameter' can be specified as a percentage of the current brush size.This is a far more intuitive, usable implimentation than our current "expected scenario" in Illustrator.
-
7 votes
I am happy to share that we have fixed this bug in our latest release – 25.2 which is available worldwide now.
Going forward, our goal is to fix as many top User-Voice bugs as possible and as frequently as possible. Given the nature of the fixes, some of the bugs will take a longer time to fix, but we are on it.
You can 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. Keep it coming!
An error occurred while saving the comment Mark Nicoll commentedAnkit, really? I first reported this issue 10 months ago, and you replied to me 7 months ago. We KNOW you can reproduce this bug. How's progress with fixing it?
An error occurred while saving the comment Mark Nicoll commentedYep, I'm feeling this one. Like Shaun, I've got some export scripts that are now broken. Here are some theads reporting this same issue with PNG exporting for you to vote for:
Mark Nicoll supported this idea · -
20 votes
An error occurred while saving the comment Mark Nicoll commentedHi Ravi,
I'll look out for steps to reproduce and let you know if I spot a pattern here.
It's not to do with how they're sorted. Its that sometimes files I've previously had open simply don't appear. This always happens after Illustrator has crashed (not infrequently), but it also happens (not infrequently) after shutting down correctly. I've seen the issue multiple times accross multiple installs of multiple recent versions of Illustrator.An error occurred while saving the comment Mark Nicoll commentedI also get this on Windows 10.
I had it on 23.1 and now also on 25.0.1Mark Nicoll supported this idea · -
8 votesMark Nicoll supported this idea ·
-
3 votesMark Nicoll supported this idea ·
-
13 votes
I am happy to share that we have fixed this bug in our latest release – 25.3.1 which is available worldwide now.
Going forward, our goal is to fix as many top User-Voice bugs as possible and as frequently as possible. Given the nature of the fixes, some of the bugs will take a longer time to fix, but we are on it.
You can 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. Keep it coming!
An error occurred while saving the comment Mark Nicoll commented@Ankit goyal(Illustrator Team)
I've attempted to help you narrow down the cause - please see the attached png for a visual explanation of the tests and results for situations that trigger this error.
The issue is triggered by *any* non standard appearance on a hidden object on a layer above the one being exported. By "non standard", I mean anything other than a single stroke and a single fill. This includes all effects, arrow heads, additional strokes and fills.
It's interesting to note that all the things (I've tested so far) which trigger this issue (in AI 24 and 25) are also all things which are inaccessible via the scripting API.
An error occurred while saving the comment Mark Nicoll commentedIt turns out this is a general issue with exporting PNG in versions 24 and after. You can replicate it with Export As, Export for Screens, and Save for Web.
Just save a file with two objects in different locations, hide one of the objects and export a PNG.
For expected behaviour, follow the above steps in 23.1. Do it in 24.3 and 25.0 to see the problem.
An error occurred while saving the comment Mark Nicoll commentedHere are some theads reporting this same issue with PNG exporting for you to vote for:
Mark Nicoll shared this idea · -
2 votes
An error occurred while saving the comment Mark Nicoll commentedI mean, I do know that to change 72ppi to 300ppi I just scale by 24%, and I've got an action to do that - but it's still an extra unecessary click every single time I place a raster item - even if I had any space remaining on my F keys for it to be shortcut!
Mark Nicoll shared this idea · -
4 votes
An error occurred while saving the comment Mark Nicoll commentedIf you're talking about raster effects, then I think the specific feature you're asking for might be a custom field in 'Document Raster Effect settings'.
Mark Nicoll supported this idea · -
28 votes
An error occurred while saving the comment Mark Nicoll commentedYes. Since the behaviour is so different, and that difference can be vital if, for example, you're handling layers and groups differently in an asset export script. Not being able to tell the difference at a glance in the layers pannel is a big PITA.
Mark Nicoll supported this idea · -
17 votesMark Nicoll supported this idea ·
-
6 votesMark Nicoll supported this idea ·
-
64 votes19 comments · Illustrator (Desktop) Feature Requests » Effects, Appearance, Graphic Styles · Admin →
An error occurred while saving the comment Mark Nicoll commentedYep. Like Phantasm only without a meddlesome effect. And a bit like the Recolour Artwork tool, only usable (ie. like Phantasm).
Mark Nicoll supported this idea · -
3 votes
An error occurred while saving the comment Mark Nicoll commentedAccepting that getting into scripting - if you're not already that way inclined - might not seem that helpful, but this would be relatively easy to automate with a script. If it's not something you're up for doing yourself, perhaps just write out a clear set of requirements and get a freelancer to do it. Try somewhere like the Adobe community forums, or Upwork.
-
6 votes
An error occurred while saving the comment Mark Nicoll commentedAm I wrong about this? It still seems like the most obvious thing - the 3D effects are such a useful feature, but they're only partially implimented! Come on! :)
Mark Nicoll shared this idea ·
Oooh a merging of threads. Still wanting this very much!
*watches this space*