<p></p>
<p>Suppose we have a lengthy C code and want to refactor existing variable names:</p>
<div class="highlight highlight-source-c"><pre>...
    <span class="pl-k">int</span> x_value, y_value;
...</pre></div>
<ol>
<li>Double click <code>x_value</code> and press <code>Ctrl+h</code></li>
<li>Resize dialog opens with <code>x_value</code> set as <strong>Search for:</strong> keyword value</li>
<li>Leave the dialog open</li>
<li>Now double click <code>y_value</code> to highlight it and press <code>Ctrl+h</code></li>
<li>Resize dialog is brought back to focus but the <strong>Search for:</strong> keyword isn't updated</li>
</ol>
<p>I'd like step 5 to update the keyword value with new highlighted value from the editor.</p>
<p>The reason I leave the dialog open is because I want to keep track of the recent keyword that I just replaced without having to undo and redo again when I forget the last changes made to the document.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/2808">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJZ3K2VDW5HP23CR4JDTNJ2B7ANCNFSM44YRBFOA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ6F3PNIR3E4VFZRIQ3TNJ2B7A5CNFSM44YRBFOKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4NINC2JQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/2808",
"url": "https://github.com/geany/geany/issues/2808",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>