Changeset 5006


Ignore:
Timestamp:
Apr 28, 2022, 9:47:02 AM (3 years ago)
Author:
Andreas Schnellbacher
Message:
  • Addition to changeset r4996.
Location:
trunk/src/netlabs/macros
Files:
2 edited

Legend:

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

    r4996 r5006  
    13791379            -- pMark_Word doesn't include white space; the following does:
    13801380            call pBegin_Word()
    1381             markchar
     1381            KeyPath = '\NEPMD\User\Mark\WordMarkType'
     1382            WordMarkType = QueryConfigKey( KeyPath)
     1383            if WordMarkType = 'B' then
     1384               markblock
     1385            else
     1386               markchar
     1387            endif
    13821388            startcol = .col
    13831389            tabword
    13841390            .col = .col - 1
    1385             markchar
     1391            if WordMarkType = 'B' then
     1392               markblock
     1393            else
     1394               markchar
     1395            endif
    13861396            .col = startcol
    13871397         endif
  • TabularUnified trunk/src/netlabs/macros/stdprocs.e

    r4998 r5006  
    11291129   endif
    11301130   call pEnd_Word()
    1131 -- #########################################################################################
    11321131   KeyPath = '\NEPMD\User\Mark\WordMarkType'
    11331132   WordMarkType = QueryConfigKey( KeyPath)
Note: See TracChangeset for help on using the changeset viewer.