Vittorio, thank you for reporting. Could you describe exactly the sequence of actions you take and the expected behavior? Is the emacs package active ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The emacs package is active.
My typical use of the procedure is to take a sentence which is not in the right case format and I proceed to capitalize/lowercase/upcase each word with opt-l opt-c.
For example, starting from
MODELING SPATIAL AND SPATIO-TEMPORAL
with the cursor placed just before MODELING, after hitting opt-c and opt-l the sentence becomes
Modeling spatial AND SPATIO-TEMPORAL
with the cursor placed just after Modeling. The previous behavior was to place the cursor to be place just behind spatial.
best
Vittorio
Vittorio, thank you for reporting. Could you describe exactly the sequence of actions you take and the expected behavior? Is the emacs package active ?
[tickets:#115] downcaseWord does not leave the cursor at the end of the word
Status: open
Created: Sat Mar 18, 2017 05:46 PM UTC by Vittorio
Last Updated: Sat Mar 18, 2017 05:46 PM UTC
Owner: nobody
downcaseWord, as well as capitalizeWord, do not leave the cursor at the end of the word if there is a space between the cursor and the word.
Vittorio, thank you for reporting. Could you describe exactly the sequence of actions you take and the expected behavior? Is the emacs package active ?
The emacs package is active.
My typical use of the procedure is to take a sentence which is not in the right case format and I proceed to capitalize/lowercase/upcase each word with opt-l opt-c.
For example, starting from
MODELING SPATIAL AND SPATIO-TEMPORAL
with the cursor placed just before MODELING, after hitting opt-c and opt-l the sentence becomes
Modeling spatial AND SPATIO-TEMPORAL
with the cursor placed just after Modeling. The previous behavior was to place the cursor to be place just behind spatial.
best
Vittorio
Related
Tickets:
#115This is fixed now. Modified commands tclCmd_CapitalizeWord, tclCmd_DowncaseWord, and tclCmd_UpcaseWord.
Changes committed to the repository (rev. 1293 (sourceforge.net)). The core must be rebuilt.