I will try to change this.<br>So we need to detect the current case of the word.<br><br>When the word is APPLE:<br>nF3ShiftCounter=2;<br>When the word is Apple:<br>nF3ShiftCounter=1;<br>And when the word is apple:<br>
nF3ShiftCounter=0;<br><br>Balint<br><br><div class="gmail_quote">2011. március 21. 14:34 Caolán McNamara írta, <span dir="ltr">&lt;<a href="mailto:caolanm@redhat.com">caolanm@redhat.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Sat, 2011-03-19 at 15:12 +0100, Bálint Dózsa wrote:<br>
&gt; I did tentatively the modification for calc, and draw. It works for<br>
&gt; me.<br>
<br>
</div>So, all pushed, thanks for these and your work.<br>
<br>
There are some potential improvements, e.g. the case rotation works off<br>
a counter which on the face of it would seem reasonable. But e.g. type<br>
<br>
APPLE BANANA<br>
<br>
select APPLE, press shift+f3, get apple, select BANANA, press shift+f3<br>
get Banana rather than banana, seeing as the mode&#39;s state was<br>
incremented the last time and reused.<br>
<br>
Some possibilities to improve it would be to try and drop the stateful<br>
mode variable and instead attempt to detect the current case of the<br>
selection and then try the next case, falling back to just the first<br>
case option if the selection is mixed case.<br>
<font color="#888888"><br>
C.<br>
<br>
</font></blockquote></div><br>