but you need to know the name - somebody didn't think about giving us list with saved queries ...
so you have two options:
a) you know Queries names
b) you will look for XML files in four subdirectories (text, grep, glyph, object) located in:
%USERPROFILE%\AppData\Roaming\Adobe\InDesign\Version 5.0\Find-Change Queries\ subfolder - XML file name is Query's name - and I think CaseSensitive ...
next "problem" - there could be localized name of "Version 5.0" subfolder - i.e. "Wersja 5.0" ... so if you have InDesign's user interface set to your language - I think you should change "Version 5.0" subfolder name ... I'm using EN interface so my queries are saved in "Version 5.0" subfolder
in CS4 finally somebody thinks better - all localized versions of InDesign have universal names of subfolders - en_GB, es_ES, ja_JP, en_US, hu_HU, pl_PL - and in these subfolders you can find "Find-Change Queries" subfolder and inside - text, grep, glyph, object subfolders
%USERPROFILE%\AppData\Roaming\Adobe\InDesign\Version 6.0\en_GB\Find-Change Queries\
but CS4 still doesn't have list of saved queries ...
robin
robin
myInDesign.FindGrepPreferences.FindWhat = "(?i)foo"
myInDesign.ChangeGrepPreferences.ChangeTo = "$0-bar"
I can get this to work --
myInDesign.FindTextPreferences.FindWhat = "Foo"
myInDesign.ChangeTextPreferences.ChangeTo = "Bar"
But that doesn't help me with issues of spacing or mixed case that I'm dealing with.
Thank you so much for any input.