You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a regex to find patterns, it would be a great timesaver in some situations to be able to tell GG to replace all "identical" matches to the string that just matched the current pattern. For example:
The Search sometimes will find a phrase such as "en route" (French), and the appropriate Replace in this case would be R3. The phrase likely occurs frequently, so the user today can either replace each one as it occurs, or suspend the current S&R and create a new one just for <i>en route</i>. A "Replace all identicals" would find and replace all occurrences of <i>en route</i> with <i lang="fr">en route</i> and return the cursor to the position it held just before the "Replace all identicals" was executed. That would allow the user to continue the normal S&R, without having to individually Replace each "en route".
The text was updated successfully, but these errors were encountered:
That's a great idea, Charlie, and not one I've come across in other programs. There would definitely be some circumstances in PPing where it would save a bit of time. In order to avoid too much clutter, I'd like to hold off implementing it for a bit, so we can see how the various dialogs end up looking, whether we need to consider "Advanced/Expert" modes for some dialogs, etc., or some other way of making sure GG2 is not so busy and intimidating as some parts of GG1, but still providing the tools that novice and experienced PPers need. Thanks
Weird, this is exactly what I ran into yesterday, doing the same process. So I second the request.
No additional insight on the implementation, though.
Enhancement suggestion:
When using a regex to find patterns, it would be a great timesaver in some situations to be able to tell GG to replace all "identical" matches to the string that just matched the current pattern. For example:
The Search sometimes will find a phrase such as "en route" (French), and the appropriate Replace in this case would be R3. The phrase likely occurs frequently, so the user today can either replace each one as it occurs, or suspend the current S&R and create a new one just for
<i>en route</i>
. A "Replace all identicals" would find and replace all occurrences of<i>en route</i>
with<i lang="fr">en route</i>
and return the cursor to the position it held just before the "Replace all identicals" was executed. That would allow the user to continue the normal S&R, without having to individually Replace each "en route".The text was updated successfully, but these errors were encountered: