Changeset 5187
- Timestamp:
- Oct 17, 2022, 3:36:52 AM (2 years ago)
- Location:
- trunk/src/netlabs/macros
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/netlabs/macros/config.e ¶
r5184 r5187 1281 1281 1282 1282 ; --------------------------------------------------------------------------- 1283 ; This changes the .tabs field var for current file only. 1284 defc LocalTabs 1285 .tabs = arg( 1) 1286 'RefreshInfoLine TABS' 1287 1288 ; --------------------------------------------------------------------------- 1283 1289 ; Syntax: ma [[<leftmargin>] <rightmargin> [<parmargin>] | default | 0] 1284 1290 defc Margins, Ma -
TabularUnified trunk/src/netlabs/macros/tree.e ¶
r4915 r5187 287 287 .filename = TreeTitle 288 288 'PostMe MonoFont' 289 'PostMe Tabs 1 13 23 34 45 52'289 'PostMe LocalTabs 1 13 23 34 45 52' 290 290 'PostMe QuitSameFile' 291 291 'SayError 'ALT_1_LOAD__MSG
Note:
See TracChangeset
for help on using the changeset viewer.