Ignore:
Timestamp:
Dec 8, 2018, 12:17:23 AM (6 years ago)
Author:
Andreas Schnellbacher
Message:
  • Replaced Tab and Backtab configuration.
  • Added more options for Tab and Backtab keys and its altered variants.
  • Backtab now handles tab chars in a line correctly. For that tab chars are expanded first. The cursor sol. is now correct.
  • Removed obsolete funcs, consts and universals like WANT_TAB_INSERTION_TO_SPACE and tab_keys.
  • Also removed SMARTFILE.
File:
1 edited

Legend:

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

    r3238 r3300  
    970970
    971971; ---------------------------------------------------------------------------
    972 defc TabKey
    973    universal tab_key
    974    uparg = upcase( arg( 1))
    975    if uparg = ON__MSG or uparg = 1 then
    976       tab_key = 1
    977    elseif uparg = OFF__MSG or uparg = 0 then
    978       tab_key = 0
    979    else
    980       sayerror 'TabKey = 'word( OFF__MSG ON__MSG, tab_key + 1)
    981    endif
    982    'refreshinfoline TABKEY'   -- Update statusline if tabkey status displayed
    983 
    984 ; ---------------------------------------------------------------------------
    985972defc TabGlyph
    986973   uparg = upcase( arg( 1))
Note: See TracChangeset for help on using the changeset viewer.