Changeset 3389


Ignore:
Timestamp:
Dec 28, 2018, 8:55:13 PM (6 years ago)
Author:
Andreas Schnellbacher
Message:
  • Fixed copy/move mark: When multiple bookmarks were copied, all names were set to the name of the last copied/moved one.
File:
1 edited

Legend:

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

    r3387 r3389  
    14591459      destidxmax = 0
    14601460   endif
     1461   destidx = destidxmax  -- will be advanced by 1
    14611462
    14621463   getmark destfirstline, destlastline, destfirstcol, destlastcol, destfid
     
    15141515         col   = SavedCol
    15151516         offst = SavedOffst
    1516          destidx = destidxmax + 1
     1517         destidx = destidx + 1
    15171518         val = destidx
    15181519         insert_attribute class, val, bmperm, offst, col, line
Note: See TracChangeset for help on using the changeset viewer.