Changeset 3300


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.
Location:
trunk/src/netlabs
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/netlabs/bin/defaults.cfg

    r3285 r3300  
    7373
    7474; Statusline and Titletext
    75 \NEPMD\User\InfoLine\StatusFields = Line <line> of <lines> * Col <col> * 0x<hex>=<dec> * <ins> * <markingmode>-<streammode> * Ma <ma> * Tabs <tabs>, <tabkey> * <mode> * <modified>
     75\NEPMD\User\InfoLine\StatusFields = Line <line> of <lines> * Col <col> * 0x<hex>=<dec> * <ins> * <markingmode>-<streammode> * Ma <ma> * Tabs <tabs>, <matchtab> * <mode> * <modified>
    7676\NEPMD\User\InfoLine\TitleFields  = <file>/<files> * <filename> * <datetimemodified>
    7777; \250
     
    148148\NEPMD\User\SpecialKeys\Line\c_enter     = NoAdd,KeepCol
    149149
    150 ; Tab key
     150; Tab and Backtab keys, ShowTabs
     151\NEPMD\User\SpecialKeys\tab                 = Text,Spaces
     152\NEPMD\User\SpecialKeys\c_tab               = Cursor
     153\NEPMD\User\SpecialKeys\c_a_tab             = Text,Tab
     154\NEPMD\User\SpecialKeys\s_backtab           = Text,Spaces
     155\NEPMD\User\SpecialKeys\c_s_backtab         = Cursor
    151156\NEPMD\User\SpecialKeys\Tab\MatchWordsAbove = 0
    152157\NEPMD\User\SpecialKeys\Tab\ShowTabs        = 1
  • TabularUnified trunk/src/netlabs/macros/config.e

    r3211 r3300  
    277277   universal rexx_profile
    278278   universal cua_marking_switch
    279    universal tab_key
    280279   universal cua_menu_accel
    281280   universal vepm_pointer, cursordimensions
     
    304303
    305304   if page = 1 then  --------------------- Page 1 is tabs -------------
    306       if fsend_default = 2 then tempstr = .tabs
    307       else tempstr = checkini( fsend_default, INI_TABS, DEFAULT_TABS)
    308       endif
    309       call send_config_data( hndle, tempstr, 3, help_panel)
    310       tempstr = 0
    311       if not fsend_default then      -- 0: Use values from .ini file
    312          newcmd = queryprofile( app_hini, appname, INI_OPTFLAGS)
    313          if words(newcmd) >= 14 then
    314             -- OPTFLAGS:   14
    315             tempstr = word(newcmd, 14)
    316          endif
    317       elseif fsend_default = 2 then  -- 2: Use current values
    318          tempstr = tab_key
    319       endif
    320       call send_config_data( hndle, tempstr, 19, help_panel)
     305; Page 1 is not compatible with the config via the Preferences menu.
     306;      if fsend_default = 2 then tempstr = .tabs
     307;      else tempstr = checkini( fsend_default, INI_TABS, DEFAULT_TABS)
     308;      endif
     309;      call send_config_data( hndle, tempstr, 3, help_panel)
     310;      tempstr = 0
     311;      if not fsend_default then      -- 0: Use values from .ini file
     312;         newcmd = queryprofile( app_hini, appname, INI_OPTFLAGS)
     313;         if words(newcmd) >= 14 then
     314;            -- OPTFLAGS:   14
     315;            tempstr = word(newcmd, 14)
     316;         endif
     317;      elseif fsend_default = 2 then  -- 2: Use current values
     318;         tempstr = tab_key
     319;      endif
     320;      call send_config_data( hndle, tempstr, 19, help_panel)
    321321
    322322   elseif page = 2 then  ----------------- Page 2 is margins ----------
     
    353353
    354354   elseif page = 4 then  ----------------- Page 4 is paths ------------
    355 ; Page 4 is not compatible with the config via the Options menu.
     355; Page 4 is not compatible with the config via the Preferences menu.
    356356;compile if CHECK_FOR_LEXAM
    357357;      if lexam_is_available then
     
    624624   universal rexx_profile
    625625   universal cua_marking_switch
    626    universal tab_key
    627    universal default_tab_key
    628626   universal cua_menu_accel
    629627   universal vepm_pointer, cursordimensions
     
    837835
    838836   elseif configid = 19 then
    839       on = newcmd
    840       if on <> default_tab_key then
    841          if ChangeFileSettings = 1 then                      -- change current file's setting
    842             tab_key = on -- old definition
    843             'postme RefreshInfoline TABKEY'
    844          elseif ChangeFileSettings = 'REFRESHDEFAULT' then
    845             getfileid fid
    846             next = GetAVar(fid'.tabkey')  -- query file setting
    847             if next = 'DEFAULT' | next = '' then  -- unset if tabkey was not changed by any modeexecute
    848                tab_key = on
    849                'postme RefreshInfoLine TABKEY'
    850             endif
    851          endif
    852          default_tab_key = on
    853       endif
    854 
    855       if perm then
    856          newcmd = queryprofile( app_hini, appname, INI_OPTFLAGS)
    857          if newcmd <> '' then
    858             -- OPTFLAGS:   14
    859             call setprofile( app_hini, appname, INI_OPTFLAGS,
    860                              subword( newcmd, 1, 13) on subword( newcmd, 15))
    861          else
    862             'SaveOptions OptOnly'
    863          endif
    864       endif
     837;      on = newcmd
     838;      if on <> default_tab_key then
     839;         if ChangeFileSettings = 1 then                      -- change current file's setting
     840;            tab_key = on -- old definition
     841;            'postme RefreshInfoline TABKEY'
     842;         elseif ChangeFileSettings = 'REFRESHDEFAULT' then
     843;            getfileid fid
     844;            next = GetAVar(fid'.tabkey')  -- query file setting
     845;            if next = 'DEFAULT' | next = '' then  -- unset if tabkey was not changed by any modeexecute
     846;               tab_key = on
     847;               'postme RefreshInfoLine TABKEY'
     848;            endif
     849;         endif
     850;         default_tab_key = on
     851;      endif
     852;
     853;      if perm then
     854;         newcmd = queryprofile( app_hini, appname, INI_OPTFLAGS)
     855;         if newcmd <> '' then
     856;            -- OPTFLAGS:   14
     857;            call setprofile( app_hini, appname, INI_OPTFLAGS,
     858;                             subword( newcmd, 1, 13) on subword( newcmd, 15))
     859;         else
     860;            'SaveOptions OptOnly'
     861;         endif
     862;      endif
    865863
    866864   elseif configid = 20 then
     
    963961   universal show_longnames
    964962   universal rexx_profile
    965    universal tab_key
    966    universal default_tab_key
    967963   universal vepm_pointer, cursordimensions
    968964   universal appname
     
    10661062   endif
    10671063
    1068    default_tab_key = 0
    1069    if tabkey <> '' then
    1070       default_tab_key = tabkey
    1071    endif
    1072    tab_key = default_tab_key
     1064;   default_tab_key = 0
     1065;   if tabkey <> '' then
     1066;      default_tab_key = tabkey
     1067;   endif
     1068;   tab_key = default_tab_key
    10731069
    10741070   bm_filename = queryprofile( app_hini, appname, INI_BITMAP)
     
    12531249   universal rexx_profile
    12541250   universal escape_key
    1255    universal tab_key
    12561251   universal cua_menu_accel
    12571252   universal cua_marking_switch
     
    12731268                    rexx_profile                       || ' ' ||  -- 12 REXX profile
    12741269                    escape_key                         || ' ' ||  -- 13 Esc opens commandline
    1275                     tab_key                            || ' ' ||  -- 14 Tabkey
     1270                    0                                  || ' ' ||  -- 14 Tabkey
    12761271                    bitmap_present                     || ' ' ||  -- 15 Background bitmap
    12771272                    queryframecontrol(EFRAMEF_TOOLBAR) || ' ' ||  -- 16 Toolbar
     
    15581553   getfileid fid
    15591554   on = (GetAVar( fid'.expand') = 1)
    1560    return on
    1561 
    1562 ; ---------------------------------------------------------------------------
    1563 defproc GetTabkey
    1564    universal tab_key
    1565    getfileid fid
    1566    on = (GetAVar( fid'.tabkey') = 1)
    15671555   return on
    15681556
  • TabularUnified trunk/src/netlabs/macros/infoline.e

    r3295 r3300  
    154154defc RefreshStatusLine
    155155   if .visible then
    156       'setstatusline 'GetStatusFields()
     156      'SetStatusLine 'GetStatusFields()
    157157   endif  -- .visible
    158158   return
     
    329329; Replace info field vars with '%...' or other values
    330330defproc GetInfoFieldValue(FVar, var FFlag)
    331    universal tab_key
    332331   universal stream_mode
    333332   universal expand_on
     
    385384   elseif FVar = 'TABS'             then FValue = word( .tabs, 1 )                       -- show only 1st tab
    386385                                         FFlag  = 'TABS'
    387    elseif FVar = 'TABKEY'           then FValue = word( 'off on', (tab_key = 1) + 1)     -- show 'on' or 'off'
    388                                          FFlag  = 'TABKEY'
    389386   elseif FVar = 'MATCHTAB'         then FValue = word( '- match', (matchtab_on = 1) + 1)  -- show '-' or 'match'
    390387                                         FFlag  = 'MATCHTAB'
     
    550547;   call NepmdPmPrintf('PROCESSSELECTREFRESHINFOLINE: executing refreshinfoline -- '.filename)
    551548   'ResetDateTimeModified'  -- required to check file on disk
    552    Flags = 'TABS TABKEY MATCHTAB MODE MARGINS FILE SECTION MODIFIED' ||
     549   Flags = 'TABS MATCHTAB MODE MARGINS FILE SECTION MODIFIED' ||
    553550           ' STREAMMODE EXPAND MARKINGMODE KEYSET'
    554551   'RefreshInfoLine' Flags
     
    751748      -- The following uses only internally defined fields and
    752749      -- therefore avoids the overhead for additional refreshs
    753       --Standard = "Line <line> of <lines> * Col <col> * '<hex>'x/<dec> * <ins> * <modified>"
    754       Standard = "Line <line> of <lines> * Col <col> * '<hex>'x/<dec> * Ma <ma> * Tabs <tabs>, <tabkey> * <mode> * <keyset> * <section> * <modified>"
     750      --Example  = "Line <line> of <lines> * Col <col> * 0x<hex>=<dec> * <ins> * Tabs <tabs>, <matchtab> * <markingmode>-<streammode> * <mode> * <codingstyle> * <keyset> * <dict> * <modified>"
     751      --Standard = "Line <line> of <lines> * Column <col> * <modified> * <file> File(s)"
     752      Standard = "Line %l of %s   Column %c %i   %m   %f"
    755753   elseif Type = 'SEP' then
    756754      KeyPath  = '\NEPMD\User\InfoLine\Sep'
     
    765763   endif
    766764   IniValue = QueryConfigKey( KeyPath)
    767    parse value entrybox( Title,
     765   parse value EntryBox( Title,
    768766                         '/~Set/~Reset/Standard ~EPM/Cancel',
    769767                         IniValue,
  • TabularUnified trunk/src/netlabs/macros/init.e

    r3238 r3300  
    300300   universal rexx_profile
    301301   universal escape_key
    302    universal tab_key
    303302
    304303   CurMenu = ''
     
    439438   escape_key = 1
    440439
    441    -- o  Will be overridden later.
    442    tab_key = 0
    443 
    444440   -- stay = 0: After a change, move the cursor to the last changed string
    445441compile if defined( my_stay)
  • TabularUnified trunk/src/netlabs/macros/keys.e

    r3294 r3300  
    5656   RESPECT_SCROLL_LOCK = 1
    5757compile endif
    58 -- Ver.3.09:  Set this to 1 if you want the FILE key to quit rather than
    59 -- save the file if the file was not modified.  Has the side effect that
    60 -- the Name command sets .modify to 1.
    61 compile if not defined(SMARTFILE)
    62    SMARTFILE = 1
    63 compile endif
    6458-- For Toolkit developers - set to 0 if you don't want the user to be able
    6559-- to go to line 0.  Affects MH_gotoposition in MOUSE.E and Def Up in STDKEYS.E.
     
    6963   -- Can be '0', '1', or 'STREAM' (dependant on STREAM_MODE)
    7064   TOP_OF_FILE_VALID = 1
    71 compile endif
    72 -- Allow pressing tab in insert mode to insert spaces to next tab stop in
    73 -- line mode as well as in stream mode.
    74 compile if not defined(WANT_TAB_INSERTION_TO_SPACE)
    75    -- for line mode only
    76    WANT_TAB_INSERTION_TO_SPACE = 0
    7765compile endif
    7866compile if not defined(WORD_MARK_TYPE)
     
    41304118
    41314119defc FileOrQuit
    4132 compile if SMARTFILE
    41334120   if .modify then
    41344121      'File'
     
    41364123      'Quit'
    41374124   endif
    4138 compile else
    4139    'File'
    4140 compile endif
    41414125
    41424126defc EditFileDlg
     
    43874371   oldline
    43884372
     4373; ---------------------------------------------------------------------------
     4374; Todo: Move marked lines
     4375; Menu item:                                                         Flags:
     4376; Backtab [moves text with spaces]                             Text        Spaces
     4377;         [moves text in insert mode with spaces]              TextIns     Spaces
     4378;         [moves cursor]                                       Cursor
    43894379defc BackTab
    43904380   universal matchtab_on
     4381   universal curkey
     4382
     4383   Options = arg( 1)
     4384   if Options = '' then
     4385      parse value curkey with KeyString \1 .
     4386      KeyPath = '\NEPMD\User\SpecialKeys\'KeyString
     4387      Options = QueryConfigKey( KeyPath)
     4388   endif
     4389   Options = translate( upcase( Options), ' ', ',')  -- uppercase, commas to spaces
     4390   fText    = (wordpos( 'TEXT',    Options) > 0)
     4391   fTextIns = (wordpos( 'TEXTINS', Options) > 0)
     4392   fCursor  = (wordpos( 'CURSOR',  Options) > 0)
     4393   fSpaces  = (wordpos( 'SPACES',  Options) > 0)
     4394   -- Default values
     4395   if not fText & not fTextIns & not fCursor then
     4396      fCursor = 1
     4397   endif
     4398   if fCursor then
     4399      fSpaces = 0
     4400   else
     4401      fSpaces = 1
     4402   endif
    43914403
    43924404   call UnmarkIfCua()
    4393    if matchtab_on & .line > 1 then
    4394       up
    4395       backtab_word
    4396       down
    4397    else
     4405   do once = 1 to 1
     4406      oldcol  = .col
     4407      oldline = .line
     4408
     4409      LineStr = textline( .line)
     4410      -- Handle tabs: expand them to spaces before.
     4411      -- Correct cursor col. after expansion.
     4412      -- Therefore the line must be expanded in two parts:
     4413      LeftLineStr = leftstr( Linestr, .col - 1)
     4414      RightLineStr = substr( Linestr, .col)
     4415      TabWidth = word( .tabs, 1)
     4416      ExpandedLeftLineStr = ExpandLine( LeftLineStr, TabWidth, fChanged)
     4417      ExpandedRightLineStr = ExpandLine( RightLineStr, TabWidth, fChanged2)
     4418      if fChanged | fChanged2 then
     4419         replaceline ExpandedLeftLineStr''ExpandedRightLineStr
     4420         .col = oldcol + length( ExpandedLeftLineStr) - length( LeftLineStr)
     4421         oldcol = .col
     4422      endif
     4423
     4424      do i = 1 to 100
     4425         if not matchtab_on then
     4426            leave
     4427         endif
     4428         if .line < 2 then
     4429            leave
     4430         endif
     4431
     4432         -- Go one line up
     4433         .lineg = .line - 1
     4434         LineStr = textline( .line)
     4435         -- Ignore empty lines
     4436         if strip( LineStr) = '' then
     4437            iterate
     4438         endif
     4439         -- Handle tabs: expand them to spaces before
     4440         TabWidth = word( .tabs, 1)
     4441         ExpandedLineStr = ExpandLine( LineStr, TabWidth, fChanged)
     4442         if fChanged then
     4443            LineStr = ExpandedLineStr
     4444            replaceline LineStr
     4445            -- Keep col. Before expansion, it was wrong. Now it should be correct.
     4446         endif
     4447
     4448         -- Go to previous word boundary
     4449         backtabword
     4450         -- Check more lines if col is not < oldcol
     4451         if .col >= oldcol then
     4452            .col = oldcol
     4453            iterate
     4454         -- Check more lines if col 1 is reached
     4455         elseif .col = 1 then
     4456            .col = oldcol
     4457            iterate
     4458         else
     4459            leave
     4460         endif
     4461      enddo
     4462
     4463      .lineg = oldline
     4464      if .col = oldcol then
    43984465      backtab
    4399    endif
    4400 
     4466      endif
     4467      numspc = oldcol - .col
     4468
     4469      if fText | (fTextIns & insertstate()) then
     4470         -- Remove spaces instead of just moving the cursor
     4471         if numspc > 0 then
     4472            .col = oldcol
     4473            do n = 1 to numspc
     4474               'BackSpace'
     4475            enddo
     4476         endif
     4477      endif
     4478
     4479   enddo
     4480
     4481; ---------------------------------------------------------------------------
     4482; Todo: Move marked lines
     4483; Menu item:                                                         Flags:
     4484; Tab [moves text with spaces]                                 Text        Sapces
     4485;     [moves text with tab]                                    Text        Tab
     4486;     [moves text in insert mode with spaces]                  TextIns     Spaces
     4487;     [moves text in insert mode with tab]                     TextIns     Tab
     4488;     [moves cursor]                                           Cursor
    44014489defc Tab
    44024490   universal stream_mode
    44034491   universal matchtab_on
    4404    universal tab_key
    44054492   universal ondbcs
     4493   universal curkey
     4494
     4495   Options = arg( 1)
     4496   if Options = '' then
     4497      parse value curkey with KeyString \1 .
     4498      KeyPath = '\NEPMD\User\SpecialKeys\'KeyString
     4499      Options = QueryConfigKey( KeyPath)
     4500   endif
     4501   Options = translate( upcase( Options), ' ', ',')  -- uppercase, commas to spaces
     4502   Options = ChangeStr( 'TABS', Options, 'TAB')      -- eventually correct typo
     4503   fText    = (wordpos( 'TEXT',    Options) > 0)
     4504   fTextIns = (wordpos( 'TEXTINS', Options) > 0)
     4505   fCursor  = (wordpos( 'CURSOR',  Options) > 0)
     4506   fSpaces  = (wordpos( 'SPACES',  Options) > 0)
     4507   fTab     = (wordpos( 'TAB',     Options) > 0)
     4508   -- Default values
     4509   if not fText & not fTextIns & not fCursor then
     4510      fText = 1
     4511   endif
     4512   if not fCursor & not fSpaces & not fTab then
     4513      fSpaces = 1
     4514   endif
     4515   if fCursor then
     4516      fSpaces = 0
     4517      fTab = 0
     4518   endif
    44064519
    44074520   call NextCmdAltersText()
    4408    if tab_key then
    4409       call Process_Key( \9)
    4410    else  -- tab_key
     4521   do once = 1 to 1
     4522      if fTab & (fText | (fTextIns & insertstate())) then
     4523         call Process_Key( \9)
     4524         leave
     4525      endif
     4526
    44114527      call UnmarkIfCua()
    4412       oldcol = .col
    4413       if matchtab_on and .line > 1 then
    4414          up
    4415          tab_word
    4416          if oldcol >= .col then
     4528      oldcol  = .col
     4529      oldline = .line
     4530      do i = 1 to 100
     4531         if not matchtab_on then
     4532            leave
     4533         endif
     4534         if .line < 2 then
     4535            leave
     4536         endif
     4537
     4538         -- Go one line up
     4539         .lineg = .line - 1
     4540         -- Ignore empty lines
     4541         if strip( textline( .line)) = '' then
     4542            iterate
     4543         endif
     4544
     4545         -- Go to next word boundary or to line end
     4546         tabword
     4547         -- Check more lines if col is not > oldcol
     4548         if .col <= oldcol then
    44174549            .col = oldcol
    4418             tab
     4550            iterate
     4551         else
     4552            leave
    44194553         endif
    4420          down
    4421       else
     4554      enddo
     4555      .lineg = oldline
     4556      if .col = oldcol then
    44224557         tab
    44234558      endif
    4424 compile if not WANT_TAB_INSERTION_TO_SPACE
    4425       if insertstate() & stream_mode then
    4426 compile else
    4427       if insertstate() then
    4428 compile endif
     4559
     4560      if fText | (fTextIns & insertstate()) then
     4561         -- Insert spaces instead of just moving the cursor
    44294562         numspc = .col - oldcol
    4430          if ondbcs then                                       -- If we're on DBCS,
    4431             if not (matchtab_on and .line > 1) then           -- and didn't do a matchtab,
    4432                if words( .tabs) > 1 then
    4433                   if not wordpos( .col, .tabs) then           -- check if on a tab col.
    4434                      do i = 1 to words( .tabs)                -- If we got shifted due to being inside a DBC,
    4435                         if word( .tabs, i) > oldcol then      -- find the col we *should* be in, and
    4436                            numspc = word( .tabs, i) - oldcol  -- set numspc according to that.
    4437                            leave
    4438                         endif
    4439                      enddo
    4440                   endif
    4441                elseif (.col // .tabs) <> 1 then
    4442                   numspc = .tabs - (oldcol + .tabs - 1) // .tabs
     4563         -- Handle DBCS
     4564         do once2 = 1 to 1
     4565            if not ondbcs then                             -- If we're on DBCS,
     4566               leave
     4567            endif
     4568            if matchtab_on and .line > 1 then              -- and didn't do a matchtab,
     4569               leave
     4570            endif
     4571            if words( .tabs) > 1 then
     4572               if not wordpos( .col, .tabs) then           -- check if on a tab col.
     4573                  do i = 1 to words( .tabs)                -- If we got shifted due to being inside a DBC,
     4574                     if word( .tabs, i) > oldcol then      -- find the col we *should* be in, and
     4575                        numspc = word( .tabs, i) - oldcol  -- set numspc according to that.
     4576                        leave
     4577                     endif
     4578                  enddo
    44434579               endif
     4580            elseif (.col // .tabs) <> 1 then
     4581               numspc = .tabs - (oldcol + .tabs - 1) // .tabs
    44444582            endif
    4445          endif  -- ondbcs
     4583         enddo  -- once2
     4584         -- Insert spaces
    44464585         if numspc > 0 then
    44474586            .col = oldcol
    4448             call Process_Keys( substr( '', 1, numspc))
     4587            call Process_Keys( copies( ' ', numspc))
    44494588         endif
    4450       endif  -- insertstate()
    4451    endif  -- tab_key
     4589      endif
     4590
     4591   enddo  -- once
     4592
     4593; ---------------------------------------------------------------------------
     4594defc BackTabWord
     4595   backtabword
     4596
     4597defc TabWord
     4598   tabword
    44524599
    44534600defc MarkUp
  • TabularUnified trunk/src/netlabs/macros/modecfg.e

    r3250 r3300  
    302302        SetHighlight      0 | 1
    303303        SetTabs           <number> or <list of numbers>
    304         SetTabkey         0 | 1
    305304        SetMatchTab       0 | 1
    306305        SetMargins        <left> <right> <par>
     
    455454/*
    456455'ModeExecute TEXT SetHighlight 0'
    457 'ModeExecute TEXT SetTabKey 1'
    458456'ModeExecute TEXT SetInsertMode 0'
    459457'ModeExecute TEXT SetDynaSpell 1'
     
    467465'ModeExecute BIN SetSaveOptions /ne /ns /nt'
    468466'ModeExecute BIN SetTabs 1'
    469 'ModeExecute BIN SetTabKey 1'
    470467'ModeExecute BIN SetMatchTab 0'
    471468
     
    477474/* Experimental 2 */
    478475/*
    479 'ModeExecute E SetTabKey 0'
    480476'ModeExecute E SetToolbar STANDARD'
    481477'ModeExecute E SetHighlight 1'
  • TabularUnified trunk/src/netlabs/macros/modeexec.e

    r3295 r3300  
    5151;         SetHighlight      0 | 1
    5252;         SetTabs           <number> or <list of numbers>
    53 ;         SetTabkey         0 | 1
    5453;         SetMatchTab       0 | 1
    5554;         SetMargins        <left> <right> <par>
     
    198197   call AddAVar( 'selectsettingslist',
    199198                        'Toolbar Keyset Expand Matchtab' ||
    200                         ' Tabkey EditOptions SaveOptions SearchOptions' ||
     199                        ' EditOptions SaveOptions SearchOptions' ||
    201200                        ' StreamMode InsertMode' ||
    202201                        ' TextFont TextColor MarkColor Indent' ||
     
    11411140   -- Save the value in an array var, because no field var exists
    11421141   call UseSetting( 'SearchOptions', arg(1))
    1143 
    1144 ; ---------------------------------------------------------------------------
    1145 defc SetTabKey  -- defc tabkey exists
    1146    universal LoadState
    1147    universal tab_key
    1148    universal default_tab_key
    1149    arg1 = upcase(arg(1))
    1150    if arg1 = '' | arg1 = 'DEFAULT' then
    1151       on = default_tab_key
    1152    elseif wordpos( arg1, '0 OFF') then
    1153       on = 0
    1154    else
    1155       on = 1
    1156    endif
    1157    -- Set universal var
    1158    tab_key = on
    1159    -- Save the value in an array var, because no field var exists
    1160    call UseSetting( 'TabKey', arg(1))
    1161    'RefreshInfoLine TABKEY'
    11621142
    11631143; ---------------------------------------------------------------------------
  • TabularUnified trunk/src/netlabs/macros/newmenu.e

    r3293 r3300  
    26592659
    26602660   DefNextItemStartsSubMenu()
    2661    DefMenuItem( 'streamnewline',                                              -- Stream and Newline
     2661   DefMenuItem( 'streamnewline',                                              -- Stream and Newline  >
    26622662                'Stream and Ne~wline',
    26632663                '',
     
    27802780                '',
    27812781                'STATIC')
    2782    DefMenuItem( 'defaulttabkey',                                                    -- Tabkey: Tab key enters tab char
    2783                 '~Tabkey: tab key enters tab char',
    2784                 'toggle_default_tabkey',
    2785                 'Tabkey enters a tab char instead of spaces',
     2782   DefMenuItem( 'tab',                                                              -- Tab []
     2783                'Tab []',
     2784                'ChangeTab tab',
     2785                'Change behavior of Tab',
     2786                '',
     2787                NoDismiss)
     2788   DefMenuItem( 'c_tab',                                                            -- Ctrl+Tab []
     2789                CTRL_KEY__MSG'+Tab []',
     2790                'ChangeTab c_tab',
     2791                'Change behavior of 'CTRL_KEY__MSG'+Tab',
     2792                '',
     2793                NoDismiss)
     2794   DefMenuItem( 'c_a_tab',                                                          -- Ctrl+Alt+Tab []
     2795                CTRL_KEY__MSG'+'ALT_KEY__MSG'+Tab []',
     2796                'ChangeTab c_a_tab',
     2797                'Change behavior of 'CTRL_KEY__MSG'+'ALT_KEY__MSG'+Tab',
     2798                '',
     2799                NoDismiss)
     2800   DefMenuItem( 's_backtab',                                                        -- Backtab []
     2801                'Backtab []',
     2802                'ChangeTab s_backtab',
     2803                'Change behavior of Backtab',
     2804                '',
     2805                NoDismiss)
     2806   DefMenuItem( 'c_s_backtab',                                                      -- Ctrl+Backtab []
     2807                CTRL_KEY__MSG'+Backtab []',
     2808                'ChangeTab c_s_backtab',
     2809                'Change behavior of 'CTRL_KEY__MSG'+Backtab',
    27862810                '',
    27872811                NoDismiss)
     
    36753699   universal stream_mode
    36763700   universal expand_on
    3677    universal tab_key
    36783701   universal matchtab_on
    36793702compile if CHECK_FOR_LEXAM
     
    44744497
    44754498defc menuinit_specialkeys
    4476    universal default_tab_key
    44774499   universal cua_menu_accel
    44784500
    4479    SetMenuAttribute( GetAVar('mid_defaulttabkey'), MIA_CHECKED, not default_tab_key)
     4501   MenuText_tab()
     4502   MenuText_c_tab()
     4503   MenuText_c_a_tab()
     4504   MenuText_s_backtab()
     4505   MenuText_c_s_backtab()
    44804506
    44814507   KeyPath = '\NEPMD\User\SpecialKeys\Tab\MatchWordsAbove'
     
    45224548   on = QueryConfigKey( KeyPath)
    45234549   SetMenuAttribute( GetAVar('mid_blockrightaltkey'),   MIA_CHECKED, not on)
     4550
     4551defc ChangeTab
     4552   KeyString = arg( 1)
     4553   KeyPath = '\NEPMD\User\SpecialKeys\'KeyString
     4554   Options = QueryConfigKey( KeyPath)
     4555   NewOptions = Options
     4556   if wordpos( KeyString, 'tab c_tab c_a_tab') then
     4557      List = 'Text,Spaces Text,Tab TextIns,Spaces TextIns,Tab Cursor'
     4558      wp = wordpos( Options, List)
     4559      Nextwp = wp + 1
     4560      if Nextwp > words( List) then
     4561         Nextwp = 1
     4562      endif
     4563      NewOptions = word( List, Nextwp)
     4564   elseif wordpos( KeyString, 's_backtab c_s_backtab') then
     4565      List = 'Text,Spaces TextIns,Spaces Cursor'
     4566      wp = wordpos( Options, List)
     4567      Nextwp = wp + 1
     4568      if Nextwp > words( List) then
     4569         Nextwp = 1
     4570      endif
     4571      NewOptions = word( List, Nextwp)
     4572   endif
     4573   if NewOptions <> Options & NewOptions <> '' then
     4574      WriteConfigKey( KeyPath, NewOptions)
     4575   endif
     4576   SetMenuVarText( KeyString, TabOptionsToText( NewOptions))
     4577
     4578defproc TabOptionsToText
     4579   Options = arg( 1)
     4580   Text = ''
     4581   if Options = 'Text,Spaces' then
     4582      Text = 'moves text with spaces'
     4583   elseif Options = 'Text,Tab' then
     4584      Text = 'moves text with tab'
     4585   elseif Options = 'TextIns,Spaces' then
     4586      Text = 'moves text in insert mode with spaces'
     4587   elseif Options = 'TextIns,Tab' then
     4588      Text = 'moves text in insert mode with tab'
     4589   elseif Options = 'Cursor' then
     4590      Text = 'moves cursor'
     4591   endif
     4592   return Text
     4593
     4594defproc MenuText_tab
     4595   KeyString = 'tab'
     4596   KeyPath = '\NEPMD\User\SpecialKeys\'KeyString
     4597   Options = QueryConfigKey( KeyPath)
     4598   SetMenuVarText( KeyString, TabOptionsToText( Options))
     4599
     4600defproc MenuText_c_tab
     4601   KeyString = 'c_tab'
     4602   KeyPath = '\NEPMD\User\SpecialKeys\'KeyString
     4603   Options = QueryConfigKey( KeyPath)
     4604   SetMenuVarText( KeyString, TabOptionsToText( Options))
     4605
     4606defproc MenuText_c_a_tab
     4607   KeyString = 'c_a_tab'
     4608   KeyPath = '\NEPMD\User\SpecialKeys\'KeyString
     4609   Options = QueryConfigKey( KeyPath)
     4610   SetMenuVarText( KeyString, TabOptionsToText( Options))
     4611
     4612defproc MenuText_s_backtab
     4613   KeyString = 's_backtab'
     4614   KeyPath = '\NEPMD\User\SpecialKeys\'KeyString
     4615   Options = QueryConfigKey( KeyPath)
     4616   SetMenuVarText( KeyString, TabOptionsToText( Options))
     4617
     4618defproc MenuText_c_s_backtab
     4619   KeyString = 'c_s_backtab'
     4620   KeyPath = '\NEPMD\User\SpecialKeys\'KeyString
     4621   Options = QueryConfigKey( KeyPath)
     4622   SetMenuVarText( KeyString, TabOptionsToText( Options))
    45244623
    45254624defproc MenuText_scrollafterlocate
     
    54815580
    54825581; ---------------------------------------------------------------------------
    5483 defc toggle_tabkey
    5484    universal tab_key
    5485    universal menuloaded
    5486    -- Change tab_key for current file
    5487    tab_key = not tab_key
    5488    'SetTabKey' tab_key
    5489    if menuloaded then
    5490       -- Set MIA_CHECKED attribute for the case MIA_NODISMISS attribute is on
    5491       SetMenuAttribute( GetAVar('mid_tabkey'), MIA_CHECKED, not tab_key)
    5492    endif
    5493 
    5494 ; ---------------------------------------------------------------------------
    5495 defc toggle_default_tabkey
    5496    universal default_tab_key
    5497    universal tab_key
    5498    universal menuloaded
    5499    universal app_hini
    5500    universal appname
    5501 
    5502    default_tab_key = not default_tab_key
    5503    -- Change tab_key for current file if it has default tabkey setting
    5504    getfileid fid
    5505    next = GetAVar(fid'.tabkey')  -- query file setting
    5506    if next = 'DEFAULT' | next = '' then  -- unset if tabkey was not changed by any modeexecute
    5507       tab_key = default_tab_key
    5508       'RefreshInfoLine TABKEY'
    5509    endif
    5510    if menuloaded then
    5511       -- Set MIA_CHECKED attribute for the case MIA_NODISMISS attribute is on
    5512       SetMenuAttribute( GetAVar('mid_defaulttabkey'), MIA_CHECKED, not default_tab_key)
    5513       old = queryprofile( app_hini, appname, INI_OPTFLAGS)
    5514       new = subword( old, 1, 13)' 'default_tab_key' 'subword( old, 15)
    5515       call setprofile( app_hini, appname, INI_OPTFLAGS, new)
    5516    endif
    5517 
    5518 ; ---------------------------------------------------------------------------
    55195582defc toggle_matchtab
    55205583   universal menuloaded
     
    55395602   getfileid fid
    55405603   next = GetAVar(fid'.matchtab')  -- query file setting
    5541    if next = 'DEFAULT' | next = '' then  -- unset if tabkey was not changed by any modeexecute
     5604   if next = 'DEFAULT' | next = '' then
    55425605      matchtab_on = on
    55435606      'RefreshInfoLine MATCHTAB'
  • 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))
  • TabularUnified trunk/src/netlabs/mode/e/e.hil

    r3238 r3300  
    919919rexx_profile
    920920show_longnames
    921 tab_key
    922 a_enterkey
    923 a_padenterkey
    924921activeaccel
    925922activemenu
     
    929926bkm_avail
    930927bm_filename
    931 c_enterkey
    932 c_padenterkey
    933928cursordimensions
    934929cursoreverywhere
     
    938933default_search_options
    939934default_stream_mode
    940 default_tab_key
    941935defaultmenu
    942936edithwnd
    943 enterkey
    944937expand_on
    945938font
     
    956949ondbcs
    957950optflag_extrastuff
    958 padenterkey
    959951position_stack
    960952reflowmargins
    961953ring_enabled
    962 s_enterkey
    963 s_padenterkey
    964954save_cursor_column
    965955saveoptions_auto
     
    10561046VM
    10571047WANT_EBOOKIE
    1058 WANT_TAB_INSERTION_TO_SPACE
    10591048WANT_TINY_ICONS
    10601049WORD_MARK_TYPE
Note: See TracChangeset for help on using the changeset viewer.