Valeriy
My feedback
34 results found
-
103 votesValeriy supported this idea ·
-
86 votesValeriy supported this idea ·
-
337 votes
Hi everyone,
This feature is available in Adobe InDesign 2023 version.
Please update to this InDesign version to work with this feature.
--
Adobe InDesign team
Valeriy supported this idea · -
481 votes
Thank you all for supporting this feature request.
Moving the feature request to the product backlog.Valeriy supported this idea · -
137 votes
Column Rules has been implemented in InDesign 2020. Please upgrade to this version of InDesign to use this feature.
—
Adobe InDesign teamValeriy supported this idea · -
390 votes
The ability to find colors in documents in now available in InDesign’s latest release 16.0.
It can be found in a new tab of Find/Change dialog – Color.
Please let us know your feedback in comments.Regards,
Abhinav Kaushik (AK)Valeriy supported this idea · -
555 votes
We have added this feature in our backlog for future release
Valeriy supported this idea · -
363 votes
History panel has been added to the latest version 19.5 of InDesign 2024. Please update your copy of InDesign from CCD app to this latest version to start using this new feature.
--
Adobe InDesign team
Valeriy supported this idea · -
4 votes
An error occurred while saving the comment -
15 votesValeriy shared this idea ·
-
44 votesValeriy shared this idea ·
-
250 votes
SVG import has been implemented in InDesign 2020. Please upgrade to this version of InDesign to use this feature.
—
Adobe InDesign teamValeriy supported this idea · -
7 votesValeriy shared this idea ·
-
95 votes
Dear All,
This feature is now available in latest InDesign CC version. Please upgrade to the latest release.
Thanks
Abhinav AgarwalValeriy supported this idea ·
for (var i = 0; i < app.activeDocument.textVariables.length; i++){
var instances = app.activeDocument.textVariables.item(i).associatedInstances;
if (!instances.length){
app.activeDocument.textVariables.item(i).remove();
i--;}
}