Changeset 5006
- Timestamp:
- Apr 28, 2022, 9:47:02 AM (3 years ago)
- Location:
- trunk/src/netlabs/macros
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/netlabs/macros/mouse.e ¶
r4996 r5006 1379 1379 -- pMark_Word doesn't include white space; the following does: 1380 1380 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 1382 1388 startcol = .col 1383 1389 tabword 1384 1390 .col = .col - 1 1385 markchar 1391 if WordMarkType = 'B' then 1392 markblock 1393 else 1394 markchar 1395 endif 1386 1396 .col = startcol 1387 1397 endif -
TabularUnified trunk/src/netlabs/macros/stdprocs.e ¶
r4998 r5006 1129 1129 endif 1130 1130 call pEnd_Word() 1131 -- #########################################################################################1132 1131 KeyPath = '\NEPMD\User\Mark\WordMarkType' 1133 1132 WordMarkType = QueryConfigKey( KeyPath)
Note:
See TracChangeset
for help on using the changeset viewer.