Changeset 5187


Ignore:
Timestamp:
Oct 17, 2022, 3:36:52 AM (2 years ago)
Author:
Andreas Schnellbacher
Message:
  • Fixed unwanted setting (global) tabs to 1 13 23 34 45 52. Now use LocalTabs instead.
Location:
trunk/src/netlabs/macros
Files:
2 edited

Legend:

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

    r5184 r5187  
    12811281
    12821282; ---------------------------------------------------------------------------
     1283; This changes the .tabs field var for current file only.
     1284defc LocalTabs
     1285   .tabs = arg( 1)
     1286   'RefreshInfoLine TABS'
     1287
     1288; ---------------------------------------------------------------------------
    12831289; Syntax: ma [[<leftmargin>] <rightmargin> [<parmargin>] | default | 0]
    12841290defc Margins, Ma
  • TabularUnified trunk/src/netlabs/macros/tree.e

    r4915 r5187  
    287287      .filename = TreeTitle
    288288      'PostMe MonoFont'
    289       'PostMe Tabs 1 13 23 34 45 52'
     289      'PostMe LocalTabs 1 13 23 34 45 52'
    290290      'PostMe QuitSameFile'
    291291      'SayError 'ALT_1_LOAD__MSG
Note: See TracChangeset for help on using the changeset viewer.