Take Saved Searches Along when Upgrading?
Hi,
Is it possible to copy over all the saved searches (Text and GREP) I
used in CS4 so that they'll be available in CS6?
Many thanks,
Ariel
Win 7
Hi,
Is it possible to copy over all the saved searches (Text and GREP) I
used in CS4 so that they'll be available in CS6?
Many thanks,
Ariel
Win 7
Hi Arïel,
In windows they are stored here
C:\Users\Trevor\AppData\Roaming\Adobe\InDesign\Version 7.0-ME\en_GB\Find-Change Queries
They are basic XML filess, here's one.
I would guess by changing the 'Version major="5" minor="1" ' to 'Version major="7" minor="0" ' that it should work. Can't guarantee it. Would be easy to script a batch change function although they might well work "as is"
Regard,
Trevor
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Query>
<Header>
<Version major="5" minor="1"/>
<Application value="Adobe InDesign"/>
<QueryType value="Grep" qid="1"/>
</Header>
<Description>
<FindExpression value="(?#)(?#)~h(?#)(.+)(?#)\.(?#)(\))?"/>
<ReplaceExpression value=""/>
<FindChangeOptions>
<IncludeLockedLayers value="0"/>
<IncludeLockedStories value="0"/>
<IncludeMasterPages value="0"/>
<IncludeHiddenLayers value="0"/>
<IncludeFootnotes value="0"/>
<KanaSensitive value="1"/>
<WidthSensitive value="1"/>
</FindChangeOptions>
<FindFormatSettings/>
<ReplaceFormatSettings>
<TextAttribute type="changecondmode" value="0"/>
</ReplaceFormatSettings>
</Description>
</Query>
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.