Changeset 3049


Ignore:
Timestamp:
Jun 25, 2018, 8:49:14 PM (7 years ago)
Author:
Andreas Schnellbacher
Message:
  • Fixed MB1 doubleclick in CUA mode: When the cursor is after the last char, the last word is not marked anymore.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/netlabs/macros/mouse.e

    r2970 r3049  
    880880      unmark
    881881      if CUA_marking_switch then
    882          if .line then
     882         if .line & not fMouseAfterLine then
    883883;;          call pmark_word()  -- pmark_word doesn't include white space; the following does:
    884884            call pbegin_word()
Note: See TracChangeset for help on using the changeset viewer.