Menu

#115 downcaseWord does not leave the cursor at the end of the word

9.0b1
closed
nobody
None
Bug
major
2017-04-17
2017-03-18
Vittorio
No

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.

Related

Tickets: #115

Discussion

  • Bernard Desgraupes

    Vittorio, thank you for reporting. Could you describe exactly the sequence of actions you take and the expected behavior? Is the emacs package active ?

     
    • Vittorio

      Vittorio - 2017-03-20

      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

      Il giorno 20 mar 2017, alle ore 08:43, Bernard Desgraupes bdesgraupes@users.sf.net ha scritto:

      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.

      Sent from sourceforge.net because alphacocoa-devel@lists.sourceforge.net is subscribed to https://sourceforge.net/p/alphacocoa/tickets/

      To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.


      Check out the vibrant tech community on one of the world's most
      engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______
      AlphaCocoa-devel mailing list
      AlphaCocoa-devel@lists.sourceforge.net
      https://lists.sourceforge.net/lists/listinfo/alphacocoa-devel

       

      Related

      Tickets: #115

  • Bernard Desgraupes

    This is fixed now. Modified commands tclCmd_CapitalizeWord, tclCmd_DowncaseWord, and tclCmd_UpcaseWord.

    Changes committed to the repository (rev. 1293). The core must be rebuilt.

     
  • Bernard Desgraupes

    • status: open --> fixed
     
  • Bernard Desgraupes

    • status: fixed --> closed
     

Log in to post a comment.