Changeset 3434


Ignore:
Timestamp:
Jan 29, 2019, 7:18:48 PM (6 years ago)
Author:
Andreas Schnellbacher
Message:
  • Renamed select hooks and commands to filesloaded and fileswitched.
  • Cosmetic changes.
Location:
trunk/src/netlabs/macros
Files:
16 edited

Legend:

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

    r3334 r3434  
    3030; following commands (among others):
    3131;
    32 ;    initconfig      Read values from ini and change configuration of
     32;    InitConfig      Read values from ini and change configuration of
    3333;                    current EPM window. This overwrites values previously
    3434;                    initialized to values of consts, if their ini entries
    3535;                    are present. Called by defmain.
    3636;
    37 ;    renderconfig    Send values to config dialog, either
     37;    RendeCconfig    Send values to config dialog, either
    3838;                    -  default values defined by consts or
    3939;                    -  values read from ini or
     
    4141;                    Called by configdlg at its startup.
    4242;
    43 ;    setconfig       Change configuration of current EPM window according
     43;    SetConfig       Change configuration of current EPM window according
    4444;                    to the changes by the user. Called by configdlg at its
    4545;                    closing.
     
    161161; Provide some consts, for the case a user really wants to change this:
    162162const
    163 compile if not defined(CONFIGDLG_START_WITH_CURRENT_FILE_SETTINGS)
     163compile if not defined( CONFIGDLG_START_WITH_CURRENT_FILE_SETTINGS)
    164164   -- 0 => start with settings from EPM.INI
    165165   CONFIGDLG_START_WITH_CURRENT_FILE_SETTINGS = 0     -- previous standard would have been 1
    166166compile endif
    167 compile if not defined(CONFIGDLG_CHANGE_FILE_SETTINGS)
     167compile if not defined( CONFIGDLG_CHANGE_FILE_SETTINGS)
    168168   CONFIGDLG_CHANGE_FILE_SETTINGS = 'REFRESHDEFAULT'  -- previous standard would have been 1
    169169compile endif
    170 compile if not defined(CONFIGDLG_ASK_REFLOW)
     170compile if not defined( CONFIGDLG_ASK_REFLOW)
    171171   CONFIGDLG_ASK_REFLOW = 0                           -- previous standard would have been 1
    172172compile endif
     
    192192compile endif
    193193
    194    args = arg(1)
     194   args = arg( 1)
    195195   wp = wordpos( 'SYS', upcase( args))  -- SYS not used by EPM. Used by Epm class?
    196196   if wp then
     
    206206   omit = omit +  32  -- omit Keys page (outdated)
    207207   --omit = 512
    208    if isnum( args) then
     208   if IsNum( args) then
    209209      omit = args
    210210   endif
     
    222222   --  512: without page 10  Toolbar
    223223
    224    call windowmessage( 0, getpminfo(APP_HANDLE),
     224   call windowmessage( 0, getpminfo( APP_HANDLE),
    225225                       msgid,
    226226                       omit,           -- 0 = Omit no pages
     
    259259ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
    260260*/
    261 defc renderconfig
     261defc RenderConfig
    262262   universal vdefault_tabs
    263263   universal vdefault_margins
     
    311311;      if not fsend_default then      -- 0: Use values from .ini file
    312312;         newcmd = queryprofile( app_hini, appname, INI_OPTFLAGS)
    313 ;         if words(newcmd) >= 14 then
     313;         if words( newcmd) >= 14 then
    314314;            -- OPTFLAGS:   14
    315 ;            tempstr = word(newcmd, 14)
     315;            tempstr = word( newcmd, 14)
    316316;         endif
    317317;      elseif fsend_default = 2 then  -- 2: Use current values
     
    324324         tempstr = .margins
    325325      else                         -- 0|1: Use values from .ini file or default values
    326          tempstr = checkini( fsend_default, INI_MARGINS, DEFAULT_MARGINS)
    327       endif
    328       call send_config_data( hndle, tempstr, 1, 5301)
     326         tempstr = CheckIni( fsend_default, INI_MARGINS, DEFAULT_MARGINS)
     327      endif
     328      call Send_Config_Data( hndle, tempstr, 1, 5301)
    329329
    330330   elseif page = 3 then  ----------------- Page 3 is colors -----------
     
    347347      endif
    348348      parse value tempstr with ttextcolor tmarkcolor tstatuscolor tmessagecolor .
    349       call send_config_data( hndle, ttextcolor, 4, help_panel)
    350       call send_config_data( hndle, tmarkcolor, 5, help_panel)
    351       call send_config_data( hndle, tstatuscolor, 6, help_panel)
    352       call send_config_data( hndle, tmessagecolor, 7, help_panel)
     349      call Send_Config_Data( hndle, ttextcolor, 4, help_panel)
     350      call Send_Config_Data( hndle, tmarkcolor, 5, help_panel)
     351      call Send_Config_Data( hndle, tstatuscolor, 6, help_panel)
     352      call Send_Config_Data( hndle, tmessagecolor, 7, help_panel)
    353353
    354354   elseif page = 4 then  ----------------- Page 4 is paths ------------
     
    389389         tempstr = .autosave
    390390      else                           -- 0|1: Use values from .ini file or default values
    391          tempstr = checkini( fsend_default, INI_AUTOSAVE, DEFAULT_AUTOSAVE)
    392       endif
    393       call send_config_data( hndle, tempstr, 2, help_panel)
     391         tempstr = CheckIni( fsend_default, INI_AUTOSAVE, DEFAULT_AUTOSAVE)
     392      endif
     393      call Send_Config_Data( hndle, tempstr, 2, help_panel)
    394394      --call send_config_data( hndle, checkini( fsend_default, INI_AUTOSPATH, vAUTOSAVE_PATH, AUTOSAVE_PATH), 9, help_panel)
    395       call send_config_data( hndle, strip( GetBackupDir(), 't', '\')'\', 9, help_panel)
     395      call Send_Config_Data( hndle, strip( GetBackupDir(), 't', '\')'\', 9, help_panel)
    396396
    397397   elseif page = 6 then  ----------------- Page 6 is fonts ------------
    398398                         ----------------- Text
    399399      fontid = word( default_font 0 .font, fsend_default + 1)
    400       call send_config_data( hndle, queryfont( fontid)'.'trunc( .textcolor // 16)'.'.textcolor % 16, 24, help_panel)
     400      call Send_Config_Data( hndle, queryfont( fontid)'.'Trunc( .textcolor // 16)'.'.textcolor % 16, 24, help_panel)
    401401                         ----------------- Status
    402402      -- All fonts are saved now as psize'.'facename['.'attr], like OS/2 font specs
     
    405405         tempstr = QueryConfigKey( KeyPath)
    406406      elseif fsend_default = 1 then  -- 1: Use default values
    407          tempstr = queryfont(0)
     407         tempstr = queryfont( 0)
    408408      else                           -- 2: Use current values
    409409         tempstr = statfont
    410410      endif
    411411      tempstr = ConvertToEFont( tempstr)
    412       call send_config_data( hndle, tempstr'.'trunc( vstatuscolor // 16)'.'vstatuscolor % 16, 25, help_panel)
     412      call Send_Config_Data( hndle, tempstr'.'Trunc( vstatuscolor // 16)'.'vstatuscolor % 16, 25, help_panel)
    413413                         ----------------- Message
    414414      if not fsend_default then      -- 0: Use values from .ini file
     
    416416         tempstr = QueryConfigKey( KeyPath)
    417417      elseif fsend_default = 1 then  -- 1: Use default values
    418          tempstr = queryfont(0)
     418         tempstr = queryfont( 0)
    419419      else                           -- 2: Use current values
    420420         tempstr = msgfont
    421421      endif
    422422      tempstr = ConvertToEFont( tempstr)
    423       call send_config_data( hndle, tempstr'.'trunc( vmessagecolor // 16)'.'vmessagecolor % 16, 26, help_panel)
     423      call Send_Config_Data( hndle, tempstr'.'Trunc( vmessagecolor // 16)'.'vmessagecolor % 16, 26, help_panel)
    424424
    425425   elseif page = 7 then  ----------------- Page 7 is enter keys -------
     
    454454;         tempstr = ek || ek || c_ek || ek || ek || ek || c_ek || ek
    455455;      else                           -- 0|2: Use values from .ini file or current values
    456 ;         tempstr = chr(enterkey) || chr(a_enterkey) || chr(c_enterkey) || chr(s_enterkey) || chr(padenterkey) || chr(a_padenterkey) || chr(c_padenterkey) || chr(s_padenterkey)
     456;         tempstr = chr( enterkey) || chr( a_enterkey) || chr( c_enterkey) || chr( s_enterkey) || chr( padenterkey) || chr( a_padenterkey) || chr( c_padenterkey) || chr( s_padenterkey)
    457457;      endif
    458 ;      call send_config_data(hndle, tempstr, 14, help_panel)
     458;      call send_config_data( hndle, tempstr, 14, help_panel)
    459459
    460460   elseif page = 8 then  ----------------- Page 8 is Frame controls ---
     
    468468         endif
    469469      elseif fsend_default = 2 then  -- 2: Use current values
    470          tempstr = queryframecontrol(1) || queryframecontrol(2) || queryframecontrol(16) ||
    471                    queryframecontrol(8) || queryframecontrol(32) || bitmap_present || queryframecontrol(8192)
    472       endif
    473       call send_config_data( hndle, tempstr, 15, help_panel)
    474       call send_config_data( hndle, checkini( fsend_default, INI_BITMAP, bm_filename, ''), 16, help_panel)
     470         tempstr = QueryFrameControl( 1) || QueryFrameControl( 2) || QueryFrameControl( 16) ||
     471                   QueryFrameControl( 8) || QueryFrameControl( 32) || bitmap_present || QueryFrameControl( 8192)
     472      endif
     473      call Send_Config_Data( hndle, tempstr, 15, help_panel)
     474      call Send_Config_Data( hndle, CheckIni( fsend_default, INI_BITMAP, bm_filename, ''), 16, help_panel)
    475475
    476476   elseif page = 9 then  ----------------- Page 9 is Misc. ------------
     
    506506                   (vEPM_POINTER = 2) || (cursordimensions = '-128.3 -128.-64') || cua_menu_accel
    507507      endif
    508       call send_config_data( hndle, tempstr, 18, help_panel)
     508      call Send_Config_Data( hndle, tempstr, 18, help_panel)
    509509
    510510   elseif page = 12 then  ---------------- Page 12 is Toolbar config --
     
    518518         tempstr = \1'120'\1'32'\1'32'\1'9.WarpSans'\1'16777216'\1'16777216'\1  -- internal default if no entry in EPM.INI
    519519      endif
    520       call send_config_data( hndle, tempstr, 22, help_panel)
     520      call Send_Config_Data( hndle, tempstr, 22, help_panel)
    521521
    522522   elseif page = 13 then  ---------------- Page 13 is Toolbar name & on/off
     
    536536         endif
    537537      endif
    538       call send_config_data( hndle, send_toolbar, 20, help_panel)
    539       call send_config_data( hndle, queryframecontrol(EFRAMEF_TOOLBAR), 21, help_panel)
     538      call Send_Config_Data( hndle, send_toolbar, 20, help_panel)
     539      call Send_Config_Data( hndle, QueryFrameControl( EFRAMEF_TOOLBAR), 21, help_panel)
    540540      -- The list of toolbars and all the button actions on this page are not configurable
    541541      -- with E commands.
     
    544544
    545545; ---------------------------------------------------------------------------
    546 defproc send_config_data( hndle, strng, i, help_panel)
     546defproc Send_Config_Data( hndle, strng, i, help_panel)
    547547   strng = strng\0          -- null terminate (asciiz)
    548548   call windowmessage( 1, hndle,
    549549                       32,               -- WM_COMMAND - 0x0020
    550                        mpfrom2short( help_panel, i),
    551                        ltoa( offset(strng) || selector(strng), 10))
     550                       MpFrom2Short( help_panel, i),
     551                       ltoa( offset( strng) || selector( strng), 10))
    552552
    553553; ---------------------------------------------------------------------------
     
    571571   if fsend_default then
    572572      if fsend_default = 1 & arg() > 3 then
    573          return arg(4)
     573         return arg( 4)
    574574      endif
    575575      return defaultdata
     
    587587   universal appname, app_hini
    588588   if arg() >= 3 then
    589       perm = arg(3)
     589      perm = arg( 3)
    590590   else
    591591      perm = 1
     
    629629   ChangeFileSettings = CONFIGDLG_CHANGE_FILE_SETTINGS  -- standard was 1
    630630   AskReflow          = CONFIGDLG_ASK_REFLOW
    631    --dprintf( 'SETCONFIG', arg(1))
    632 
    633    parse value arg(1) with configid perm newcmd
     631   --dprintf( 'SETCONFIG', arg( 1))
     632
     633   parse value arg( 1) with configid perm newcmd
    634634
    635635   if     configid = 1 then
     
    645645         'RingRefreshSetting DEFAULT SetMargins 'newcmd   -- the ring with default settings
    646646      endif
    647       vdefault_margins = setini( INI_MARGINS, newcmd, perm)
     647      vdefault_margins = SetIni( INI_MARGINS, newcmd, perm)
    648648      'RefreshInfoLine MARGINS'
    649649
    650650   elseif configid = 2 then
    651       .autosave = setini( INI_AUTOSAVE, newcmd, perm)
     651      .autosave = SetIni( INI_AUTOSAVE, newcmd, perm)
    652652      vdefault_autosave = newcmd
    653653
     
    656656         if .tabs <> newcmd then
    657657            .tabs = newcmd
    658             'postme refreshinfoline TABS'
     658            'PostMe RefreshInfoLine TABS'
    659659         endif
    660660      elseif ChangeFileSettings = 'REFRESHDEFAULT' then   -- change setting of all files in
    661661         'RingRefreshSetting DEFAULT SetTabs 'newcmd      -- the ring with default settings
    662662      endif
    663       vdefault_tabs = setini( INI_TABS, newcmd, perm)
     663      vdefault_tabs = SetIni( INI_TABS, newcmd, perm)
    664664      'RefreshInfoLine TABS'
    665665
     
    704704   elseif configid = 15 then
    705705      parse value newcmd with statflg 2 msgflg 3 hscrollflg 4 vscrollflg 5 extraflg 6 new_bitmap 7 drop_style 8
    706       'toggleframe 1' statflg
    707       'toggleframe 2' msgflg
    708       'toggleframe 8' vscrollflg
    709       'toggleframe 16' hscrollflg
    710       'toggleframe 32' extraflg
    711       'toggleframe 8192' drop_style
     706      'ToggleFrame 1' statflg
     707      'ToggleFrame 2' msgflg
     708      'ToggleFrame 8' vscrollflg
     709      'ToggleFrame 16' hscrollflg
     710      'ToggleFrame 32' extraflg
     711      'ToggleFrame 8192' drop_style
    712712
    713713      if bitmap_present <> new_bitmap then
    714          'toggle_bitmap'
     714         'Toggle_Bitmap'
    715715         if bitmap_present then
    716716            bm_filename = ''  -- Will be reset; want to ensure it's reloaded.
     
    724724            -- OPTFLAGS:                    5  6    8  9  10 11 12 13 14   16
    725725            call setprofile( app_hini, appname, INI_OPTFLAGS,
    726                queryframecontrol(1)    || ' ' ||
    727                queryframecontrol(2)    || ' ' ||
    728                queryframecontrol(8)    || ' ' ||
    729                queryframecontrol(16)   || ' ' ||
    730                w1                      || ' ' ||
    731                w2                      || ' ' ||
    732                queryframecontrol(32)   || ' ' ||
    733                w3                      || ' ' ||
    734                w4                      || ' ' ||
    735                w5                      || ' ' ||
    736                w6                      || ' ' ||
    737                w7                      || ' ' ||
    738                w8                      || ' ' ||
    739                w9                      || ' ' ||
    740                bitmap_present          || ' ' ||
    741                w10                     || ' ' ||
    742                queryframecontrol(8192) || ' ' ||
     726               QueryFrameControl( 1)    || ' ' ||
     727               QueryFrameControl( 2)    || ' ' ||
     728               QueryFrameControl( 8)    || ' ' ||
     729               QueryFrameControl( 16)   || ' ' ||
     730               w1                       || ' ' ||
     731               w2                       || ' ' ||
     732               QueryFrameControl( 32)   || ' ' ||
     733               w3                       || ' ' ||
     734               w4                       || ' ' ||
     735               w5                       || ' ' ||
     736               w6                       || ' ' ||
     737               w7                       || ' ' ||
     738               w8                       || ' ' ||
     739               w9                       || ' ' ||
     740               bitmap_present           || ' ' ||
     741               w10                      || ' ' ||
     742               QueryFrameControl( 8192) || ' ' ||
    743743               rest)
    744744         else
     
    751751         if bitmap_present then
    752752            if bm_filename = '' then  -- Need to turn off & back on to get default bitmap
    753                'toggle_bitmap'
    754                'toggle_bitmap'
     753               'Toggle_Bitmap'
     754               'Toggle_Bitmap'
    755755            else
    756                'load_dt_bitmap' newcmd
     756               'Load_Dt_Bitmap' newcmd
    757757            endif
    758758         endif
     
    769769      mouse_setpointer vepm_pointer
    770770
    771 compile if not defined(my_CURSORDIMENSIONS)
    772       'cursor_style' (cursor_shape + 1)
     771compile if not defined( my_CURSORDIMENSIONS)
     772      'Cursor_Style' (cursor_shape + 1)
    773773compile endif
    774774
    775775      if markflg <> cua_marking_switch then
    776          'CUA_mark_toggle'
    777          'postme RefreshInfoline MARKINGMODE' -- postme required? CUA_mark_toggle sets infoline already!
     776         'CUA_Mark_Toggle'
     777         'PostMe RefreshInfoline MARKINGMODE' -- postme required? CUA_mark_toggle sets infoline already!
    778778      endif
    779779
    780780      if streamflg <> default_stream_mode then
    781781         if ChangeFileSettings = 1 then                      -- change current file's setting
    782             'stream_toggle'  -- old definition
     782            'Stream_Toggle'  -- old definition
    783783            stream_mode = streamflg
    784             'postme RefreshInfoline STREAMMODE'
     784            'PostMe RefreshInfoline STREAMMODE'
    785785         elseif ChangeFileSettings = 'REFRESHDEFAULT' then
    786             next = GetAVar(fid'.streammode')  -- query file setting
     786            next = GetAVar( fid'.streammode')  -- query file setting
    787787            if next = 'DEFAULT' | next = '' then  -- unset if tabkey was not changed by any modeexecute
    788                'stream_toggle'
     788               'Stream_Toggle'
    789789               stream_mode = streamflg
    790                'postme RefreshInfoLine STREAMMODE'
     790               'PostMe RefreshInfoLine STREAMMODE'
    791791            endif
    792792         endif
     
    803803
    804804      if cua_menu_accel <> menu_accel then
    805          'accel_toggle'
     805         'Accel_Toggle'
    806806      endif
    807807
     
    842842;         elseif ChangeFileSettings = 'REFRESHDEFAULT' then
    843843;            getfileid fid
    844 ;            next = GetAVar(fid'.tabkey')  -- query file setting
     844;            next = GetAVar( fid'.tabkey')  -- query file setting
    845845;            if next = 'DEFAULT' | next = '' then  -- unset if tabkey was not changed by any modeexecute
    846846;               tab_key = on
     
    869869         endif
    870870      elseif newcmd <> toolbar_loaded then
    871          call windowmessage( 0, getpminfo(EPMINFO_EDITFRAME),
     871         call windowmessage( 0, getpminfo( EPMINFO_EDITFRAME),
    872872                             5916,
    873                              app_hini, put_in_buffer(newcmd))
     873                             app_hini, Put_In_Buffer( newcmd))
    874874         toolbar_loaded = newcmd
    875875      endif
     
    881881
    882882   elseif configid = 21 then
    883       if newcmd <> queryframecontrol(EFRAMEF_TOOLBAR) then
     883      if newcmd <> QueryFrameControl( EFRAMEF_TOOLBAR) then
    884884         'toggleframe' EFRAMEF_TOOLBAR newcmd
    885885      endif
     
    897897
    898898   elseif configid = 22 then
    899       call windowmessage( 0, getpminfo(EPMINFO_EDITFRAME),
     899      call windowmessage( 0, getpminfo( EPMINFO_EDITFRAME),
    900900                          5921,
    901                           put_in_buffer(newcmd), 0)
     901                          Put_In_Buffer( newcmd), 0)
    902902compile if 0
    903903      parse value newcmd with \1 style \1 cx \1 cy \1 font \1 color \1 itemcolor \1
     
    923923;         'SaveColor'
    924924;      endif
    925       --dprintf('setconfig', 'configid = 0')
     925      --dprintf( 'setconfig', 'configid = 0')
    926926; In standard EPM the font was always saved:
    927927;       call setprofile( app_hini, appname, INI_STUFF,
     
    951951   universal cua_marking_switch
    952952   universal menu_prompt
    953 compile if (HOST_SUPPORT = 'EMUL' | HOST_SUPPORT = 'E3EMUL') and not defined(my_SAVEPATH)
     953compile if (HOST_SUPPORT = 'EMUL' | HOST_SUPPORT = 'E3EMUL') and not defined( my_SAVEPATH)
    954954   universal savepath
    955955compile endif
     
    10431043   if streamflg <> '' then
    10441044      if streamflg <> default_stream_mode then
    1045          if isadefc('toggle_default_stream') then
     1045         if isadefc( 'toggle_default_stream') then
    10461046            'toggle_default_stream'  -- requires newmenu
    10471047         else
     
    10801080      -- Just set the universal var here
    10811081      vepm_pointer = 1 + pointer_style
    1082       -- The pointer is set now by ProcessAfterLoad2
     1082      -- The pointer is set now by ProcessPostFilesLoaded
    10831083      --mouse_setpointer vepm_pointer
    10841084   endif
    1085 compile if not defined(my_CURSORDIMENSIONS)
     1085compile if not defined( my_CURSORDIMENSIONS)
    10861086   if cursor_shape <> '' then
    10871087      'cursor_style' (cursor_shape + 1)
    10881088   endif
    1089 compile endif -- not defined(my_CURSORDIMENSIONS)
     1089compile endif -- not defined( my_CURSORDIMENSIONS)
    10901090
    10911091   -- Maybe correct ini entry, returned value not used
     
    10971097
    10981098; Moved from MENUACEL.E (file deleted now, formerly included by definit)
    1099 compile if defined(my_STACK_CMDS)
     1099compile if defined( my_STACK_CMDS)
    11001100   stack_cmds = my_STACK_CMDS
    11011101compile else
     
    11091109
    11101110compile if CHECK_FOR_LEXAM
    1111    LEXAM_is_available = (lexam(-1) <> '')
     1111   LEXAM_is_available = (lexam( -1) <> '')
    11121112compile endif  -- CHECK_FOR_LEXAM
    11131113
     
    11991199   vstatuscolor         = ColorNameToNum( QueryConfigKey( KeyPath'\Status',         BLACK+LIGHT_GRAYB))
    12001200   vmodifiedstatuscolor = ColorNameToNum( QueryConfigKey( KeyPath'\ModifiedStatus', MAGENTA+LIGHT_GRAYB))
    1201    call windowmessage( 0,  getpminfo(EPMINFO_EDITCLIENT),  -- post
     1201   call windowmessage( 0,  getpminfo( EPMINFO_EDITCLIENT),  -- post
    12021202                       5497,      -- EPM_EDIT_SETDTCOLOR
    12031203                       vdesktopcolor,
     
    12511251   universal cua_menu_accel
    12521252   universal cua_marking_switch
    1253    --dprintf( 'SaveOptions', 'arg(1) = ['arg(1)']')
     1253   --dprintf( 'SaveOptions', 'arg( 1) = ['arg( 1)']')
    12541254
    12551255  -- Save values in key EPM -> OPTFLAGS
    12561256   call setprofile( app_hini, appname, INI_OPTFLAGS,
    1257                     queryframecontrol(1)               || ' ' ||  --  1 Status line
    1258                     queryframecontrol(2)               || ' ' ||  --  2 Message line
    1259                     queryframecontrol(8)               || ' ' ||  --  3 Vertical scrollbar
    1260                     queryframecontrol(16)              || ' ' ||  --  4 Horizontal scrollbar
    1261                     queryframecontrol(64)              || ' ' ||  --  5 File icon (unused in EPM 6)
    1262                     queryframecontrol(4)               || ' ' ||  --  6 Rotate buttons
    1263                     queryframecontrol(32)              || ' ' ||  --  7 Info at top
    1264                     cua_marking_switch                 || ' ' ||  --  8 CUA marking
    1265                     menu_prompt                        || ' ' ||  --  9 Menu item hints
    1266                     stream_mode                        || ' ' ||  -- 10 Stream mode
    1267                     show_longnames                     || ' ' ||  -- 11 Show .LONGNAME in titletext
    1268                     rexx_profile                       || ' ' ||  -- 12 REXX profile
    1269                     escape_key                         || ' ' ||  -- 13 Esc opens commandline
    1270                     0                                  || ' ' ||  -- 14 Tabkey
    1271                     bitmap_present                     || ' ' ||  -- 15 Background bitmap
    1272                     queryframecontrol(EFRAMEF_TOOLBAR) || ' ' ||  -- 16 Toolbar
    1273                     queryframecontrol(8192)            || ' ' ||  -- 17 Drop style (0 = edit, 1 = import)
    1274                     optflag_extrastuff)                           -- 18 ?
    1275 
    1276    if arg(1) = 'OptOnly' then  -- don't process the following
     1257                    QueryFrameControl( 1)               || ' ' ||  --  1 Status line
     1258                    QueryFrameControl( 2)               || ' ' ||  --  2 Message line
     1259                    QueryFrameControl( 8)               || ' ' ||  --  3 Vertical scrollbar
     1260                    QueryFrameControl( 16)              || ' ' ||  --  4 Horizontal scrollbar
     1261                    QueryFrameControl( 64)              || ' ' ||  --  5 File icon (unused in EPM 6)
     1262                    QueryFrameControl( 4)               || ' ' ||  --  6 Rotate buttons
     1263                    QueryFrameControl( 32)              || ' ' ||  --  7 Info at top
     1264                    cua_marking_switch                  || ' ' ||  --  8 CUA marking
     1265                    menu_prompt                         || ' ' ||  --  9 Menu item hints
     1266                    stream_mode                         || ' ' ||  -- 10 Stream mode
     1267                    show_longnames                      || ' ' ||  -- 11 Show .LONGNAME in titletext
     1268                    rexx_profile                        || ' ' ||  -- 12 REXX profile
     1269                    escape_key                          || ' ' ||  -- 13 Esc opens commandline
     1270                    0                                   || ' ' ||  -- 14 Tabkey
     1271                    bitmap_present                      || ' ' ||  -- 15 Background bitmap
     1272                    QueryFrameControl( EFRAMEF_TOOLBAR) || ' ' ||  -- 16 Toolbar
     1273                    QueryFrameControl( 8192)            || ' ' ||  -- 17 Drop style (0 = edit, 1 = import)
     1274                    optflag_extrastuff)                            -- 18 ?
     1275
     1276   if arg( 1) = 'OptOnly' then  -- don't process the following
    12771277      return
    12781278   endif
     
    12841284      call setprofile( app_hini, appname, INI_BITMAP,   bm_filename)
    12851285   endif
    1286    call windowmessage( 0, getpminfo(APP_HANDLE),
     1286   call windowmessage( 0, getpminfo( APP_HANDLE),
    12871287                       62, 0, 0)               -- x'003E' = WM_SAVEAPPLICATION
    12881288
     
    13061306   universal statfont
    13071307   universal default_font
    1308    --dprintf( 'SaveFont', 'arg(1) = ['arg(1)']')
    1309    -- arg(1) = 'EDIT' | 'MSG' | 'STAT'
     1308   --dprintf( 'SaveFont', 'arg( 1) = ['arg( 1)']')
     1309   -- arg( 1) = 'EDIT' | 'MSG' | 'STAT'
    13101310
    13111311   KeyList = 'Text Message Status'
    13121312   -- Font specs have spaces. Therefore they are separated with \1
    1313    ValList = ConvertToOs2Font( queryfont(.font))''\1''msgfont''\1''statfont''\1
    1314    args = upcase( arg(1))
     1313   ValList = ConvertToOs2Font( queryfont( .font))''\1''msgfont''\1''statfont''\1
     1314   args = upcase( arg( 1))
    13151315
    13161316   -- Replace EDIT, MSG, STAT
     
    13761376   universal vstatuscolor
    13771377   universal vmodifiedstatuscolor
    1378    --dprintf( 'SAVECOLOR', 'arg(1) = ['arg(1)']')
     1378   --dprintf( 'SAVECOLOR', 'arg( 1) = ['arg( 1)']')
    13791379
    13801380   IgnoreList = 'EDIT MSG STAT'
    13811381   KeyList = 'Text Mark Background Message Status ModifiedStatus'
    13821382   ValList = .textcolor .markcolor vdesktopcolor vmessagecolor vstatuscolor vmodifiedstatuscolor
    1383    args = upcase( arg(1))
     1383   args = upcase( arg( 1))
    13841384
    13851385   -- Ignore EDIT, MSG, STAT (and unknown words), since they are not precise enough
     
    14271427*/
    14281428defc SaveWindowSize
    1429    --dprintf( 'SaveWindowSize', 'arg(1) = ['arg(1)']')
    1430    call windowmessage( 0, getpminfo(APP_HANDLE),
     1429   --dprintf( 'SaveWindowSize', 'arg( 1) = ['arg( 1)']')
     1430   call windowmessage( 0, getpminfo( APP_HANDLE),
    14311431                       62,                     -- x'003E' = WM_SAVEAPPLICATION
    14321432                       0, 0)
     
    14351435defc DefaultMargins
    14361436   universal app_hini
    1437    universal vDEFAULT_MARGINS
     1437   universal vdefault_margins
    14381438   -- if executed with an arg
    1439    arg1 = arg(1)
     1439   arg1 = arg( 1)
    14401440   if arg1 <> '' then
    14411441      parse value arg1 with leftm rightm parm
     
    14501450      -- change setting of all files in the ring with default settings
    14511451      'RingRefreshSetting DEFAULT SetMargins 'NewMargins
    1452       vDEFAULT_MARGINS = NewMargins
     1452      vdefault_margins = NewMargins
    14531453      call setprofile( app_hini, 'EPM', INI_MARGINS, NewMargins)
    14541454      'RefreshInfoLine MARGINS'
     
    14621462   Text    = 'Enter leftma rightma parma (default: 1 1599 1):'
    14631463   IniValue = queryprofile( app_hini, 'EPM', INI_MARGINS)
    1464    IniValue = strip(IniValue)
     1464   IniValue = strip( IniValue)
    14651465   DefaultButton = 1
    1466    parse value entrybox( Title,
     1466   parse value EntryBox( Title,
    14671467                         '/~Set/~Reset/'CANCEL__MSG,  -- max. 4 buttons
    14681468                         IniValue,
    14691469                         '',
    14701470                         260,
    1471                          atoi(DefaultButton)  ||
    1472                          atoi(0000)           ||  -- help id
    1473                          gethwndc(APP_HANDLE) ||
     1471                         atoi( DefaultButton)  ||
     1472                         atoi( 0000)           ||  -- help id
     1473                         GethWndC( APP_HANDLE) ||
    14741474                         Text) with Button 2 NewValue \0
    1475    NewValue = strip(NewValue)
     1475   NewValue = strip( NewValue)
    14761476   if Button = \1 then
    14771477      'DefaultMargins' NewValue
     
    14871487defc DefaultTabs
    14881488   universal app_hini
    1489    universal vDEFAULT_TABS
     1489   universal vdefault_tabs
    14901490   -- if executed with a num as arg
    1491    arg1 = arg(1)
    1492    if arg1 <> '' & isnum( arg1) then
     1491   arg1 = arg( 1)
     1492   if arg1 <> '' & IsNum( arg1) then
    14931493      NewTabs = arg1
    14941494      -- change setting of all files in the ring with default settings
     
    15081508   IniValue = strip( IniValue)
    15091509   DefaultButton = 1
    1510    parse value entrybox( Title,
     1510   parse value EntryBox( Title,
    15111511                         '/~Set/~Reset/'CANCEL__MSG,  -- max. 4 buttons
    15121512                         IniValue,
     
    15151515                         atoi( DefaultButton)  ||
    15161516                         atoi( 0000)           ||  -- help id
    1517                          gethwndc( APP_HANDLE) ||
     1517                         GethWndC( APP_HANDLE) ||
    15181518                         Text) with Button 2 NewValue \0
    15191519   NewValue = strip( NewValue)
     
    15311531; ---------------------------------------------------------------------------
    15321532defproc GetHighlight
    1533    on = (windowmessage( 1, getpminfo(EPMINFO_EDITFRAME),
     1533   on = (windowmessage( 1, getpminfo( EPMINFO_EDITFRAME),
    15341534                        5505,          -- EPM_EDIT_KW_QUERYPARSE
    15351535                        0,
     
    15881588
    15891589   -- Compare with previous KeyPath to avoid inifinite recursion
    1590    LastKeyPath = arg(2)
     1590   LastKeyPath = arg( 2)
    15911591   if KeyPath = LastKeyPath then
    15921592      rc = 13  -- ERROR_INVALID_DATA
     
    16521652
    16531653   -- Compare with previous KeyPath to avoid inifinite recursion
    1654    LastKeyPath = arg(3)
     1654   LastKeyPath = arg( 3)
    16551655   if OldKeyPath = LastKeyPath then
    16561656      rc = 13  -- ERROR_INVALID_DATA
     
    18041804
    18051805   -- Compare with previous KeyPath to avoid inifinite recursion
    1806    LastKeyPath = arg(2)
     1806   LastKeyPath = arg( 2)
    18071807   if KeyPath = LastKeyPath then
    18081808      rc = 13  -- ERROR_INVALID_DATA
     
    18911891
    18921892defc ImportUserConfig
    1893    UserConfigFile = arg(1)
     1893   UserConfigFile = arg( 1)
    18941894   if UserConfigFile = '' then
    18951895      'SelectUserConfig'
     
    19171917
    19181918   KeyPath = AddOptionalPrefix( KeyPath, '\NEPMD')
    1919    default_value = arg(2)
     1919   default_value = arg( 2)
    19201920   next = NepmdQueryConfigValue( nepmd_hini, KeyPath)
    19211921   if not rc & next <> '' then
     
    19621962; ---------------------------------------------------------------------------
    19631963defproc QueryModeKey( Mode, Key)
    1964    default_value = arg(3)
     1964   default_value = arg( 3)
    19651965   PathPrefix = '\NEPMD\Var\Mode'
    19661966   KeyPath = PathPrefix'\'Mode'\'Key
  • TabularUnified trunk/src/netlabs/macros/edit.e

    r3430 r3434  
    7676defproc PreLoadFile( FileSpec, Options)
    7777   universal filestoload
    78    universal filestoloadmax  -- still used for 'xcom e' and afterload
     78   universal filestoloadmax  -- still used for 'xcom e' and ProcessFilesLoaded
    7979   if filestoload = '' then
    8080      filestoload = 0
     
    132132      -- GetMode doesn't work here, because it tries to write the fid'.mode'
    133133      -- array var. At this time the file is not loaded, so the fileid is not set.
    134       -- But calling NepmdQueryDefaultMode(Filename) would work.
     134      -- But calling NepmdQueryDefaultMode( Filename) would work.
    135135      -- We should better determine the mode here, save it in a array var with the
    136136      -- .filename as identifier, and replace the identifier with the fileid later
     
    300300      endif
    301301
    302       Codepage = upcase(Codepage)
     302      Codepage = upcase( Codepage)
    303303      if Codepage = 'CP1004' then
    304304         Codepage = 'latin-1'
     
    379379; ---------------------------------------------------------------------------
    380380;compile if LINK_HOST_SUPPORT & (HOST_SUPPORT='EMUL' | HOST_SUPPORT='E3EMUL')
    381 ; compile if not defined(MVS)
     381; compile if not defined( MVS)
    382382;    MVS = 0
    383383; compile endif
    384 ; compile if not defined(E3MVS)
     384; compile if not defined( E3MVS)
    385385;    E3MVS = 0
    386386; compile endif
    387 ; compile if not defined(HOST_LT_REQUIRED)
     387; compile if not defined( HOST_LT_REQUIRED)
    388388;    HOST_LT_REQUIRED = 0
    389389; compile endif
     
    498498defc e, ed, Edit, epm
    499499   universal default_edit_options
    500    universal CurEditCmd
     500   universal cureditcmd
    501501   universal firstloadedfid  -- first file for this edit cmd, set here
    502502   universal firstinringfid  -- first file in the ring, set by defmain
     
    515515      -- Set current edit cmd to let other commands differ between several ways
    516516      -- of file loading.
    517       -- Other commands, that execute 'Edit', can set this universal var before
    518       -- and then it will not be overwritten by 'Edit'. Afterload will reset it.
     517      -- Other commands that execute 'Edit', can set this universal var before
     518      -- and then it will not be overwritten by 'Edit'. ProcessFilesLoaded
     519      -- will reset it.
    519520      -- This is currently used for RestorePos and RingSavePos.
    520       if CurEditCmd = '' then
    521          CurEditCmd = 'EDIT'
     521      if cureditcmd = '' then
     522         cureditcmd = 'EDIT'
    522523      endif
    523524
     
    545546      error_reading = ''
    546547      error_opening = ''
    547       --  bad_paths     --> Non-existing path specified.
    548       --  truncated     --> File contained lines longer than 255 characters.
    549       --  access_denied --> If user tried to edit a subdirectory.
    550       --  invalid_drive --> No such drive letter
    551       --  error_reading --> Bad disk(ette).
    552       --  error_opening --> Path contained invalid name.
     548      --  bad_paths     --> non-existing path specified
     549      --  truncated     --> file contained lines longer than 255 characters (EPM 5 only)
     550      --  access_denied --> if user tried to edit a subdirectory
     551      --  invalid_drive --> no such drive letter
     552      --  error_reading --> bad disk(ette)
     553      --  error_opening --> path contained invalid name
    553554
    554555      fParseCmd = 1
     
    569570
    570571         if ch = "'" & fParseCmd then
    571             parse value rest with (ch) cmd (ch) rest
     572            parse value rest with (ch) Cmd (ch) rest
    572573            do while substr( rest, 1, 1) = ch & pos( ch, rest, 2)
    573574               parse value rest with (ch) p (ch) rest
    574                cmd = cmd''ch''p
     575               Cmd = Cmd''ch''p
    575576            enddo
    576             CurEditCmd = cmd  -- set universal var to determine later in LOAD.E if pos shall be restored from EA
    577             cmd
     577            CurEditCmd = Cmd  -- set universal var to determine later in LOAD.E if pos shall be restored from EA
     578            Cmd
    578579
    579580         elseif ch = '/' then       -- Option
     
    642643
    643644; Todo: rewrite that horrible message stuff:
    644             if rc = -3 then        -- sayerror('Path not found')
     645            if rc = -3 then        -- sayerror( 'Path not found')
    645646               bad_paths = bad_paths', 'FileSpec
    646             elseif rc = -2 then    -- sayerror('File not found')
     647            elseif rc = -2 then    -- sayerror( 'File not found')
    647648               not_found = not_found', 'FileSpec
    648             elseif rc = -282 then  -- sayerror('New file')
     649            elseif rc = -282 then  -- sayerror( 'New file')
    649650               new_files = new_files', 'FileSpec
    650651               new_files_loaded = new_files_loaded + 1
    651             elseif rc = -278 then  --sayerror('Lines truncated') <-- never happens for EPM 6
     652            elseif rc = -278 then  --sayerror( 'Lines truncated') <-- never happens for EPM 6
    652653               getfileid truncid
    653                do i = 1 to filesinring(1)  -- Provide an upper limit; prevent looping forever
    654                   if .modify then leave; endif  -- Need to do this if wildcards were specified.
     654               do i = 1 to filesinring( 1)  -- Provide an upper limit; prevent looping forever
     655                  if .modify then   -- Need to do this if wildcards were specified.
     656                     leave
     657                  endif
    655658                  nextfile
    656659               enddo
    657660               truncated = truncated', '.filename
    658661               .modify = 0
    659             elseif rc = -5 then  -- sayerror('Access denied')
     662            elseif rc = -5 then  -- sayerror( 'Access denied')
    660663               access_denied = access_denied', 'FileSpec
    661             elseif rc = -15 then  -- sayerror('Invalid drive')
     664            elseif rc = -15 then  -- sayerror( 'Invalid drive')
    662665               invalid_drive = invalid_drive', 'FileSpec
    663             elseif rc = -286 then  -- sayerror('Error reading file')
     666            elseif rc = -286 then  -- sayerror( 'Error reading file')
    664667               error_reading = error_reading', 'FileSpec
    665             elseif rc = -284 then  -- sayerror('Error opening file')
     668            elseif rc = -284 then  -- sayerror( 'Error opening file')
    666669               error_opening = error_opening', 'FileSpec
    667670            endif  -- rc=-3
    668671            --if first_file_loaded = '' then  -- useless: forever empty at this point
    669                if rc <> -3   &  -- sayerror('Path not found')
    670                   rc <> -2   &  -- sayerror('File not found')
    671                   rc <> -5   &  -- sayerror('Access denied')
    672                   rc <> -15     -- sayerror('Invalid drive')
     672               if rc <> -3   &  -- sayerror( 'Path not found')
     673                  rc <> -2   &  -- sayerror( 'File not found')
     674                  rc <> -5   &  -- sayerror( 'Access denied')
     675                  rc <> -15     -- sayerror( 'Invalid drive')
    673676                  then
    674677                  -- If rc = 0, then set first_file_loaded:
     
    681684
    682685      if files_loaded > 1 then  -- If only one file, leave E3's message
    683          if new_files_loaded > 1 then p = 'New files:'; else p = 'New file:'; endif
     686         if new_files_loaded > 1 then
     687            p = 'New files:'
     688         else
     689            p = 'New file:'
     690         endif
    684691         multiple_errors = (new_files || bad_paths || not_found || truncated ||
    685692                            access_denied || error_reading || error_opening ||
     
    692699                            error_reading || error_opening || invalid_drive)
    693700
    694          if new_files then sayerror NEW_FILE__MSG substr(new_files,2); endif
    695          if not_found then sayerror FILE_NOT_FOUND__MSG':' substr(not_found,2); endif
     701         if new_files then
     702            sayerror NEW_FILE__MSG substr( new_files, 2)
     703         endif
     704         if not_found then
     705            sayerror FILE_NOT_FOUND__MSG':' substr( not_found, 2)
     706         endif
    696707      else
    697708         multiple_errors = 0
    698709      endif
    699       if bad_paths then sayerror BAD_PATH__MSG':' substr(bad_paths,2); endif
    700       if truncated then sayerror LINES_TRUNCATED__MSG':' substr(truncated,2); endif
    701       if access_denied then sayerror ACCESS_DENIED__MSG':' substr(access_denied,2); endif
    702       if invalid_drive then sayerror INVALID_DRIVE__MSG':' substr(invalid_drive,2); endif
    703       if error_reading then sayerror ERROR_READING__MSG':' substr(error_reading,2); endif  -- __MSGs were
    704       if error_opening then sayerror ERROR_OPENING__MSG':' substr(error_opening,2); endif  -- exchanged
     710      if bad_paths then
     711         sayerror BAD_PATH__MSG':' substr( bad_paths, 2)
     712      endif
     713      if truncated then
     714         sayerror LINES_TRUNCATED__MSG':' substr( truncated, 2)
     715      endif
     716      if access_denied then
     717         sayerror ACCESS_DENIED__MSG':' substr( access_denied, 2)
     718      endif
     719      if invalid_drive then
     720         sayerror INVALID_DRIVE__MSG':' substr( invalid_drive, 2)
     721      endif
     722      if error_reading then
     723         sayerror ERROR_READING__MSG':' substr( error_reading, 2)
     724      endif
     725      if error_opening then
     726         sayerror ERROR_OPENING__MSG':' substr( error_opening, 2)
     727      endif
     728
    705729      if multiple_errors then
    706          messageNwait( MULTIPLE_ERRORS__MSG)
     730         MessageNWait( MULTIPLE_ERRORS__MSG)
    707731      endif
    708732
     
    711735      if first_file_loaded <> '' then
    712736
    713          -- activatefile is now executed in ProcessAfterLoad with postme.
     737         -- activatefile is now executed in ProcessFilesLoaded with postme.
    714738         -- This finally works properly. With activatefile here the ring would get messed.
    715739         --activatefile first_file_loaded
    716          -- Set fid for ProcessAfterLoad:
     740         -- Set fid for ProcessFilesLoaded:
    717741         firstloadedfid = first_file_loaded
    718742
     
    723747      endif
    724748
    725       if upcase( CurEditCmd) <> 'RESTORERING' then
     749      if upcase( cureditcmd) <> 'RESTORERING' then
    726750         'AtStartup AddToHistory EDIT' args
    727751      endif
     
    738762defc o, Open
    739763   fname = strip( arg( 1))                  -- Remove excess spaces
    740    call parse_filename( fname, .filename)   -- Resolve '=', if any
     764   call Parse_Filename( fname, .filename)   -- Resolve '=', if any
    741765
    742766   call windowmessage( 0, getpminfo( APP_HANDLE),
    743767                       5386,                   -- EPM_EDIT_NEWFILE
    744                        put_in_buffer( fname),
     768                       Put_In_Buffer( fname),
    745769                       1)                      -- Tell EPM to free the buffer.
    746770
     
    759783   parse arg Filename Pathname Rest
    760784   if Pathname = '' | Pathname = '.' then
    761       if filetype( Filename) = 'CMD' then
     785      if FileType( Filename) = 'CMD' then
    762786         PathnameList = 'PATH'
    763787      else
     
    769793   do w = 1 to words( PathnameList)
    770794      Pathname = word( PathnameList, w)
    771       call parse_filename( Filename,
     795      call Parse_Filename( Filename,
    772796                           substr( .filename, lastpos( '\', .filename) + 1))
    773797      findfile Newfile, Filename, Pathname  -- find Filename in Pathname env var
     
    784808; ---------------------------------------------------------------------------
    785809defc op, OPath, OpenPath
    786    "Open 'ep "arg(1)"'"
     810   "Open 'ep "arg( 1)"'"
    787811
    788812; ---------------------------------------------------------------------------
     
    816840      epmdir = directory()
    817841
    818       call psave_pos( savedpos)
     842      call pSave_Pos( savedpos)
    819843      getsearch oldsearch
    820844      -- search (reverse) in command shell buffer for the prompt and
     
    827851         call ShellParsePromptLine( CurDir, Cmd)
    828852      endif
    829       ShellCmd = 'shell'
     853      ShellCmd = 'Shell'
    830854      if CurDir <> '' then
    831855         ShellCmd = ShellCmd 'cdd' CurDir
    832856      endif
    833857      setsearch oldsearch
    834       call prestore_pos( savedpos)
     858      call pRestore_Pos( savedpos)
    835859
    836860      fn = "'mc +cd "epmdir"+"shellcmd"'"
     
    858882   endif
    859883
    860    postmc = ''
     884   PostMcArg = ''
    861885   if fn <> '' then
    862       call psave_pos( savedpos)
     886      call pSave_Pos( savedpos)
    863887      -- add arg for 'mc'
    864       postmc = postmc';restorepos 'savedpos
     888      PostMcArg = ';RestorePos 'savedpos
    865889   endif
    866890   -- Valid EPM commandline options are always regnized, even when they
     
    868892   if GetMode() = 'BIN' then
    869893      -- prepend 'binedit'
    870       fn = "'binedit "fn"'"
    871    endif
    872    if postmc > '' then
    873       "Open" fn "'postme mc "postmc"'"
     894      fn = "'BinEdit "fn"'"
     895   endif
     896   if PostMcArg > '' then
     897      "Open" fn "'PostMe mc "PostMcArg"'"
    874898   else
    875899      'Open' fn
     
    893917   'HookAdd loadonce matchtab off'
    894918   'HookAdd loadonce mode bin noea'
    895    'e /t /64 /bin "'arg(1)'"'    -- options should go before filename                    <-- Todo: parse options and filename
     919   'e /t /64 /bin "'arg( 1)'"'    -- options should go before filename                    <-- Todo: parse options and filename
    896920                                 -- /64 doesn't work if run from a program object.
    897921   'postme AvoidSaveOptions /e /s /t /o /l'
     
    950974
    951975; ---------------------------------------------------------------------------
    952 ; Finds EPM macro files <basename>.e in Dir of arg(1) and EPMMACROPATH.
     976; Finds EPM macro files <basename>.e in Dir of arg( 1) and EPMMACROPATH.
    953977; Opens listbox to select one file if multiple found.
    954 ; <basename> is parsed from arg(1), so arg(1) may have any extension.
     978; <basename> is parsed from arg( 1), so arg( 1) may have any extension.
    955979; For association with *.ex (type: EX file) and *.e:
    956980;    Program object:
     
    12561280;      Works now with temp files (starting with '.') as well.
    12571281;      Always returns 0.
    1258 defproc parse_filename( var filename)
     1282defproc Parse_Filename( var filename)
    12591283
    12601284   sourcefile = strip( arg( 2))
     
    12751299         parse value rest with "'"wrd"'" rest
    12761300         -- parse wrd again without the quotes (wrd may contain multiple wrds)
    1277          call parse_filename( wrd, sourcefile)
     1301         call Parse_Filename( wrd, sourcefile)
    12781302         resolved = resolved" '"wrd"'"
    12791303      elseif leftstr( rest, 1) = '"' then
     
    12811305         parse value rest with '"'wrd'"' rest
    12821306         -- wrd is ready to resolve '='
    1283          call parse_filename2( wrd, sourcefile)
     1307         call Parse_Filename2( wrd, sourcefile)
    12841308         resolved = resolved' "'wrd'"'
    12851309      else
     
    12871311         parse value rest with wrd rest
    12881312         -- wrd is ready to resolve '='
    1289          call parse_filename2( wrd, sourcefile)
     1313         call Parse_Filename2( wrd, sourcefile)
    12901314         resolved = resolved' 'wrd
    12911315      endif
     
    12971321; ---------------------------------------------------------------------------
    12981322; Resolve '=', '%' and ?: in a single word or word with spaces
    1299 defproc parse_filename2( var wrd, sourcefile)
     1323defproc Parse_Filename2( var wrd, sourcefile)
    13001324
    13011325   -- Parse sourcefile
     
    13741398
    13751399   -- Get specified dir
    1376    StartDir = arg(2)
     1400   StartDir = arg( 2)
    13771401
    13781402   -- Translate '/' to '\' if local masks specified
     
    14561480; Wrong: [Does *not* assume all options are specified before filenames.]
    14571481; Options must be specified before filename.
    1458 defproc parse_leading_options( var rest, var options)
     1482defproc Parse_Leading_Options( var rest, var options)
    14591483   options = ''
    14601484   loop
     
    14741498; path or the fileid, which will be replaced by the corresponding part of the
    14751499; previous file (initially, the current filename).
    1476 defproc parse_file_n_opts( argstr)
     1500defproc Parse_File_N_Opts( argstr)
    14771501   prev_filename = .filename
    14781502   output = ''
     
    14861510      endif
    14871511      if substr( filename, 1, 1) <> '/' then
    1488          call parse_filename( filename, prev_filename)
     1512         call Parse_Filename( filename, prev_filename)
    14891513         prev_filename = filename
    14901514      endif
     
    14971521; source file is modified.
    14981522; We can just execute 'get' to achieve the same result.
    1499 defc insert_text_file
     1523defc Insert_Text_File
    15001524   'get 'arg( 1)
    15011525
  • TabularUnified trunk/src/netlabs/macros/epmshell.e

    r3420 r3434  
    113113; Process that at defselect rather than at defload to save file loading time.
    114114definit
    115    'HookAdd select MaybeStartShell'
     115   'HookAdd fileswitched MaybeStartShell'
    116116
    117117; ---------------------------------------------------------------------------
  • TabularUnified trunk/src/netlabs/macros/file.e

    r3431 r3434  
    139139                         0,
    140140                         240,
    141                          -- atoi(1) || atoi(0) || gethwndc(APP_HANDLE) ||
    142                          atoi(1) || atoi(0) || atol(0) ||
     141                         -- atoi( 1) || atoi( 0) || gethwndc( APP_HANDLE) ||
     142                         atoi( 1) || atoi( 0) || atol( 0) ||
    143143                         RENAME_PROMPT__MSG '<' directory() '>') with button 2 name \0
    144144   if button = \1 & name <> '' then
     
    272272; call Save( <filename>, 1)          used by SaveAs
    273273defc s, Save
    274    call Save( arg(1))
     274   call Save( arg( 1))
    275275
    276276defproc Save
     
    279279   universal unnamedfilename
    280280   fNameChanged = 0
    281    SpecifiedName = arg(1)
     281   SpecifiedName = arg( 1)
    282282   Name = SpecifiedName
    283283   call Parse_Leading_Options( Name, Options)  -- gets and sets Name and Options
     
    534534      --'postme SaveAskRecompile' Name
    535535
    536       'HookExecute aftersave'
    537       'HookExecuteOnce aftersaveonce'
     536      'HookExecute postsave'
     537      'HookExecuteOnce postsaveonce'
    538538
    539539      if upcase( Name) = upcase( Get_Env( 'NEPMD_USERDIR')'\bin\alias.cfg') then
     
    623623   AvoidOptions = lowcase( GetAVar( fid'.avoidsaveoptions'))
    624624   if AvoidOptions > '' then
    625       options = lowcase(options)
     625      options = lowcase( options)
    626626      -- Replace option /u with /l /ne in AvoidOptions
    627627      if wordpos( '/u', AvoidOptions) then
     
    720720   if not rc then
    721721      sayerror 0  -- delete message
    722       call delete_ea('.LONGNAME')
     722      call delete_ea( '.LONGNAME')
    723723      'Add_Ea .LONGNAME' LongName
    724724      NepmdWriteStringEa( ShortName, '.LONGNAME', LongName)
     
    850850   universal InfolineRefresh
    851851   InfolineRefresh = 0
    852    's 'arg(1)
     852   's 'arg( 1)
    853853   if not rc then
    854854      .modify = 0          -- If saved to a different file, turn modify off
     
    873873         leave
    874874      else
    875          rc = -5  -- sayerror('Access denied')
     875         rc = -5  -- sayerror( 'Access denied')
    876876         leave
    877877      endif
     
    937937      Name = leftstr( FileName, 255, \0)
    938938   endif
    939    fAskIfExists = (arg(3) <> 0)  -- optional 3rd arg, 0: no EXIST_OVERLAY__MSG, used by def f2 if SMARTSAVE
     939   fAskIfExists = (arg( 3) <> 0)  -- optional 3rd arg, 0: no EXIST_OVERLAY__MSG, used by def f2 if SMARTSAVE
    940940
    941941   rc = dynalink32( ERES2_DLL,                -- library name
     
    958958   parse value Type with Type \0
    959959   if Name = '' then
    960       rc = -275  -- sayerror('Missing filename')
     960      rc = -275  -- sayerror( 'Missing filename')
    961961      return
    962962   endif
     
    10201020   if upcase( arg( 1)) = 'EDIT' then
    10211021      style = 1  -- EDIT
    1022    elseif upcase(arg(1)) = 'GET' then
     1022   elseif upcase( arg( 1)) = 'GET' then
    10231023      style = 2  -- GET
    10241024   else
     
    10931093   endif
    10941094
    1095    call windowmessage( 0, getpminfo(APP_HANDLE),
     1095   call windowmessage( 0, getpminfo( APP_HANDLE),
    10961096                       5126,               -- EPM_POPOPENDLG
    10971097                       ring_enabled,
     
    11061106; directory() as a command without the message stuff
    11071107defc ChangeDir
    1108    next = directory( arg(1))
     1108   next = directory( arg( 1))
    11091109
    11101110; ---------------------------------------------------------------------------
     
    11181118;    EDIT.E: defc OpenBinDlg
    11191119defc FileDlg
    1120    if getpminfo(EPMINFO_EDITFRAME) then
     1120   if getpminfo( EPMINFO_EDITFRAME) then
    11211121      handle = EPMINFO_EDITFRAME
    11221122   else                   -- If frame handle is 0, use edit client instead
     
    11631163   fileDlg = overlay( filemask, fileDlg, 53)  -- Provide a starting path
    11641164                                              -- and a filetype filter.
    1165    -- Owner = Desktop: replace gethwndc(handle) with atol(1)
     1165   -- Owner = Desktop: replace gethwndc( handle) with atol( 1)
    11661166   result = dynalink32( 'PMCTLS', 'WINFILEDLG',
    11671167                        atol( 1) ||
     
    12091209; Can be used to toggle the lock state
    12101210defc lock_on_modify
    1211    if wordpos( upcase(arg(1)), '0 OFF') then
     1211   if wordpos( upcase( arg( 1)), '0 OFF') then
    12121212      on = 0
    12131213   else
     
    12301230   if arg( 1) <> '' then
    12311231      'e 'arg( 1)
    1232       if rc & rc <> -282 then  --sayerror('New file')
     1232      if rc & rc <> -282 then  --sayerror( 'New file')
    12331233         return 1
    12341234      endif
     
    12381238      -- sayerror '"'.filename'" is readonly -- not locked'
    12391239   else
    1240       if Exist(.filename) then  -- added check for exist to disable 0 byte files created by lock
     1240      if Exist( .filename) then  -- added check for exist to disable 0 byte files created by lock
    12411241         rc = Lock( 'W')  -- deny Write
    12421242      endif
     
    12441244
    12451245; ---------------------------------------------------------------------------
    1246 ; Syntax: call lock([<deny_mode>])
     1246; Syntax: call lock( [<deny_mode>])
    12471247;         <deny_mode> = 'W' or 'RW', default is 'RW'
    12481248/*
     
    13061306         return result
    13071307      else
    1308          --messageNwait('DOSOPEN' ERROR__MSG result NOT_LOCKED__MSG)
     1308         --messageNwait( 'DOSOPEN' ERROR__MSG result NOT_LOCKED__MSG)
    13091309         return result
    13101310      endif
     
    14221422   if rc then  -- file doesn't exist
    14231423      --sayerror 'Attributes for "'Filename'" can''t be obtained, rc = 'rc
    1424    elseif length(attr) = 5 then
     1424   elseif length( attr) = 5 then
    14251425      readonly = (substr( attr, 5, 1) = 'R')
    14261426   endif
     
    14621462; ---------------------------------------------------------------------------
    14631463; Restore cursor position from EPM.POS EA
    1464 ; Only restore pos if doscmdline/CurEditCmd doesn't position the cursor itself.
    1465 ; CurEditCmd is set by defc e,ed,edit,epm in EDIT.E or defc recomp in RECOMP.E.
     1464; Only restore pos if doscmdline/CurEditCmd doesn't position the cursor
     1465; itself. CurEditCmd is set by defc e, ed, edit, epm in EDIT.E or defc recomp
     1466; in RECOMP.E.
    14661467; 1) PMSEEK uses the <filename> 'L <string_to_search>' syntax.
    14671468; 2) defc Recompile in src\gui\recompile\recomp.e
     
    16321633   Title = 'Enter new work directory'
    16331634   Text  = CUR_DIR_IS__MSG CurDir
    1634    Text  = Text''copies( ' ', Max( 100 - length(Text), 0))
     1635   Text  = Text''copies( ' ', Max( 100 - length( Text), 0))
    16351636   Entry = ''
    16361637   parse value EntryBox( Title,
     
    16581659   Title = 'Enter new startup directory for WPS objects'
    16591660   Text  = 'Current startup directory is 'CurStartupDir
    1660    Text  = Text''copies( ' ', Max( 100 - length(Text), 0))
     1661   Text  = Text''copies( ' ', Max( 100 - length( Text), 0))
    16611662   Entry = ''
    16621663   parse value EntryBox( Title,
     
    18271828
    18281829; ---------------------------------------------------------------------------
    1829 ; arg(1) = drive, e.g.: X:
     1830; arg( 1) = drive, e.g.: X:
    18301831; Returns e.g.: HPFS | CDFS | JFS | FAT | LAN | RAMFS | ISOFS | HPFS386 | FAT32 | NDFS32 | NTFS
    18311832defproc QueryFileSys( Drive)
     
    18331834   ordinal = 0
    18341835   infobuf = substr( '', 1, 255)
    1835    infobuflen = atol( length(infobuf))
     1836   infobuflen = atol( length( infobuf))
    18361837   FSAinfolevel = 1
    18371838   rc = dynalink32( 'DOSCALLS',              -- dynamic link library name
     
    21012102
    21022103         -- Search in subdirs of Dir, if specified
    2103          SubDirList = arg(3)
     2104         SubDirList = arg( 3)
    21042105         if SubDirLIst = '' then
    21052106            SearchDirList = ThisDir
     
    21812182   if rc = 0 then
    21822183      .visible = 0
    2183       next = textline(1)
     2184      next = textline( 1)
    21842185      FilePart = substr( next, 1, Len)
    21852186      'xcom quit'
  • TabularUnified trunk/src/netlabs/macros/filelist.e

    r3371 r3434  
    3030
    3131; ---------------------------------------------------------------------------
    32 ; RingAutoSavePos is called by 'quit' and 'ProcessAfterload'.
     32; RingAutoSavePos is called by 'quit' and 'ProcessFilesLoaded'.
    3333defproc RingAutoSavePos
    3434   universal CurEditCmd
     
    6161   KeyPath = '\NEPMD\User\AutoRestore\Ring\MaxFiles'
    6262   MaxFiles = QueryConfigKey( KeyPath)
    63    if not isnum(MaxFiles) then
     63   if not IsNum( MaxFiles) then
    6464      MaxFiles = 30
    6565   endif
     
    8888   KeyPath = '\NEPMD\User\AutoRestore\Ring\MaxRings'
    8989   MaxRings = QueryConfigKey( KeyPath)
    90    if not isnum(MaxRings) then
     90   if not IsNum( MaxRings) then
    9191      MaxRings = 1
    9292   endif
     
    9797
    9898   -- Get EPM EFrame window handle
    99    hwnd = '0x'ltoa( gethwndc(6), 16)   -- EPMINFO_EDITFRAME
     99   hwnd = '0x'ltoa( GethWndC( 6), 16)   -- EPMINFO_EDITFRAME
    100100   WorkDir = directory()
    101101
     
    171171   getfileid startfid
    172172   -- Select next file to make current file topmost after restore
    173    next_file
     173   nextfile
    174174   getfileid firstfid
    175175   i = 0
    176176   -- Loop through all files in ring
    177177   dprintf( 'RINGCMD', 'RingSavePos')
    178    do f = 1 to filesinring(1)  -- Provide an upper limit; prevent looping forever
     178   do f = 1 to filesinring( 1)  -- Provide an upper limit; prevent looping forever
    179179      -- Skip temp. files
    180180      fIgnore = ((leftstr( .filename, 1) = '.') | (not .visible))
     
    185185         WriteConfigKey( KeyPath'\Posn'i, .line .col .cursorx .cursory)
    186186      endif
    187       next_file
     187
     188      nextfile
    188189      getfileid fid
    189       if fid = firstfid then leave; endif
     190      if fid = firstfid then
     191         leave
     192      endif
    190193   enddo
    191194
     
    194197
    195198   -- Check if file to be activated is still in ring
    196    if wordpos( ValidateFileid( startfid), '1 2') then
     199   if wordpos( validatefileid( startfid), '1 2') then
    197200      activatefile startfid
    198201   endif
     
    211214   KeyPath = '\NEPMD\User\AutoRestore\Ring\MaxRings'
    212215   MaxRings = QueryConfigKey( KeyPath)
    213    if not isnum(MaxRings) then
     216   if not IsNum( MaxRings) then
    214217      MaxRings = 1
    215218   endif
    216219   RestorePosDisabled = 1
    217220   RingSavePosDisabled = 1
    218    LastNumber = arg(1)
     221   LastNumber = arg( 1)
    219222   if LastNumber = '' then
    220223      KeyPath = '\NEPMD\Var\SavedRings\LastNumber'
     
    222225   endif
    223226
    224    hwnd = '0x'ltoa( gethwndc(6), 16)   -- EPMINFO_EDITFRAME
     227   hwnd = '0x'ltoa( GethWndC( 6), 16)   -- EPMINFO_EDITFRAME
    225228   KeyPath = '\NEPMD\Var\SavedRings\'LastNumber
    226229   LastNumberhwnd = QueryConfigKey( KeyPath'\hwnd')
     
    259262
    260263      if OpenNewWindow = 1 then
    261          dprintf( 'RESTORE_RING', "i = "i", o 'restorering "LastNumber"'")
     264         dprintf( 'RESTORE_RING', "i = "i", o 'RestoreRing "LastNumber"'")
    262265-- Problems here:
    263          "o 'restorering "LastNumber"'"
     266         "o 'RestoreRing "LastNumber"'"
    264267         return
    265268      else
    266          dprintf( 'RESTORE_RING', 'i = 'i', e "'filename'"'||" 'restorepos "savedpos"'")
     269         dprintf( 'RESTORE_RING', 'i = 'i', e "'filename'"'||" 'RestorePos "savedpos"'")
    267270         if pos( ' ', filename) then
    268271            filename = '"'filename'"'
     
    272275         if rc = 0 then
    273276            getfileid lastfid
    274             'restorepos 'savedpos
     277            'RestorePos 'savedpos
    275278         endif
    276279      endif
     
    317320   KeyPath = '\NEPMD\User\AutoRestore\Ring\MaxFiles'
    318321   -- if executed with a num as arg
    319    if arg(1) <> '' & isnum(arg(1)) then
    320       WriteConfigKey( KeyPath, arg(1))
     322   if arg( 1) <> '' & IsNum( arg( 1)) then
     323      WriteConfigKey( KeyPath, arg( 1))
    321324      if isadefproc( 'MenuText_maxfilessavering') then
    322325         MenuText_maxfilessavering()
     
    329332   IniValue = QueryConfigKey( KeyPath)
    330333   DefaultButton = 1
    331    parse value entrybox( Title,
     334   parse value EntryBox( Title,
    332335                         '/~Set/~Reset/Cancel',   -- max. 4 buttons
    333336                         IniValue,
    334337                         '',
    335338                         260,
    336                          atoi(DefaultButton)  ||
    337                          atoi(0000)           ||  -- help id
    338                          gethwndc(APP_HANDLE) ||
     339                         atoi( DefaultButton)  ||
     340                         atoi( 0000)           ||  -- help id
     341                         GethWndC( APP_HANDLE) ||
    339342                         Text) with Button 2 NewValue \0
    340343   -- strip + or -
     
    350353
    351354; ---------------------------------------------------------------------------
    352 ; Called by ProcessAfterload if filestoloadmax is less than a limit.
     355; Called by ProcessFilesLoaded if filestoloadmax is less than a limit.
    353356defproc RingAddToHistory
    354357   universal LoadDisabledFid
     
    365368   Delim = \1  -- \0 doesn't work for NepmdWriteConfigValue
    366369
    367    ListName = upcase( arg(1))
     370   ListName = upcase( arg( 1))
    368371   if ListName = '' then
    369372      ListName = 'LOAD'
     
    382385   -- Loop through all files in ring
    383386   dprintf( 'RINGCMD', 'RingAddToHistory 'ListName', LoadDisabledFid = 'LoadDisabledFid)
    384    do f = 1 to filesinring(1)  -- Provide an upper limit; prevent looping forever
     387   do f = 1 to filesinring( 1)  -- Provide an upper limit; prevent looping forever
    385388      NewItem = .filename
    386389      rest = History
     
    403406            NewHistory = History''next''Delim
    404407            -- Check length of string first
    405             len = length(NewHistory) + 1
     408            len = length( NewHistory) + 1
    406409            if i >= MaxItems then
    407410               fStopList = 1
     
    409412               fStopList = 1
    410413            -- Append current item only if <> NewItem
    411             elseif upcase(next) <> upcase(NewItem) then
     414            elseif upcase( next) <> upcase( NewItem) then
    412415               -- Add next
    413416               i = i + 1
     
    542545      NewHistory = History''next''Delim
    543546      -- Check length of string first
    544       len = length(NewHistory) + 1
     547      len = length( NewHistory) + 1
    545548      if i >= MaxItems then
    546549         fStopList = 1
     
    548551         fStopList = 1
    549552      -- Append current item only if <> NewItem
    550       elseif upcase(next) <> upcase(NewItem) then
     553      elseif upcase( next) <> upcase( NewItem) then
    551554         -- Add next
    552555         i = i + 1
     
    568571   Delim = \1
    569572
    570    ListName = strip( upcase( arg(1)))
     573   ListName = strip( upcase( arg( 1)))
    571574   if ListName = '' then
    572575      ListName = 'LOAD'
     
    618621
    619622   -- Check result
    620    button = asc(leftstr( select, 1))
    621    EOS = pos( \0, select, 2)        -- CHR(0) signifies End Of String
     623   button = asc( leftstr( select, 1))
     624   EOS = pos( \0, select, 2)        -- CHR( 0) signifies End Of String
    622625   select= substr( select, 2, EOS - 2)
    623626   -- Edit or open filename
     
    639642
    640643; ---------------------------------------------------------------------------
    641 ; RingSetFileNumber is called by 'quit' and ProcessAfterLoad.
     644; RingSetFileNumber is called by 'quit' and ProcessFilesLoaded.
    642645; The firstinringfid is checked. If not valid anymore (e.g. if file was
    643646; quit), then it is set to the lowest FileNumber of all files in the ring.
     
    685688      LowestFileNumber = filesinring()  -- initialize to upper limit
    686689      dprintf( 'RINGCMD', 'RingSetFileNumber 1')
    687       do f = 1 to filesinring(1)  -- just as an upper limit
     690      do f = 1 to filesinring( 1)  -- just as an upper limit
    688691         -- Check if FileNumber was set by a previous call to RingSetFileNumber
    689692         -- and get the lowest
     
    712715   fid = firstinringfid
    713716   dprintf( 'RINGCMD', 'RingSetFileNumber 2')
    714    do f = 1 to filesinring(1)  -- just as an upper limit
     717   do f = 1 to filesinring( 1)  -- just as an upper limit
    715718      FileNumber = FileNumber + 1
    716719
     
    740743
    741744; ---------------------------------------------------------------------------
    742 ; Called by defproc GetInfoFieldValue('FILE').
     745; Called by defproc GetInfoFieldValue( 'FILE').
    743746defproc GetFileNumber
    744747   -- Get FileNumber for Filename by querying an array var
     
    809812   'VSyncCursor'
    810813
    811    call windowmessage( 0,  getpminfo(APP_HANDLE),
     814   call windowmessage( 0,  getpminfo( APP_HANDLE),
    812815                       5141,               -- EPM_POPRINGDIALOG
    813816                       0,
     
    836839; Executes a cmd on all files of the ring.
    837840defc Ring
    838    if arg(1) = '' then
     841   if arg( 1) = '' then
    839842      sayerror 'Specify a command to be executed on all files in the ring.'
    840843      return
     
    842845   display -3
    843846   getfileid startfid
    844    dprintf( 'RINGCMD', 'Ring' arg(1))
    845    do f = 1 to filesinring(1)  -- just as an upper limit
     847   dprintf( 'RINGCMD', 'Ring' arg( 1))
     848   do f = 1 to filesinring( 1)  -- just as an upper limit
    846849      if .visible then
    847          arg(1)  -- execute arg(1)
     850         arg( 1)  -- execute arg( 1)
    848851      endif
    849852      nextfile
  • TabularUnified trunk/src/netlabs/macros/groups.e

    r3368 r3434  
    2222/*
    2323Todo:
    24 -  Disable Afterload until all files are loaded in loadgroup.
     24-  Disable FilesLoaded until all files are loaded in loadgroup.
    2525*/
    2626
     
    5454const
    5555; Ask to create a WPS object on the desktop?
    56 compile if not defined(INCLUDE_DESKTOP_SUPPORT)
     56compile if not defined( INCLUDE_DESKTOP_SUPPORT)
    5757   INCLUDE_DESKTOP_SUPPORT = 1
    5858compile endif
     
    7070; Toolbar actions
    7171; ---------------------------------------------------------------------------
    72 defc groups_actionlist
     72defc Groups_ActionList
    7373universal ActionsList_FileID  -- This is the fileid that gets the line(s)
    7474
     
    7777
    7878; ---------------------------------------------------------------------------
    79 defc group_savegroup
     79defc Group_SaveGroup
    8080   parse arg action_letter parms
    8181   if action_letter = 'S' then       -- button Selected
    8282      sayerror 0
    83       'savegroup' parms
     83      'SaveGroup' parms
    8484   elseif action_letter = 'I' then   -- button Initialized
    8585      'SayHint' GR_SAVE_PROMPT
    8686   elseif action_letter = 'H' then   -- button Help
    87       call winmessagebox(GROUPS__MSG, GR_SAVE_PROMPT, MB_OK + MB_INFORMATION + MB_MOVEABLE)
     87      call WinMessageBox( GROUPS__MSG, GR_SAVE_PROMPT, MB_OK + MB_INFORMATION + MB_MOVEABLE)
    8888   elseif action_letter = 'E' then   -- button End
    8989;;    sayerror 0
     
    9191
    9292; ---------------------------------------------------------------------------
    93 defc group_loadgroup
     93defc Group_LoadGroup
    9494   parse arg action_letter parms
    9595   if action_letter = 'S' then       -- button Selected
    9696      sayerror 0
    97       'loadgroup' parms
     97      'LoadGroup' parms
    9898   elseif action_letter = 'I' then   -- button Initialized
    9999      'SayHint' GR_LOAD_PROMPT
    100100   elseif action_letter = 'H' then   -- button Help
    101       call winmessagebox(GROUPS__MSG, GR_LOAD_PROMPT, MB_OK + MB_INFORMATION + MB_MOVEABLE)
     101      call WinMessageBox( GROUPS__MSG, GR_LOAD_PROMPT, MB_OK + MB_INFORMATION + MB_MOVEABLE)
    102102   elseif action_letter = 'E' then   -- button End
    103103;;    sayerror 0
     
    120120   getfileid startfid
    121121   dprintf( 'RINGCMD', 'SaveGroup 1')
    122    do i = 1 to filesinring(1)  -- Provide an upper limit; prevent looping forever
     122   do i = 1 to filesinring( 1)  -- Provide an upper limit; prevent looping forever
    123123      if .filename = GetUnnamedFilename() then
    124          if .last <> 1 or textline(1) <> '' then
     124         if .last <> 1 or textline( 1) <> '' then
    125125            activatefile startfid
    126126            sayerror 'An unnamed file exists in the ring;' ||
     
    136136   enddo  -- Loop through all files in ring
    137137
    138    group_name = arg(1)
     138   group_name = arg( 1)
    139139   if group_name = '' then
    140       group_name = entrybox('Group name')
     140      group_name = EntryBox( 'Group name')
    141141   endif
    142142   if group_name = '' then
     
    145145   tempstr = QueryConfigKey( KeyPath'\'group_name'\Entries')
    146146   if tempstr <> '' then
    147       if MBID_OK <> winmessagebox( 'Save Group',
     147      if MBID_OK <> WinMessageBox( 'Save Group',
    148148                                   'Group already exists.  OK to replace it?',
    149149                                   MB_OKCANCEL + MB_ICONEXCLAMATION + MB_MOVEABLE) then
     
    158158   n = 0
    159159   dprintf( 'RINGCMD', 'SaveGroup 2')
    160    do i = 1 to filesinring(1)  -- Provide an upper limit; prevent looping forever
     160   do i = 1 to filesinring( 1)  -- Provide an upper limit; prevent looping forever
    161161      Ignore = ((leftstr( .filename, 1) = '.') | (not .visible))
    162162      if not Ignore then
     
    183183
    184184compile if INCLUDE_DESKTOP_SUPPORT -- Ask whether to include on Desktop?
    185    if MBID_YES = winmessagebox( 'Save Group',
     185   if MBID_YES = WinMessageBox( 'Save Group',
    186186                                'Add a program object to the OS/2 desktop' ||
    187187                                ' for this group?',
     
    192192      call dynalink32( 'DOSCALLS',  -- dynamic link library name
    193193                       '#312',      -- ordinal value for DOS32GETINFOBLOCKS
    194                     address(tib_ptr) ||
    195                     address(pib_ptr) )
    196 ;     sayerror 'tib_ptr =' c2x(tib_ptr) 'pib_ptr =' c2x(pib_ptr)
     194                    address( tib_ptr) ||
     195                    address( pib_ptr) )
     196;     sayerror 'tib_ptr =' c2x( tib_ptr) 'pib_ptr =' c2x( pib_ptr)
    197197      pib = peek( itoa( rightstr( pib_ptr, 2), 10),
    198198                  itoa( leftstr( pib_ptr, 2), 10), 28)
     
    211211      hobj = dynalink32( 'PMWP',      -- dynamic link library name
    212212                         '#281',      -- 'WinCreateObject'
    213                          address(class_name)   ||
    214                          address(title)        ||
    215                          address(setup_string) ||
    216                          address(location)     ||
    217                          atol(CO_REPLACEIFEXISTS), 2)
    218 ;     if rc then hobj = hobj'; rc = 'rc '-' sayerrortext(rc); endif
     213                         address( class_name)   ||
     214                         address( title)        ||
     215                         address( setup_string) ||
     216                         address( location)     ||
     217                         atol( CO_REPLACEIFEXISTS), 2)
     218;     if rc then hobj = hobj'; rc = 'rc '-' sayerrortext( rc); endif
    219219;     sayerror 'hobject =' hobj
    220220      if not hobj then
     
    232232
    233233   getfileid startfid
    234    group_name = arg(1)
     234   group_name = arg( 1)
    235235
    236236   if (group_name = '') | (group_name = '?') then
     
    238238      -- Entry box disabled. Always start with the list box now.
    239239      if group_name = '' then
    240          parse value entrybox( 'Specify a group name    ',
     240         parse value EntryBox( 'Specify a group name    ',
    241241                               '/'OK__MSG'/'LIST__MSG'/'Cancel__MSG'/',
    242242                               '', '', 64,   -- Entrytext, cols, maxchars
    243                                atoi(1) ||
    244                                atoi(0000) ||
    245                                gethwndc(APP_HANDLE)) with button 2 group_name \0
     243                               atoi( 1) ||
     244                               atoi( 0000) ||
     245                               GethWndC( APP_HANDLE)) with button 2 group_name \0
    246246      else
    247247*/
     
    263263         -- Create a tmp file
    264264         'xcom e /c /q tempfile'
    265          if rc <> -282 then  -- sayerror('New file')
    266             sayerror ERROR__MSG rc BAD_TMP_FILE__MSG sayerrortext(rc)
     265         if rc <> -282 then  -- sayerror( 'New file')
     266            sayerror ERROR__MSG rc BAD_TMP_FILE__MSG sayerrortext( rc)
    267267            call buffer( FREEBUF, bufhndl)
    268268            return
     
    271271         browse_mode = browse()     -- query current state
    272272         if browse_mode then
    273             call browse(0)
     273            call browse( 0)
    274274         endif
    275275
     
    284284         if .last > 2 then  -- E always creates a file with an empty line
    285285            getfileid fileid
    286             call sort( 2, .last, 1, 40, fileid, 'I')
     286            call Sort( 2, .last, 1, 40, fileid, 'I')
    287287         endif
    288288         if browse_mode then
    289             call browse(1)
     289            call browse( 1)
    290290         endif  -- restore browse state
    291291
    292292         if .last = 1 then
    293293            'xcom quit'
    294             call winmessagebox( GROUPS__MSG,
     294            call WinMessageBox( GROUPS__MSG,
    295295                                GR_NONE_FOUND,
    296296                                MB_CANCEL + MB_ICONEXCLAMATION + MB_MOVEABLE)
     
    299299
    300300         -- Fill buffer with and quit tmp file
    301          if listbox_buffer_from_file( startfid, bufhndl, noflines, usedsize) then
    302             return
    303          endif
    304          parse value listbox( 'Select group name',
    305                               \0 || atol(usedsize) || atoi(32) || atoi(bufhndl),
     301         if Listbox_Buffer_From_File( startfid, bufhndl, noflines, usedsize) then
     302            return
     303         endif
     304         parse value ListBox( 'Select group name',
     305                              \0 || atol( usedsize) || atoi( 32) || atoi( bufhndl),
    306306                              '/~Load/~Delete.../'Cancel__MSG,  -- buttons
    307307                              0, 0,  -- 1, 35,               -- row, col,
    308                               min( noflines, 12), 0,         -- height, width
    309                               gethwndc(APP_HANDLE) || atoi(1) || atoi(1) ||
    310                               atoi(0000)) with button 2 group_name \0
     308                              Min( noflines, 12), 0,         -- height, width
     309                              GethWndC( APP_HANDLE) || atoi( 1) || atoi( 1) ||
     310                              atoi( 0000)) with button 2 group_name \0
    311311         call buffer( FREEBUF, bufhndl)
    312312
    313313         if button = \2 then -- 'Delete' selected
    314             if MBID_OK <> winmessagebox( GROUPS__MSG,
     314            if MBID_OK <> WinMessageBox( GROUPS__MSG,
    315315                                         GR_DELETE_PROMPT\10 group_name,
    316316                                         MB_OKCANCEL + MB_QUERY + MB_MOVEABLE) then
     
    363363         CurEditCmd = 'LOADGROUP'  -- must follow the 'edit' cmd
    364364      endif
    365       if not rc | rc = sayerror('Lines truncated') then
     365      if not rc | rc = sayerror( 'Lines truncated') then
    366366         this_posn = QueryConfigKey( KeyPath'\'group_name'\Posn'i)
    367          call prestore_pos(this_posn)
     367         call pRestore_Pos( this_posn)
    368368      endif
    369369   enddo
     
    391391   do once = 1 to 1
    392392
    393       Group = arg(1)
     393      Group = arg( 1)
    394394      if Group = '' then
    395395         sayerror "Error: no group name specified."
  • TabularUnified trunk/src/netlabs/macros/hooks.e

    r3204 r3434  
    2727; work properly, but try to avoid it, because it slows processing down.
    2828;
    29 ; One advantage is, that the definition, that adds a command to the hook,
     29; One advantage is that the definition, that adds a command to the hook,
    3030; doesn't need to know where it will be executed. Just the hook's name must
    3131; be known.
     
    4646;                     (like load, but change settings for next defload
    4747;                     only)
    48 ; -  afterload        executed after all defloads are finished
    49 ; -  afterloadonce    executed once after all defloads are finished
    50 ; -  afterload2once   executed once after afterloadonce
    51 ; -  select           usually contains ProcessSelectSettings, to be used
     48; -  postfilesloaded  executed after all defloads are finished
     49; -  postfilesloadedonce
     50;                     executed once after all defloads are finished
     51; -  postpostfilesloadeonce
     52;                     executed once after postfilesloadedonce
     53; -  fileswitched     usually contains ProcessSelectSettings, to be used
    5254;                     for user additions as well
    53 ; -  selectonce      user additions, deleted after execution
    54 ; -  afterselect      usually contains ProcessRefreshInfoLine
     55; -  fileswitchedonce user additions, deleted after execution
     56; -  postfileswitched usually contains ProcessRefreshInfoLine
    5557; -  modify           executed at every defmodify event
    5658; -  modifyonce       executed once at every defmodify event
    5759; -  save             executed before a file is saved
    5860; -  saveonce         executed once before a file is saved
    59 ; -  aftersave        executed after a file is saved
    60 ; -  aftersaveonce    executed once after a file is saved
     61; -  postsave         executed after a file is saved
     62; -  postsaveonce     executed once after a file is saved
    6163; -  quit             executed before a file is quit
    6264; -  quitonce         executed once before a file is quit
     
    8688;                               with the file (it was already set at defload).
    8789;                 mode      --> An array var mode.<fileid> exists. Its value
    88 ;                               can be queried with the get_array_value
     90;                               can be queried with the Get_Array_Value
    8991;                               proc together with the fileid or easier with
    9092;                               the GetMode procedure. Because the mode
     
    106108;                               to be changed. This can be achived with a
    107109;                               a new command, that can be executed via
    108 ;                               'HookAdd select'.
    109 ;                               This is just an example, for the case, that
     110;                               'HookAdd fileswitched'.
     111;                               This is just an example for the case that
    110112;                               no array var exists. In the meantime, the
    111113;                               command SetToolBar was defined.
     
    115117; Syntax: HookAdd <HookName> <Cmd>
    116118defc HookAdd
    117    universal EPM_utility_array_ID
     119   universal epm_utility_array_id
    118120   prefix = 'hook.'
    119121   parse arg HookName Cmd
    120    HookName = strip( lowcase(HookName))
     122   HookName = strip( lowcase( HookName))
    121123   Cmd      = strip( Cmd)
    122124   if Cmd <> '' then  -- don't increase imax if no Cmd
    123125      -- Query imax
    124       if get_array_value( EPM_utility_array_ID, prefix''HookName'.0', imax) then  -- if imax not set
     126      if Get_Array_Value( epm_utility_array_id, prefix''HookName'.0', imax) then  -- if imax not set
    125127         imax = 0
    126128      endif
     
    130132         -- If Cmd already exists in the hook array, delete it
    131133         next = ''
    132          rcx = get_array_value( EPM_utility_array_ID, prefix''HookName'.'i, next)
     134         rcx = Get_Array_Value( epm_utility_array_id, prefix''HookName'.'i, next)
    133135         if rcx then
    134136            iterate
    135137         endif
    136138         if upcase( Cmd) = upcase( next) then
    137             do_array 4, EPM_utility_array_ID, prefix''HookName'.'i  -- delete entry
     139            do_array 4, epm_utility_array_id, prefix''HookName'.'i  -- delete entry
    138140            imaxnew = imaxnew - 1
    139141            -- Move following entries
    140142            do j = i + 1 to imax
    141                rcx = get_array_value( EPM_utility_array_ID, prefix''HookName'.'j, next)  -- get next
     143               rcx = Get_Array_Value( epm_utility_array_id, prefix''HookName'.'j, next)  -- get next
    142144               if rcx then
    143145                  leave
    144146               endif
    145                do_array 2, EPM_utility_array_ID, prefix''HookName'.'j - 1, next  -- change entry
     147               do_array 2, epm_utility_array_id, prefix''HookName'.'j - 1, next  -- change entry
    146148            enddo
    147149         endif
     
    150152      -- Append Cmd to ensure that it is executed last
    151153      imax = imax + 1
    152       do_array 2, EPM_utility_array_ID, prefix''HookName'.'imax, Cmd   -- add entry
    153       do_array 2, EPM_utility_array_ID, prefix''HookName'.0', imax     -- update imax
     154      do_array 2, epm_utility_array_id, prefix''HookName'.'imax, Cmd   -- add entry
     155      do_array 2, epm_utility_array_id, prefix''HookName'.0', imax     -- update imax
    154156   endif
    155157   return
     
    160162; Syntax: HookChange <HookName> <Cmd>
    161163defc HookChange
    162    universal EPM_utility_array_ID
     164   universal epm_utility_array_id
    163165   prefix = 'hook.'
    164166   parse arg HookName Cmd
    165167   parse value Cmd with CmdName CmdArgs
    166    HookName = strip( lowcase(HookName))
     168   HookName = strip( lowcase( HookName))
    167169   Cmd      = strip( Cmd)
    168170   CmdName  = strip( CmdName)
     
    170172   if Cmd <> '' then  -- don't increase imax if no Cmd
    171173      Append = 1
    172       if get_array_value( EPM_utility_array_ID, prefix''HookName'.0', imax) then  -- if imax not set
     174      if Get_Array_Value( epm_utility_array_id, prefix''HookName'.0', imax) then  -- if imax not set
    173175         imax = 0
    174176      else
    175177         do i = 1 to imax
    176             if not get_array_value( EPM_utility_array_ID, prefix''HookName'.'i, next) then  -- if next set
     178            if not Get_Array_Value( epm_utility_array_id, prefix''HookName'.'i, next) then  -- if next set
    177179               parse value next with first rest
    178180               if upcase( first) = upcase( CmdName) then
    179                   do_array 2, EPM_utility_array_ID, prefix''HookName'.'i, Cmd  -- change entry
     181                  do_array 2, epm_utility_array_id, prefix''HookName'.'i, Cmd  -- change entry
    180182                  Append = 0
    181183                  leave
     
    186188      if Append then
    187189         imax = imax + 1
    188          do_array 2, EPM_utility_array_ID, prefix''HookName'.'imax, Cmd  -- add entry
    189          do_array 2, EPM_utility_array_ID, prefix''HookName'.0', imax    -- update imax
     190         do_array 2, epm_utility_array_id, prefix''HookName'.'imax, Cmd  -- add entry
     191         do_array 2, epm_utility_array_id, prefix''HookName'.0', imax    -- update imax
    190192      endif
    191193   endif
     
    196198; Syntax: HookSet <HookName> <Cmd>
    197199defc HookSet
    198    universal EPM_utility_array_ID
     200   universal epm_utility_array_id
    199201   prefix = 'hook.'
    200202   parse arg HookName Cmd
    201    HookName = strip( lowcase(HookName))
     203   HookName = strip( lowcase( HookName))
    202204   Cmd      = strip( Cmd)
    203205   if Cmd <> '' then  -- don't increase imax if no Cmd
    204206      -- delete all old Cmds first
    205       if not get_array_value( EPM_utility_array_ID, prefix''HookName'.0', imax) then  -- if imax set
     207      if not Get_Array_Value( epm_utility_array_id, prefix''HookName'.0', imax) then  -- if imax set
    206208         do i = 1 to imax
    207             if not get_array_value( EPM_utility_array_ID, prefix''HookName'.'i, Cmd) then  -- if Cmd set
    208                do_array 4, EPM_utility_array_ID, prefix''HookName'.'i  -- delete entry
     209            if not Get_Array_Value( epm_utility_array_id, prefix''HookName'.'i, Cmd) then  -- if Cmd set
     210               do_array 4, epm_utility_array_id, prefix''HookName'.'i  -- delete entry
    209211            endif
    210212         enddo
     
    212214      -- set new Cmd
    213215      imax = 1
    214       do_array 2, EPM_utility_array_ID, prefix''HookName'.'imax, Cmd   -- add entry
    215       do_array 2, EPM_utility_array_ID, prefix''HookName'.0', imax     -- update imax
     216      do_array 2, epm_utility_array_id, prefix''HookName'.'imax, Cmd   -- add entry
     217      do_array 2, epm_utility_array_id, prefix''HookName'.0', imax     -- update imax
    216218   endif
    217219   return
     
    221223; Syntax: HookDelAll <HookName>
    222224defc HookDelAll
    223    universal EPM_utility_array_ID
    224    prefix = 'hook.'
    225    parse arg HookName
    226    HookName = strip( lowcase(HookName))
    227    if not get_array_value( EPM_utility_array_ID, prefix''HookName'.0', imax) then  -- if imax set
     225   universal epm_utility_array_id
     226   prefix = 'hook.'
     227   parse arg HookName
     228   HookName = strip( lowcase( HookName))
     229   if not Get_Array_Value( epm_utility_array_id, prefix''HookName'.0', imax) then  -- if imax set
    228230      do i = 1 to imax
    229          if not get_array_value( EPM_utility_array_ID, prefix''HookName'.'i, Cmd) then  -- if Cmd set
    230             do_array 4, EPM_utility_array_ID, prefix''HookName'.'i  -- delete entry
     231         if not Get_Array_Value( epm_utility_array_id, prefix''HookName'.'i, Cmd) then  -- if Cmd set
     232            do_array 4, epm_utility_array_id, prefix''HookName'.'i  -- delete entry
    231233         endif
    232234      enddo
    233       do_array 4, EPM_utility_array_ID, prefix''HookName'.0'        -- delete imax
     235      do_array 4, epm_utility_array_id, prefix''HookName'.0'        -- delete imax
    234236   endif
    235237   return
     
    240242; Syntax: HookDel <HookName> <Cmd>
    241243defc HookDel
    242    universal EPM_utility_array_ID
     244   universal epm_utility_array_id
    243245   prefix = 'hook.'
    244246   parse arg HookName Cmd
    245    HookName = strip( lowcase(HookName))
     247   HookName = strip( lowcase( HookName))
    246248   Cmd      = strip( Cmd)
    247249   if Cmd <> '' then  -- don't try to process if no Cmd
    248       if not get_array_value( EPM_utility_array_ID, prefix''HookName'.0', imax) then  -- if imax set
     250      if not Get_Array_Value( epm_utility_array_id, prefix''HookName'.0', imax) then  -- if imax set
    249251         imaxnew = imax
    250252         do i = 1 to imax
    251             if not get_array_value( EPM_utility_array_ID, prefix''HookName'.'i, next) then  -- if next set
     253            if not Get_Array_Value( epm_utility_array_id, prefix''HookName'.'i, next) then  -- if next set
    252254               if abbrev( upcase( next), upcase( Cmd)) then  -- if abbreviation matches the entry
    253                   do_array 4, EPM_utility_array_ID, prefix''HookName'.'i  -- delete entry
     255                  do_array 4, epm_utility_array_id, prefix''HookName'.'i  -- delete entry
    254256                  -- move following entries
    255257                  do j = i + 1 to imax
    256                      ret = get_array_value( EPM_utility_array_ID, prefix''HookName'.'j, next)  -- get next
     258                     ret = Get_Array_Value( epm_utility_array_id, prefix''HookName'.'j, next)  -- get next
    257259                     if ret then
    258260                        leave
    259261                     endif
    260                      do_array 2, EPM_utility_array_ID, prefix''HookName'.'j - 1, next  -- change entry
     262                     do_array 2, epm_utility_array_id, prefix''HookName'.'j - 1, next  -- change entry
    261263                  enddo
    262264                  if not ret then
     
    267269         enddo
    268270         if imaxnew <> imax then
    269             do_array 2, EPM_utility_array_ID, prefix''HookName'.0', imaxnew    -- update imax
     271            do_array 2, epm_utility_array_id, prefix''HookName'.0', imaxnew    -- update imax
    270272         endif
    271273      endif
     
    277279; Syntax: HookExecute <HookName>
    278280defc HookExecute
    279    universal EPM_utility_array_ID
    280    prefix = 'hook.'
    281    parse arg HookName
    282    HookName = strip( lowcase(HookName))
     281   universal epm_utility_array_id
     282   prefix = 'hook.'
     283   parse arg HookName
     284   HookName = strip( lowcase( HookName))
    283285   display -1
    284    if not get_array_value( EPM_utility_array_ID, prefix''HookName'.0', imax) then  -- if imax set
     286   if not Get_Array_Value( epm_utility_array_id, prefix''HookName'.0', imax) then  -- if imax set
    285287      do i = 1 to imax
    286          rc = get_array_value( EPM_utility_array_ID, prefix''HookName'.'i, Cmd)
     288         rc = Get_Array_Value( epm_utility_array_id, prefix''HookName'.'i, Cmd)
    287289         Cmd
    288290      enddo
     
    295297; Syntax: HookExecuteOnce <HookName>
    296298defc HookExecuteOnce
    297    universal EPM_utility_array_ID
    298    prefix = 'hook.'
    299    parse arg HookName
    300    HookName = strip( lowcase(HookName))
     299   universal epm_utility_array_id
     300   prefix = 'hook.'
     301   parse arg HookName
     302   HookName = strip( lowcase( HookName))
    301303   display -1
    302    if not get_array_value( EPM_utility_array_ID, prefix''HookName'.0', imax) then  -- if imax set
     304   if not Get_Array_Value( epm_utility_array_id, prefix''HookName'.0', imax) then  -- if imax set
    303305      do i = 1 to imax
    304          rc = get_array_value( EPM_utility_array_ID, prefix''HookName'.'i, Cmd)
     306         rc = Get_Array_Value( epm_utility_array_id, prefix''HookName'.'i, Cmd)
    305307         Cmd
    306          do_array 4, EPM_utility_array_ID, prefix''HookName'.'i  -- delete entry
     308         do_array 4, epm_utility_array_id, prefix''HookName'.'i  -- delete entry
    307309      enddo
    308       do_array 4, EPM_utility_array_ID, prefix''HookName'.0'     -- delete imax
     310      do_array 4, epm_utility_array_id, prefix''HookName'.0'     -- delete imax
    309311   endif
    310312   display 1
     
    315317; Syntax: HookExecuteLast <HookName>
    316318defc HookExecuteLast
    317    universal EPM_utility_array_ID
    318    prefix = 'hook.'
    319    parse arg HookName
    320    HookName = strip( lowcase(HookName))
     319   universal epm_utility_array_id
     320   prefix = 'hook.'
     321   parse arg HookName
     322   HookName = strip( lowcase( HookName))
    321323   display -1
    322    if not get_array_value( EPM_utility_array_ID, prefix''HookName'.0', imax) then  -- if imax set
     324   if not Get_Array_Value( epm_utility_array_id, prefix''HookName'.0', imax) then  -- if imax set
    323325      i = imax
    324       rc = get_array_value( EPM_utility_array_ID, prefix''HookName'.'i, Cmd)
     326      rc = Get_Array_Value( epm_utility_array_id, prefix''HookName'.'i, Cmd)
    325327      Cmd
    326328   endif
     
    332334; Syntax: HookExecuteFirst <HookName>
    333335defc HookExecuteFirst
    334    universal EPM_utility_array_ID
    335    prefix = 'hook.'
    336    parse arg HookName
    337    HookName = strip( lowcase(HookName))
     336   universal epm_utility_array_id
     337   prefix = 'hook.'
     338   parse arg HookName
     339   HookName = strip( lowcase( HookName))
    338340   display -1
    339    if not get_array_value( EPM_utility_array_ID, prefix''HookName'.0', imax) then  -- if imax set
     341   if not Get_Array_Value( epm_utility_array_id, prefix''HookName'.0', imax) then  -- if imax set
    340342      i = 1
    341       rc = get_array_value( EPM_utility_array_ID, prefix''HookName'.'i, Cmd)
     343      rc = Get_Array_Value( epm_utility_array_id, prefix''HookName'.'i, Cmd)
    342344      Cmd
    343345   endif
     
    349351; Syntax: HookGetNum <HookName>
    350352defproc HookGetNum
    351    universal EPM_utility_array_ID
    352    prefix = 'hook.'
    353    parse arg HookName
    354    HookName = strip( lowcase(HookName))
     353   universal epm_utility_array_id
     354   prefix = 'hook.'
     355   parse arg HookName
     356   HookName = strip( lowcase( HookName))
    355357   num = 0
    356    if not get_array_value( EPM_utility_array_ID, prefix''HookName'.0', imax) then  -- if imax set
     358   if not Get_Array_Value( epm_utility_array_id, prefix''HookName'.0', imax) then  -- if imax set
    357359      num = imax
    358360   endif
     
    363365; Syntax: HookIsDefined <HookName>
    364366defproc HookIsDefined
    365    universal EPM_utility_array_ID
    366    prefix = 'hook.'
    367    parse arg HookName
    368    HookName = strip( lowcase(HookName))
     367   universal epm_utility_array_id
     368   prefix = 'hook.'
     369   parse arg HookName
     370   HookName = strip( lowcase( HookName))
    369371   num = 0
    370    if not get_array_value( EPM_utility_array_ID, prefix''HookName'.0', imax) then  -- if imax set
     372   if not Get_Array_Value( epm_utility_array_id, prefix''HookName'.0', imax) then  -- if imax set
    371373      num = imax
    372374   endif
     
    377379; Syntax: HookGet <HookName>
    378380defproc HookGet
    379    universal EPM_utility_array_ID
    380    prefix = 'hook.'
    381    parse arg HookName
    382    HookName = strip( lowcase(HookName))
     381   universal epm_utility_array_id
     382   prefix = 'hook.'
     383   parse arg HookName
     384   HookName = strip( lowcase( HookName))
    383385   next = ''
    384    if not get_array_value( EPM_utility_array_ID, prefix''HookName'.0', imax) then  -- if imax set
     386   if not Get_Array_Value( epm_utility_array_id, prefix''HookName'.0', imax) then  -- if imax set
    385387      next = '|'
    386388      do i = 1 to imax
    387          rc = get_array_value( EPM_utility_array_ID, prefix''HookName'.'i, Cmd)
     389         rc = Get_Array_Value( epm_utility_array_id, prefix''HookName'.'i, Cmd)
    388390         next = next''Cmd'|'
    389391      enddo
     
    395397; Syntax: HookShow <HookName>
    396398defc HookShow
    397    universal EPM_utility_array_ID
    398    prefix = 'hook.'
    399    parse arg HookName
    400    HookName = strip( lowcase(HookName))
    401    if not get_array_value( EPM_utility_array_ID, prefix''HookName'.0', imax) then  -- if imax set
     399   universal epm_utility_array_id
     400   prefix = 'hook.'
     401   parse arg HookName
     402   HookName = strip( lowcase( HookName))
     403   if not Get_Array_Value( epm_utility_array_id, prefix''HookName'.0', imax) then  -- if imax set
    402404      next = '|'
    403405      do i = 1 to imax
    404          rc = get_array_value( EPM_utility_array_ID, prefix''HookName'.'i, Cmd)
     406         rc = Get_Array_Value( epm_utility_array_id, prefix''HookName'.'i, Cmd)
    405407         next = next''Cmd'|'
    406408      enddo
     
    412414; ---------------------------------------------------------------------------
    413415defc HookShowAll
    414    HookList = 'init main load loadonce afterload afterloadonce afterload2once' ||
    415                ' select selectonce afterselect modify modifyonce' ||
    416                ' save saveonce aftersave aftersaveonce quit quitonce' ||
    417                ' addmenu cascademenu'
     416   HookList = 'init main load loadonce postfilesloaded postfilesloadedonce' ||
     417               ' postpostfilesloadeonce fileswitched fileswitchedonce' ||
     418               ' postfileswitched postselect postselctonce' ||
     419               ' modify modifyonce save saveonce postsave postsaveonce' ||
     420               ' quit quitonce addmenu cascademenu'
    418421   TmpFileName = '.HOOK_ARRAY_VARS'
    419422   getfileid startfid
    420423   display -3
    421    if pfile_exists(TmpFileName) then
     424   if pFile_Exists( TmpFileName) then
    422425      'xcom e /n' TmpFileName   -- activate tmp file
    423426   else
     
    431434   savedlast = .last
    432435   .autosave = 0
    433    parse value getdatetime() with Hour24 Minutes Seconds . Day MonthNum Year0 Year1 .
    434    Date = rightstr(Year0 + 256*Year1, 4, 0)'-'rightstr(monthnum, 2, 0)'-'rightstr(Day, 2, 0)
    435    Time = rightstr(hour24, 2)':'rightstr(Minutes,2,'0')':'rightstr(Seconds,2,'0')
    436    insertline copies('-', 78), .last + 1
     436   parse value GetDateTime() with Hour24 Minutes Seconds . Day MonthNum Year0 Year1 .
     437   Date = rightstr( Year0 + (256 * Year1), 4, 0)'-'rightstr( monthnum, 2, 0)'-'rightstr( Day, 2, 0)
     438   Time = rightstr( hour24, 2)':'rightstr( Minutes, 2, '0')':'rightstr( Seconds, 2, '0')
     439   insertline copies( '-', 78), .last + 1
    437440   insertline 'Hook array vars - created on 'Date' 'Time, .last + 1
    438441   -- First, find longest hook name
     
    440443   do w = 1 to words( HookList)
    441444      wrd = word( HookList, w)
    442       len = max( length( wrd), len)
     445      len = Max( length( wrd), len)
    443446   enddo
    444447   -- Next, write var = value lines
     
    467470; submitted files and commands are processed.
    468471defc AtInit
    469    'HookAdd init' arg(1)
     472   'HookAdd init' arg( 1)
    470473
    471474; ---------------------------------------------------------------------------
     
    474477; processing the defload event.
    475478defc AtLoad
    476    'HookAdd load' arg(1)
     479   'HookAdd load' arg( 1)
    477480
    478481; ---------------------------------------------------------------------------
     
    481484; processing the defload event.
    482485defc AtNextLoad
    483    'HookAdd loadonce' arg(1)
    484 
    485 ; ---------------------------------------------------------------------------
    486 ; Syntax: AtStartup <UserCmd>
     486   'HookAdd loadonce' arg( 1)
     487
     488; ---------------------------------------------------------------------------
     489; Syntax: AtPostLoad <UserCmd>
    487490; <UserCmd> is executed after the EPM window was opened and after all load
    488491; actions are processed. If the EPM window was already open, <UserCmd> is
     
    490493; defselect event after loading.
    491494defc AtPostLoad
    492    'HookAdd afterload' arg(1)
    493 
    494 ; ---------------------------------------------------------------------------
    495 ; Syntax: AtNextPostLoad <UserCmd>
     495   'HookAdd postfilesloaded' arg( 1)
     496
     497; ---------------------------------------------------------------------------
     498; Syntax: AtStartup <UserCmd>
    496499; <UserCmd> is executed after the EPM window was opened and after all load
    497500; actions are processed. After execution, the hook is deleted, so that it's
    498501; executed at the first defselect event only.
    499 defc AtStartup, AtNextPostLoad
    500    'HookAdd afterloadonce' arg(1)
    501 
    502 ; ---------------------------------------------------------------------------
    503 ; Syntax: AtNextPostStartup <UserCmd>
     502defc AtStartup
     503   'HookAdd postfilesloadedonce' arg( 1)
     504
     505; ---------------------------------------------------------------------------
     506; Syntax: AtPostStartup <UserCmd>
    504507; <UserCmd> is posted after the EPM window was opened and after all load
    505508; actions are processed. Before execution, the screen is refreshed to ensure
    506509; that all pending paintings are done. After execution, the hook is deleted,
    507510; so that it's posted at the first defselect event only.
    508 defc AtPostStartup, AtNextPostPostLoad
    509    'HookAdd afterload2once' arg(1)
    510 
    511 ; ---------------------------------------------------------------------------
    512 ; Syntax: AtSelect <UserCmd>
    513 ; <UserCmd> is executed at the end of every defselect event.
    514 defc AtSelect
    515    'HookAdd select' arg(1)
    516 
    517 ; ---------------------------------------------------------------------------
    518 ; Syntax: AtNextSelect <UserCmd>
    519 ; <UserCmd> is executed at the end of the next defselect event.
    520 defc AtNextSelect
    521    'HookAdd selectonce' arg(1)
     511defc AtPostStartup
     512   'HookAdd postpostfilesloadedonce' arg( 1)
     513
     514; ---------------------------------------------------------------------------
     515; Syntax: AtFileSwitched <UserCmd>
     516; <UserCmd> is executed at the end of every file switching at defselect.
     517defc AtFileSwitched
     518   'HookAdd fileswitched' arg( 1)
     519
     520; ---------------------------------------------------------------------------
     521; Syntax: AtNextFileSwitched <UserCmd>
     522; <UserCmd> is executed at the end of the next file switching at defselect.
     523defc AtNextFileSwitched
     524   'HookAdd fileswitchedonce' arg( 1)
     525
     526; ---------------------------------------------------------------------------
     527; Syntax: AtPostFileSwitched <UserCmd>
     528; <UserCmd> is executed at the end of every file switching at defselect.
     529defc AtPostFileSwitched
     530   'HookAdd postfileswitched' arg( 1)
    522531
    523532; ---------------------------------------------------------------------------
     
    525534; <UserCmd> is executed at every defmodify event.
    526535defc AtModify
    527    'HookAdd modify' arg(1)
     536   'HookAdd modify' arg( 1)
    528537
    529538; ---------------------------------------------------------------------------
     
    531540; <UserCmd> is executed at the next defmodify event only.
    532541defc AtNextModify
    533    'HookAdd modifyonce' arg(1)
     542   'HookAdd modifyonce' arg( 1)
    534543
    535544; ---------------------------------------------------------------------------
     
    537546; <UserCmd> is executed before a file is saved.
    538547defc AtSave
    539    'HookAdd save' arg(1)
     548   'HookAdd save' arg( 1)
    540549
    541550; ---------------------------------------------------------------------------
     
    543552; <UserCmd> is executed once before a file is saved.
    544553defc AtNextSave
    545    'HookAdd saveonce' arg(1)
     554   'HookAdd saveonce' arg( 1)
    546555
    547556; ---------------------------------------------------------------------------
     
    549558; <UserCmd> is executed after a file is saved.
    550559defc AtPostSave
    551    'HookAdd aftersave' arg(1)
     560   'HookAdd postsave' arg( 1)
    552561
    553562; ---------------------------------------------------------------------------
     
    555564; <UserCmd> is executed once after a file is saved.
    556565defc AtNextPostSave
    557    'HookAdd aftersaveonce' arg(1)
     566   'HookAdd postsaveonce' arg( 1)
    558567
    559568; ---------------------------------------------------------------------------
     
    561570; <UserCmd> is executed before a file is quit.
    562571defc AtQuit
    563    'HookAdd quit' arg(1)
     572   'HookAdd quit' arg( 1)
    564573
    565574; ---------------------------------------------------------------------------
     
    567576; <UserCmd> is executed once before a file is quit.
    568577defc AtNextQuit
    569    'HookAdd quitonce' arg(1)
     578   'HookAdd quitonce' arg( 1)
    570579
    571580; ---------------------------------------------------------------------------
     
    573582; <UserCmd> is executed during menu loading, beforing the help menu is added.
    574583defc AtMenuLoad
    575    'HookAdd addmenu' arg(1)
     584   'HookAdd addmenu' arg( 1)
    576585
    577586; ---------------------------------------------------------------------------
     
    580589; <UserCmd> is executed during menu loading, beforing the help menu is added.
    581590defc AtCascadeMenuLoad
    582    'HookAdd cascademenu' arg(1)
    583 
     591   'HookAdd cascademenu' arg( 1)
     592
  • TabularUnified trunk/src/netlabs/macros/infoline.e

    r3401 r3434  
    9292      endif
    9393
    94       Flags = arg(1)
     94      Flags = arg( 1)
    9595      -- Todo: 'FILE' should not redetermine <datetimemodified> to make 'quit'
    9696      --       process faster
     
    103103         call GetTitleFields()
    104104      endif
    105       do w = 1 to words(Flags)
     105      do w = 1 to words( Flags)
    106106         Flag = word( Flags, w)
    107107         if wordpos( Flag, StatusFieldFlags) > 0 then
     
    110110         endif
    111111      enddo
    112       do w = 1 to words(Flags)
     112      do w = 1 to words( Flags)
    113113         Flag = word( Flags, w)
    114114         if wordpos( Flag, TitleFieldFlags) > 0 then
     
    252252                  '<SEP>' ||
    253253                  substr( Fields, p + 1)
    254          startp = p + length('<SEP>')
     254         startp = p + length( '<SEP>')
    255255      endif
    256256   enddo -- forever
     
    288288               Flags  = Flags' 'FFlag
    289289            endif
    290             startp = p1 + length(FValue)
     290            startp = p1 + length( FValue)
    291291         endif
    292292      endif
     
    305305      endif
    306306   enddo
    307    Flags = strip(Flags)
     307   Flags = strip( Flags)
    308308
    309309   return Fields
     
    347347; ---------------------------------------------------------------------------
    348348; Replace info field vars with '%...' or other values
    349 defproc GetInfoFieldValue(FVar, var FFlag)
     349defproc GetInfoFieldValue( FVar, var FFlag)
    350350   universal stream_mode
    351351   universal expand_on
     
    357357   Sep = GetFieldSep()
    358358
    359    FVar = upcase(FVar)
     359   FVar = upcase( FVar)
    360360   FValue = ''
    361361   FFlag  = ''
     
    401401   elseif FVar = 'MA'               then FValue = .margins
    402402                                         FFlag  = 'MARGINS'
    403    elseif FVar = 'TABS'             then FValue = word( .tabs, 1 )                       -- show only 1st tab
     403   elseif FVar = 'TABS'             then FValue = word( .tabs, 1 )                        -- show only 1st tab
    404404                                         FFlag  = 'TABS'
    405405   elseif FVar = 'MATCHTAB'         then FValue = word( '- match', (matchtab_on = 1) + 1)  -- show '-' or 'match'
    406406                                         FFlag  = 'MATCHTAB'
    407    elseif FVar = 'LOCKED'           then FValue = word( 'L -', (.lockhandle = 0) + 1)    -- show 'L' or '-'
     407   elseif FVar = 'LOCKED'           then FValue = word( 'L -', (.lockhandle = 0) + 1)     -- show 'L' or '-'
    408408                                         FFlag  = 'LOCKED'
    409    elseif FVar = 'READONLY'         then FValue = word( '- R', (.readonly = 0) + 1)      -- show 'R' or '-'
     409   elseif FVar = 'READONLY'         then FValue = word( '- R', (.readonly = 0) + 1)       -- show 'R' or '-'
    410410                                         FFlag  = 'READONLY'
    411411   elseif FVar = 'FILENAME'         then FValue = GetFileName()
    412412                                         FFlag  = 'FILE'
    413    elseif FVar = 'DATETIME'         then FValue = NepmdQueryPathInfo('MTIME')            -- show YYYY/MM/DD HH:MM:SS from file on disk
     413   elseif FVar = 'DATETIME'         then FValue = NepmdQueryPathInfo( 'MTIME')            -- show YYYY/MM/DD HH:MM:SS from file on disk
    414414                                         FFlag  = 'FILE'
    415    elseif FVar = 'ATTR'             then FValue = NepmdQueryPathInfo('ATTR')             -- show 'ADSHR' or '-----'
     415   elseif FVar = 'ATTR'             then FValue = NepmdQueryPathInfo( 'ATTR')             -- show 'ADSHR' or '-----'
    416416                                         FFlag  = 'FILE'
    417    elseif FVar = 'SIZE'             then FValue = NepmdQueryPathInfo('SIZE')             -- show size in bytes
     417   elseif FVar = 'SIZE'             then FValue = NepmdQueryPathInfo( 'SIZE')             -- show size in bytes
    418418                                         FFlag  = 'FILE'
    419    elseif FVar = 'EASIZE'           then FValue = NepmdQueryPathInfo('EASIZE')           -- show size of EAs in bytes
     419   elseif FVar = 'EASIZE'           then FValue = NepmdQueryPathInfo( 'EASIZE')           -- show size of EAs in bytes
    420420                                         FFlag  = 'FILE'
    421    elseif FVar = 'DATETIMEMODIFIED' then FValue = GetDateTimeModified()                  -- show date - time or modified or other infos
     421   elseif FVar = 'DATETIMEMODIFIED' then FValue = GetDateTimeModified()                   -- show date - time or modified or other infos
    422422                                         FFlag  = 'MODIFIED'
    423    elseif FVar = 'STREAMMODE'       then FValue = word( 'L S', (stream_mode = 1) + 1)    -- show 'S' or 'L'
     423   elseif FVar = 'STREAMMODE'       then FValue = word( 'L S', (stream_mode = 1) + 1)     -- show 'S' or 'L'
    424424                                         FFlag  = 'STREAMMODE'
    425    elseif FVar = 'EXPAND'           then FValue = word( '- X', (expand_on = 1) + 1)      -- show '-' or 'X'
     425   elseif FVar = 'EXPAND'           then FValue = word( '- X', (expand_on = 1) + 1)       -- show '-' or 'X'
    426426                                         FFlag  = 'EXPAND'
    427427   elseif FVar = 'MARKINGMODE'      then FValue = word( 'Adv CUA', (cua_marking_switch = 1) + 1)  -- show 'CUA' or 'Adv'
     
    455455      newstatuscolor = vmodifiedstatuscolor
    456456   endif
    457    if arg(1) then
    458       current_status_template = arg(1)
     457   if arg( 1) then
     458      current_status_template = arg( 1)
    459459      template = atoi( length( current_status_template)) || current_status_template
    460460      template_ptr = put_in_buffer( template)
     
    462462      template_ptr=0
    463463   endif
    464    call windowmessage( 1, getpminfo(EPMINFO_EDITCLIENT),
     464   call windowmessage( 1, getpminfo( EPMINFO_EDITCLIENT),
    465465                       5431,      -- EPM_FRAME_STATUSLINE
    466466                       template_ptr,
     
    476476   universal vmessagecolor
    477477
    478    if arg(1) then
    479       template = atoi( length( arg(1))) || arg(1)
     478   if arg( 1) then
     479      template = atoi( length( arg( 1))) || arg( 1)
    480480      template_ptr = put_in_buffer( template)
    481481   else
    482482      template_ptr = 0
    483483   endif
    484    call windowmessage( 1, getpminfo(EPMINFO_EDITCLIENT),
     484   call windowmessage( 1, getpminfo( EPMINFO_EDITCLIENT),
    485485                       5432,      -- EPM_FRAME_MESSAGELINE
    486486                       template_ptr,
     
    495495defc SayHint
    496496   display -8  -- disable addition to the message box
    497    sayerror arg(1)
     497   sayerror arg( 1)
    498498   display 8   -- enable addition to the message box
    499499
     
    559559
    560560; ---------------------------------------------------------------------------
    561 ; Executed by ProcessSelect, using the afterselect hook.
     561; Executed by ProcessFileSwitched, using the postfileswitched hook.
    562562defc ProcessSelectRefreshInfoline
    563563   if not .visible then
     
    571571
    572572; ---------------------------------------------------------------------------
    573 ; Add cmd to the afterselect hook.
     573; Add cmd to the postfileswitched hook.
    574574definit
    575    'HookAdd afterselect ProcessSelectRefreshInfoLine'
     575   'HookAdd postfileswitched ProcessSelectRefreshInfoLine'
    576576
    577577; ---------------------------------------------------------------------------
  • TabularUnified trunk/src/netlabs/macros/load.e

    r3294 r3434  
    9292
    9393defc DisableLoad
    94    universal LoadDisabledFid
    95    fid = strip( arg(1))
     94   universal loaddisabledfid
     95   fid = strip( arg( 1))
    9696   if fid = '' then
    9797      getfileid fid
    9898   endif
    99    LoadDisabledFid = fid
     99   loaddisabledfid = fid
    100100
    101101defc EnableLoad
    102    universal LoadDisabledFid
    103    LoadDisabledFid = 0
     102   universal loaddisabledfid
     103   loaddisabledfid = 0
    104104
    105105; ---------------------------------------------------------------------------
     
    109109   universal vdefault_autosave
    110110   universal default_font
    111    universal LoadState
    112    universal LoadDisabledFid
     111   universal loadstate
     112   universal loaddisabledfid
    113113
    114114   if not .visible then  -- process following only if file is visible
     
    118118   getfileid fid
    119119   Filename = .filename
    120    if LoadDisabledFid = 1 then
     120   if loaddisabledfid = 1 then
    121121      return
    122    elseif LoadDisabledFid = fid then
     122   elseif loaddisabledfid = fid then
    123123      return
    124124   endif
    125125
    126    LoadState = 1  -- This universal var can be used to check if there occured
    127                   -- a defload event after the last afterload was processed.
     126   loadstate = 1  -- This universal var can be used to check if there occured
     127                  -- a defload event after the last filesloaded was processed.
    128128                  --    empty: before loading
    129129                  --    1: defload is running
    130130                  --    2: defload processed
    131                   --    0: afterload processed
     131                  --    0: filesloaded processed
    132132   dprintf( 'LOAD', 'fid = 'fid', 'Filename)
    133133
     
    151151   -- Restore cursor position from EPM.POS
    152152   if .levelofattributesupport < 2 then  -- If not already set (e.g., NAME does a DEFLOAD)
    153       'loadattributes'
     153      'LoadAttributes'
    154154      'RestorePosFromEa'
    155155   endif
     
    158158   -- (see also defproc prestore_pos):
    159159   -- Scroll to full cols
    160    DeltaScrollx = .scrollx//.fontwidth
     160   DeltaScrollx = .scrollx // .fontwidth
    161161   if DeltaScrollx > 0 then
    162162      .scrollx = .scrollx - DeltaScrollx
     
    167167
    168168   -- Set mode
    169    Mode = GetMode(Filename)
     169   Mode = GetMode( Filename)
    170170
    171171   -- Process all mode-dependent settings for defload
     
    184184   'HookExecuteOnce loadonce'
    185185
    186    -- Refresh InfoLines
    187    'refreshinfoline FILE'
    188 
  • TabularUnified trunk/src/netlabs/macros/locate.e

    r3424 r3434  
    13601360      if rc = 0 then
    13611361         -- Found
    1362          'HookAdd selectonce postme postme HighlightMatch'  -- additionally required to highlight after file switching
     1362         'HookAdd fileswitchedonce postme postme HighlightMatch'  -- additionally required to highlight after file switching
    13631363         if fid = startfid then
    13641364            'SayHint String only found in this file.'
  • TabularUnified trunk/src/netlabs/macros/main.e

    r3413 r3434  
    4747   universal unnamedfilename  -- use NLS-dependent string from EPMMRI.DLL or
    4848                              -- ETKE603.DLL, not the one from ENGLISH.E
    49    universal DisplayDisabled  -- suppress screen refresh during file loading
    5049
    5150   -- Get args
     
    5655   --          Fortunately several NEPMD commands can handle filenames with
    5756   --          spaces (e.g. Shell). As a result, that won't matter.
    58    EpmArgs = arg(1)
     57   EpmArgs = arg( 1)
    5958   -- o  dprintf doesn't work before the end of defmain. It probably works just
    6059   --    after InitConfig. Note that internal (and outdated internal) defs were
    6160   --    already processed when DEFMAIN is executed.
    62    --dprintf( 'MAIN: arg(1) = ['arg(1)']')
     61   --dprintf( 'MAIN: arg( 1) = ['arg( 1)']')
    6362
    6463
     
    8584
    8685   -- Host support
    87 compile if (HOST_SUPPORT='EMUL' | HOST_SUPPORT='E3EMUL') and not defined( my_SAVEPATH)
     86compile if (HOST_SUPPORT = 'EMUL' | HOST_SUPPORT = 'E3EMUL') & not defined( my_SAVEPATH)
    8887   call check_savepath()
    8988compile endif
     
    109108   --          'Highlight 1 epmkwds.<ext>' from profile.erx didn't work for
    110109   --          every loaded file. Any file stuff didn't work properly there.
    111    --          Using the new 'load' hook or the 'AtLoad' command, one can
    112    --          execute something for every loaded file -- easily and properly.
     110   --          Using the 'load' hook or the 'AtLoad' command, one can execute
     111   --          something for every loaded file.
    113112   if rexx_profile then
    114113      ProfileName = 'profile.erx'
     
    130129   call showwindow( 'ON')
    131130   mouse_setpointer WAIT_POINTER
    132    --refresh     -- force to show the window, with the empty file loaded
    133 
    134    -- Not possible: ProcessSelect is not called if starting command takes
    135    --               longer
    136    display -1  -- disable screen refresh, re-enabled in defselect
    137    DisplayDisabled = 1
    138 
    139    dprintf( 'MAIN', 'executing postme main2' unnamedfid','EpmArgs)
    140    'postme main2' unnamedfid','EpmArgs
     131   'DisableDisplay'  -- Enabled in ProcessPostFilesLoaded
     132
     133   dprintf( 'MAIN', 'executing PostMe ProcessPostMain' unnamedfid','EpmArgs)
     134   'PostMe ProcessPostMain' unnamedfid','EpmArgs
    141135
    142136; ---------------------------------------------------------------------------
    143137; When PROFILE.ERX is processed, it often takes a longer time. In order to
    144 ; keep the order of the further steps (e.g. afterload) right, moving the rest
     138; keep the order of the further steps (e.g. filesloaded) right, moving the rest
    145139; of defmain to a posted defc should delay it until PROFILE.ERX processing
    146140; is fully completed. Fortunally the single postme doesn't cause much
    147141; overhead here.
    148 defc main2
     142defc ProcessPostMain
    149143   universal nepmd_hini
    150144                             -- following universals are initialized to the
     
    169163
    170164   -- Execute the EpmArgs (Edit command)
    171    dprintf( 'MAIN', 'main2: EpmArgs = 'EpmArgs)
     165   dprintf( 'MAIN', 'ProcessPostMain: EpmArgs = 'EpmArgs)
    172166
    173167   KeyPath = '\NEPMD\User\AutoRestore\Ring\LoadLast'
     
    186180   -- o  E automatically created an empty file when it started.
    187181   -- o  If user specified file(s) to edit, get rid of the empty file.
    188    -- o  This must be processed at defmain, because this file is the only one,
     182   -- o  This must be processed at defmain, because this file is the only one
    189183   --    that doesn't trigger a defload event.
    190184   -- o  Get fileid after processing of EpmArgs.
     
    192186   dprintf( 'MAIN', 'filesinring = 'filesinring()', filename = '.filename)
    193187   dprintf( 'MAIN_EMPTY_FILE', 'filesinring = 'filesinring()', filename = '.filename)
    194    if validatefileid(unnamedfid) <> 0 then
     188   if validatefileid( unnamedfid) <> 0 then
    195189      activatefile unnamedfid
    196190      -- Check if other files in ring
    197       next_file
     191      nextfile
    198192      getfileid otherfid
    199193      if otherfid = unnamedfid then  -- no other file in ring
     
    206200         getfileid newfid
    207201         -- xcom edit doesn't call defc edit, therefore set the following
    208          -- universal vars to make ProcessAfterload happy.
     202         -- universal vars to make ProcessFilesLoaded happy.
    209203         -- Usually they are set by defc edit.
    210204         firstloadedfid = newfid  -- first file for this edit cmd
     
    223217
    224218   -- Workaround
    225    -- o  Ensure that ProcessSelect is called. Sometimes it will be suppressed if
    226    --    longer commands have to be executed by the Edit command. ProcessSelect
    227    --    won't process a file twice, because the previous fileid is checked.
     219   -- o  Ensure that ProcessSelect is called. Sometimes it is suppressed if
     220   --    longer commands have to be executed by the Edit command.
    228221   -- o  BTW: The select event for the automatically created empty file is
    229222   --    always executed too early and therefore further processing is
    230223   --    suppressed in SELECT.E.
    231224   -- o  2 postmes would decrease stability compared with 1.
    232     dprintf( 'MAIN', 'executing: ProcessSelect')
    233    'postme ProcessSelect'
    234 
    235    -- Execute just-installed stuff, if any -------------------------------------
     225    dprintf( 'MAIN', 'executing: PostMe ProcessSelect')
     226   'PostMe ProcessSelect'
     227
     228   -- Execute just-installed stuff, if any
    236229   -- o  The JustInstalled key is written with value 1 on import of
    237230   --    DEFAULTS.CFG. Therefore it is added to the RegDefaults ini
     
    239232   App = 'RegDefaults'
    240233   Key = '\NEPMD\Install\JustInstalled'
    241    JustInstalled = QueryProfile( nepmd_hini, App, Key)
     234   JustInstalled = queryprofile( nepmd_hini, App, Key)
    242235   if JustInstalled = '' then  -- if key doesn't exist
    243       'postme postme DefaultsMissingMsgBox'
     236      'PostMe PostMe DefaultsMissingMsgBox'
    244237
    245238   elseif JustInstalled = 1 then
    246239      -- Reset JustInstalled ini key
    247       call SetProfile( nepmd_hini, App, Key, 0)
     240      call setprofile( nepmd_hini, App, Key, 0)
    248241
    249242      -- Link JustInst.ex if present
     
    253246      if rc > 0 then
    254247         -- Execute defc JustInst
    255          if isadefc('JustInst') then
     248         if isadefc( 'JustInst') then
    256249            'AtPostStartup JustInst'
    257250         endif
     
    285278      App = 'Install'
    286279      Key = 'UserFilesMoved'
    287       next = QueryProfile( nepmd_hini, App, Key)
     280      next = queryprofile( nepmd_hini, App, Key)
    288281      if next = 1 then
    289          'postme postme UserFilesMovedMsgBox'
    290       endif
    291       next = SetProfile( nepmd_hini, App, Key, 0)
     282         'PostMe PostMe UserFilesMovedMsgBox'
     283      endif
     284      next = setprofile( nepmd_hini, App, Key, 0)
    292285   endif
    293286
     
    308301   Text = Text || 'Should the workaround be applied now?'
    309302   Style = MB_OKCANCEL + MB_ERROR + MB_MOVEABLE
    310    ret1 = winmessagebox( Title,
     303   ret1 = WinMessageBox( Title,
    311304                         Text,
    312305                         Style)
     
    315308      TestKey = 'Test'
    316309      -- Write a test value
    317       next = SetProfile( nepmd_hini, App, TestKey, '1')
     310      next = setprofile( nepmd_hini, App, TestKey, '1')
    318311      -- Delete the App
    319       next = SetProfile( nepmd_hini, App, '', '')  -- delete the App
     312      next = setprofile( nepmd_hini, App, '', '')  -- delete the App
    320313      -- Query test value
    321       TestVal = QueryProfile( nepmd_hini, App, TestKey)
     314      TestVal = queryprofile( nepmd_hini, App, TestKey)
    322315      if TestVal = '' then  -- if key doesn't exist
    323316         Title = 'RegDefaults deleted from NEPMD.INI'
     
    326319         Text = Text || 'Should EPM be restarted now?'
    327320         Style = MB_OKCANCEL + MB_INFORMATION + MB_MOVEABLE
    328          ret2 = winmessagebox( Title,
     321         ret2 = WinMessageBox( Title,
    329322                               Text,
    330323                               Style)
     
    338331         Text = Text || 'not deleted from NEPMD.INI.'
    339332         Style = MB_OK + MB_ERROR + MB_MOVEABLE
    340          ret3 = winmessagebox( Title,
     333         ret3 = WinMessageBox( Title,
    341334                               Text,
    342335                               Style)
     
    358351   Text = Text || ' bin, ex or mode subdirectories.'
    359352   Style = MB_OK + MB_INFORMATION + MB_MOVEABLE
    360    ret = winmessagebox( Title,
     353   ret = WinMessageBox( Title,
    361354                        Text,
    362355                        Style)
    363356
     357; ---------------------------------------------------------------------------
     358; Suppress screen refresh.
     359
     360defc DisableDisplay
     361   universal displaydisabled
     362   displaydisabled = 1
     363   display -1
     364
     365defc EnableDisplay
     366   universal displaydisabled
     367   displaydisabled = 0
     368   display 1
     369
  • TabularUnified trunk/src/netlabs/macros/mode.e

    r3372 r3434  
    6666         -- Get default mode
    6767         rc = 0
    68          DefaultMode = NepmdQueryDefaultMode(Filename)
    69          --dprintf( 'GetMode: DefaultMode = NepmdQueryDefaultMode('Filename') = 'DefaultMode', rc = 'rc)
     68         DefaultMode = NepmdQueryDefaultMode( Filename)
     69         --dprintf( 'GetMode: DefaultMode = NepmdQueryDefaultMode( 'Filename') = 'DefaultMode', rc = 'rc)
    7070         if DefaultMode = '' then
    7171            --sayerror "Default mode can't be determined. NepmdQueryDefaultMode returned rc = "rc"."
     
    9393defproc GetHiliteCheckFlag
    9494   universal HiliteModeList
    95    Mode = arg(1)
     95   Mode = arg( 1)
    9696
    9797   -- make sure each mode is checked for only once
     
    118118; Resets and redetermines current mode.
    119119; Processes settings for current mode only if current mode <> old mode.
    120 ; arg(1) = old mode.
    121 ; Called by defc s,save.
    122 ;
    123 ; Use a command for to call it with 'postme' from defc s,save
     120; arg( 1) = old mode.
     121; Called by defc s, save.
     122;
     123; Use a command for to call it with 'postme' from defc s, save
    124124; Otherwise a MessageBox (defined in ETK) will pop up when
    125125;    -  the window should be closed and
     
    134134; only updated after the ListBox was closed.
    135135defc ResetMode
    136    OldMode = arg(1)
     136   OldMode = arg( 1)
    137137
    138138   -- Set fid'.mode' to an empty string to make GetMode redetermine
     
    178178   universal LoadState
    179179
    180    arg1 = strip( upcase( arg(1)))
     180   arg1 = strip( upcase( arg( 1)))
    181181   ResetModeArgs = '0 OFF DEFAULT'
    182182
     
    208208      elseif wordpos( NewMode, ModeList) = 0 then
    209209         sayerror NewMode' is not a valid mode'
    210          if LoadState = 0 then  -- after AfterLoad was processed
     210         if LoadState = 0 then  -- after FilesLoaded was processed
    211211            -- Reset to empty to open the SelectMode dialog
    212212            NewMode = ''
     
    227227   elseif wordpos( NewMode, ResetModeArgs) > 0 then
    228228      -- Get the default mode
    229       NewMode =  NepmdQueryDefaultMode(.filename)
     229      NewMode =  NepmdQueryDefaultMode( .filename)
    230230      if NewMode = '' then
    231231         sayerror "Default mode can't be determined. NepmdQueryDefaultMode returned rc = "rc"."
     
    234234      -- Update the EPM EA area to make get_EAT_ASCII_value show the actual value.
    235235      -- This will delete the EA on save-as if the source file was readonly.
    236       call Delete_Ea('EPM.MODE')
     236      call Delete_Ea( 'EPM.MODE')
    237237      if fSetEa then
    238238         if not fReadonly & not .lockhandle then
     
    247247   else
    248248      -- Update the EPM EA area to make get_EAT_ASCII_value show the actual value.
    249       call Delete_Ea('EPM.MODE')
     249      call Delete_Ea( 'EPM.MODE')
    250250      if fSetEa then
    251251         -- This will write the EA on save-as if the source file was readonly.
     
    274274
    275275   -- Determine current mode
    276    CurMode = Get_EAT_ASCII_Value('EPM.MODE')
     276   CurMode = Get_EAT_ASCII_Value( 'EPM.MODE')
    277277   DefMode = NepmdQueryDefaultMode( .filename)
    278278
     
    302302                     '/~Set/~Reset/Cancel',          -- buttons
    303303                     0, 0,  --5, 5,                  -- top, left,
    304                      Min( words(ModeList), 12), 25,  -- height, width
     304                     Min( words( ModeList), 12), 25,  -- height, width
    305305                     GethWndC( APP_HANDLE) || atoi( Selection) || atoi( 1) || atoi( 0) ||
    306306                     Text\0 )
     
    309309   -- Check result
    310310   Button = asc( leftstr( select, 1))
    311    EOS = pos( \0, select, 2)        -- CHR(0) signifies End Of String
     311   EOS = pos( \0, select, 2)        -- CHR( 0) signifies End Of String
    312312   if Button = 1 then
    313313      ret = substr( select, 2, EOS - 2)
     
    325325; ---------------------------------------------------------------------------
    326326defc OpenModeDirs
    327    Mode = strip( arg(1))
     327   Mode = strip( arg( 1))
    328328   if Mode = '' then
    329329      Mode = GetMode()
     
    339339
    340340; ---------------------------------------------------------------------------
    341 ; arg(1) = Directory. Opens dialog if no arg.
     341; arg( 1) = Directory. Opens dialog if no arg.
    342342defc ModeCacheDir
    343343
    344344   Dir        = GetModeCacheDir()
    345345   DefaultDir = GetDefaultModeCacheDir()
    346    NewDir = strip( arg(1))
     346   NewDir = strip( arg( 1))
    347347   if NewDir = '' then
    348348      Title = 'ModeCache directory'
    349349      Text  = 'Enter a fully-qualified directory.'
    350       Text  = Text''copies( ' ', max( 100 - length(Text), 0))
     350      Text  = Text''copies( ' ', max( 100 - length( Text), 0))
    351351      Buttons = '/~Set/~Reset/Cancel'
    352352      Entry = Dir
     
    391391defproc SetModeCacheDir
    392392   KeyPath = '\NEPMD\User\ModeCache\Directory'
    393    NewDir = arg(1)
     393   NewDir = arg( 1)
    394394   if NewDir = '' then
    395395      call DeleteConfigKey( KeyPath)
  • TabularUnified trunk/src/netlabs/macros/modeexec.e

    r3371 r3434  
    436436; command. This is required to process these settings for the correct file.)
    437437definit
    438    'HookAdd select ProcessSelectSettings'
     438   'HookAdd fileswitched ProcessSelectSettings'
    439439
    440440; ---------------------------------------------------------------------------
  • TabularUnified trunk/src/netlabs/macros/recompile.e

    r3396 r3434  
    100100      Modulename = BaseName'.e'
    101101   else
    102       call parse_filename( Modulename)
     102      call Parse_Filename( Modulename)
    103103   endif
    104104
     
    178178; Does use the /v option now.
    179179; Doesn't respect options from the commandline, like /v or /e <logfile>.
    180 defc et, etpm
     180defc Et, Etpm
    181181
    182182   rest = strip( arg(1))
     
    194194      InFile = 'epm.e'
    195195   else
    196       call parse_filename( InFile, .filename)
    197    endif
    198    call parse_filename( ExFile, .filename)
     196      call Parse_Filename( InFile, .filename)
     197   endif
     198   call Parse_Filename( ExFile, .filename)
    199199   lp = lastpos( '.', ExFile)
    200200   if lp > 0 then
     
    217217   AutolinkDir  = NepmdUserDir'\autolink'  -- search in <UserDir>\autolink first
    218218   ProjectDir   = NepmdUserDir'\project'   -- search in <UserDir>\project second
    219    if exist( AutolinkDir'\'BaseName'.ex') then
     219   if Exist( AutolinkDir'\'BaseName'.ex') then
    220220      DestDir = AutolinkDir
    221    elseif exist( ProjectDir'\'BaseName'.ex') then
     221   elseif Exist( ProjectDir'\'BaseName'.ex') then
    222222      DestDir = ProjectDir
    223223   else
     
    231231   EtpmCmd = ETPM_CMD
    232232compile else
    233    EtpmCmd = 'etpm'
     233   EtpmCmd = 'Etpm'
    234234compile endif
    235235
     
    262262      sayerror 'ETPM.EXE:' CANT_OPEN_TEMP__MSG '"'TempFile'"'
    263263      stop
    264    elseif exist( TempFile) then
    265       call ec_position_on_error( TempFile)
     264   elseif Exist( TempFile) then
     265      call Ec_Position_On_Error( TempFile)
    266266      rc = etpmrc
    267267   else
     
    274274; Load file containing error, called by etpm.
    275275; This handles the /v output of etpm as well.
    276 defproc ec_position_on_error( tempfile)
     276defproc Ec_Position_On_Error( tempfile)
    277277   'xcom e 'tempfile
    278278   if rc then    -- Unexpected error.
     
    301301      'e 'filename               -- not xcom here, respect user's window style
    302302      if line <> '' and col <> '' then
    303          .cursory = min( .windowheight % 2, .last)
     303         .cursory = Min( .windowheight % 2, .last)
    304304         if col > 0 then
    305             'postme goto' line col
     305            'PostMe GoTo' line col
    306306         else
    307307            line = line - 1
    308308            col = length( textline( line))
    309             'postme goto' line col
     309            'PostMe GoTo' line col
    310310         endif
    311311      endif
     
    724724         -- If CurExFile <> NetlabsExFile or if error from deletion
    725725         if next <> 0 | (next = 0 & delrc) then
    726             if LastCheckTime < max( CurExFileTime, NetlabsExFileTime) then
     726            if LastCheckTime < Max( CurExFileTime, NetlabsExFileTime) then
    727727               fCompExFile = 1
    728728            endif
     
    11861186
    11871187   if (not fCheckOnly) & (fRestartEpm = 1) then
    1188       Cmd = 'postme postme Restart closeother'
     1188      Cmd = 'PostMe PostMe Restart closeother'
    11891189   else
    11901190      Cmd = ''
     
    14381438   etpmrc = -1
    14391439   CompileDir = NepmdUserDir'\ex\tmp'
    1440    if not exist( CompileDir) then
     1440   if not Exist( CompileDir) then
    14411441      call MakeTree( CompileDir)
    1442       if not exist( CompileDir) then
     1442      if not Exist( CompileDir) then
    14431443         sayerror 'CallEtpm: Cannot find or create CompileDir "'CompileDir'"'
    14441444         stop
     
    14641464   call directory( CompileDir)
    14651465
    1466    Os2Cmd = 'etpm' Params
     1466   Os2Cmd = 'Etpm' Params
    14671467   quietshell 'xcom' Os2Cmd
    14681468   etpmrc = rc
     
    14771477   elseif etpmrc = 41 then
    14781478      sayerror 'ETPM.EXE:' CANT_OPEN_TEMP__MSG '"'
    1479    elseif exist( EtpmLogFile) then
    1480       call ec_position_on_error( EtpmLogFile)
     1479   elseif Exist( EtpmLogFile) then
     1480      call Ec_Position_On_Error( EtpmLogFile)
    14811481   else
    14821482      sayerror 'ETPM.EXE returned rc = 'etpmrc' for "'Os2Cmd'"'
     
    15631563      ExFile = ExFile'.ex'
    15641564   endif
    1565    if exist( AutolinkDir'\'ExFile) then
     1565   if Exist( AutolinkDir'\'ExFile) then
    15661566      DestDir = AutolinkDir
    1567    elseif exist( ProjectDir'\'ExFile) then
     1567   elseif Exist( ProjectDir'\'ExFile) then
    15681568      DestDir = ProjectDir
    15691569   else
     
    16021602defc CheckEpmMacros
    16031603
    1604    NepmdUserDir = Get_Env('NEPMD_USERDIR')
     1604   NepmdUserDir = Get_Env( 'NEPMD_USERDIR')
    16051605   call MakeTree( NepmdUserDir)
    16061606   call MakeTree( NepmdUserDir'\ex')
     
    16151615; Todo: use different text for fCheckOnly = 1, cRecompile > 0, cRelink > 0
    16161616defc RecompileNewMsgBox
    1617    NepmdUserDir = Get_Env('NEPMD_USERDIR')
     1617/*
     1618   -- Ensure that the screen is updated before the message box pops up
     1619   --'EnableDisplay'  -- executed too late
     1620   display 1
     1621*/
     1622   NepmdUserDir = Get_Env( 'NEPMD_USERDIR')
    16181623   UserDirName = substr( NepmdUserDir, lastpos( '\', NepmdUserDir) + 1)
    16191624   LogFile = NepmdUserDir'\ex\recompilenew.log'
     
    16861691
    16871692   Title = 'Checked .E and .EX files from 'upcase(UserDirName)' tree'
    1688    rcx = winmessagebox( Title,
     1693   rcx = WinMessageBox( Title,
    16891694                        Text,
    16901695                        Style)
  • TabularUnified trunk/src/netlabs/macros/select.e

    r3294 r3434  
    3737; ---------------------------------------------------------------------------
    3838defselect
    39    universal SelectDisabled
    40    universal LoadState
     39   universal selectdisabled
     40   universal loadstate
     41
    4142   getfileid fid
    42    dprintf( 'SELECT', .filename', fid = 'fid', LoadState = 'LoadState)
     43   dprintf( 'SELECT', .filename', fid = 'fid', LoadState = 'loadstate)
    4344   if not .visible then  -- process following only if file is visible
    4445      return
    4546   endif
    46    if SelectDisabled <> 1 then
     47   if selectdisabled <> 1 then
    4748      'ProcessSelect'
    4849   endif
    4950
    5051; ---------------------------------------------------------------------------
     52; Bug: On opening a new EPM window, no defselect event may be triggered.
     53; Therefore 'PostMe ProcessSelect' was added to ProcessPostMain. That ensures
     54; that it is executed in all cases. The disadvantage is that it might be
     55; executed multiple times. Those cases, when the file on top is changed, are
     56; filtered out in ProcessSelect.
    5157defc ProcessSelect
    5258   universal lastselectedfid
    53    universal LoadState
    54    universal SelectDisabled
     59   universal loadstate
     60   universal selectfid
    5561
    5662   getfileid fid
     63   selectfid = fid
    5764
    5865   -- Suppress too early select events
    59    if LoadState = '' then
    60       dprintf( 'SELECT', 'suppress ProcessSelect for '.filename', fid = 'fid', LoadState = 'LoadState' (initial file)')
     66   if loadstate = '' then
     67      dprintf( 'SELECT', 'suppress ProcessSelect for '.filename', fid = 'fid', loadstate = 'loadstate' (initial file)')
    6168      return
    6269   endif
    6370
    64    SelectDisabled = 0  -- always reenable it
     71   'DisableSelect'
    6572
    6673   if fid = lastselectedfid then
    6774      -- nop, ProcessSelect2 was already executed for this file
    68       dprintf( 'SELECT', 'suppress ProcessSelect for '.filename', fid = 'fid', LoadState = 'LoadState' (already processed)')
     75      dprintf( 'SELECT', 'suppress ProcessSelect for '.filename', fid = 'fid', loadstate = 'loadstate' (already processed)')
    6976   else
    70       dprintf( 'SELECT', 'ProcessSelect for '.filename', fid = 'fid', LoadState = 'LoadState)
    71       if LoadState = 1 then  -- if a defload was processed before
    72          LoadState = 2
    73          'ProcessAfterLoad' -- executes multiple ring commands that sometimes
    74                              -- left the wrong file on top
     77      dprintf( 'SELECT', 'ProcessSelect for '.filename', fid = 'fid', loadstate = 'loadstate)
     78      if loadstate = 1 then  -- if a defload was processed before
     79         loadstate = 2
     80         'ProcessFilesLoaded' -- executes multiple ring commands that sometimes
     81                              -- left the wrong file on top
    7582; ### critical call ###
    76          'postme activatefile' fid  -- postme required, but doesn't work in some rare cases
     83         'PostMe ActivateFile' fid  -- postme required, but doesn't work in some rare cases
    7784; #####################
    7885
    79          'postme ProcessAfterload2' -- final processing, therefore posted
    80          LoadState = 0
     86         'PostMe ProcessPostFilesLoaded' -- final processing, therefore posted
     87         loadstate = 0
    8188      endif
    8289
    83       'ProcessSelect2'
     90      'ProcessFileSwitched'
    8491      lastselectedfid = fid
    8592   endif
    8693
     94   'EnableSelect'  -- always reenable it
     95
    8796; ---------------------------------------------------------------------------
    8897; This cmd is called once by defselect after all files were loaded.
    89 defc ProcessAfterLoad
    90    universal CurEditCmd
    91    universal filestoloadmax   -- set in PreLoadFile, only used for RingAddToHistory('LOAD')
    92 
    93    dprintf( 'AFTERLOAD', .filename', CurEditCmd = 'CurEditCmd)
     98defc ProcessFilesLoaded
     99   universal cureditcmd
     100   universal filestoloadmax   -- set in PreLoadFile, only used for RingAddToHistory( 'LOAD')
     101
     102   dprintf( 'FILESLOADED', .filename', cureditcmd = 'cureditcmd)
    94103
    95104   -- Write number for all files in the ring to an array var
     
    104113   if filestoloadmax <= 1 then
    105114; ### critical call ###
    106       call RingAddToHistory('LOAD')
     115      call RingAddToHistory( 'LOAD')
    107116; #####################
    108117   endif
     
    110119   -- Write position and name of all files in the ring to NEPMD.INI
    111120   -- Don't process if files loaded by Recompile or 'groups loadgroup'
    112    if wordpos( CurEditCmd, 'SETPOS LOADGROUP RESTORERING') = 0 then
     121   if wordpos( cureditcmd, 'SETPOS LOADGROUP RESTORERING') = 0 then
    113122      -- see FILELIST.E
    114123      -- must not execute 'postme activatefile' at this point
     
    120129   -- Reset CurEditCmd to enable saving the ring list for the next 'edit'
    121130   -- or 'quit' action
    122    CurEditCmd = ''
     131   cureditcmd = ''
    123132
    124133; ---------------------------------------------------------------------------
    125134; This cmd is posted once by defselect after all files were loaded.
    126 defc ProcessAfterLoad2
     135defc ProcessPostFilesLoaded
    127136   universal vepm_pointer
    128    universal DisplayDisabled
    129 
    130    dprintf( 'AFTERLOAD', 'ProcessAfterload2 for '.filename)
    131 
     137   universal displaydisabled
     138   universal selectfid
     139
     140   dprintf( 'FILESLOADED', 'PostFilesLoaded for '.filename)
    132141   mouse_setpointer vepm_pointer
    133142
    134    if DisplayDisabled then
    135       DisplayDisabled = 0
    136       'trim'  -- Trim window so it's an exact multiple of the font size
     143   if displaydisabled then
     144      'Trim'  -- Trim window so it's an exact multiple of the font size
    137145              -- This should avoid scrolling caused by temp. cursor pos.
    138146              -- changes and restore.
    139       display 1  -- re-enable screen updates, show the loaded files
     147      'EnableDisplay'  -- re-enable screen updates, show the loaded files
    140148   endif
    141149   -- Bug to find? display 2 here would cause on defmodify the msg:
     
    143151   -- statement or Get/SetAVar call.
    144152
    145    dprintf( 'AFTERLOAD', 'HookExecute afterload: 'HookGet( 'afterload'))
    146    'HookExecute afterload'
    147    dprintf( 'AFTERLOAD', 'HookExecuteOnce afterloadonce: 'HookGet( 'afterloadonce'))
    148    'HookExecuteOnce afterloadonce'
    149    if HookIsDefined( 'afterload2once') then
     153   dprintf( 'FILESLOADED', 'HookExecute postfilesloaded: 'HookGet( 'postfilesloaded'))
     154   'HookExecute postfilesloaded'
     155
     156   dprintf( 'FILESLOADED', 'HookExecuteOnce postfilesloadedonce: 'HookGet( 'postfilesloadedonce'))
     157   'HookExecuteOnce postfilesloadedonce'
     158
     159   if HookIsDefined( 'postpostfilesloadedonce') then
    150160      refresh
    151       'postme HookExecuteOnce afterload2once'
    152       dprintf( 'AFTERLOAD', 'HookExecuteOnce afterload2once: 'HookGet( 'afterload2once'))
     161      'PostMe HookExecuteOnce postpostfilesloadedonce'
     162      dprintf( 'FILESLOADED', 'HookExecuteOnce postpostfilesloadedonce: 'HookGet( 'postpostfilesloadedonce'))
    153163   endif
    154164
    155165; ---------------------------------------------------------------------------
    156166; Executed by defselect once after all file loading has been processed
    157 defc ProcessSelect2
    158    dprintf( 'SELECT', 'ProcessSelect2 for '.filename)
     167defc ProcessFileSwitched
     168   dprintf( 'SELECT', 'FileSwitched for '.filename)
    159169
    160170   -- Change to dir of current file
     
    171181
    172182   -- Process hooks
    173    -- o  Use the 'select' hook for settings, you want to change on every
    174    --    defselect event. That should be only stuff, that don't stick with the
    175    --    file. If your stuff sticks, better use the 'load' hook to avoid loss
    176    --    of performance and stability.
    177    'HookExecute select'          -- usually contains ProcessSelectSettings,
    178                                  -- to be used for user additions as well
    179    'HookExecuteOnce selectonce'  -- user additions, deleted after execution
    180    'HookExecute afterselect'     -- usually contains ProcessRefreshInfoLine
    181    'PostMe HighlightCursor'      -- PostMe required in many cases
     183   -- o  Use the 'fileswiched' hooks for settings, that you want to change on
     184   --    every defselect event. That should be only stuff, that doesn't stick
     185   --    with the file. If your stuff sticks, better use the 'load' hook to
     186   --    avoid loss of performance and stability.
     187   'HookExecute fileswitched'          -- usually contains ProcessSelectSettings,
     188                                       -- to be used for user additions as well
     189   'HookExecuteOnce fileswitchedonce'  -- user additions, deleted after execution
     190
     191   'HookExecute postfileswitched'      -- usually contains ProcessRefreshInfoLine
    182192
    183193; ---------------------------------------------------------------------------
     
    193203;                           so that the EnableSelect command will reset the
    194204;                           flag before it's been executed.
    195 ;    'postme EnableSelect'  Enable select processsing for all files after
     205;    'PostMe EnableSelect'  Enable select processsing for all files after
    196206;                           current command (e.g. Name or SaveAs) was
    197207;                           completely executed. That triggers defload and
     
    201211
    202212defc DisableSelect
    203    universal SelectDisabled
    204    SelectDisabled = 1
     213   universal selectdisabled
     214   selectdisabled = 1
    205215
    206216defc EnableSelect
    207    universal SelectDisabled
    208    SelectDisabled = 0
     217   universal selectdisabled
     218   selectdisabled = 0
    209219
    210220; ---------------------------------------------------------------------------
  • TabularUnified trunk/src/netlabs/macros/wrap.e

    r3426 r3434  
    5454   -- This sets the universal var reflowmargins to initial values, queried
    5555   -- from NEPMD.INI.
    56    -- (Found no better place when to execute the hook.)
    57 ;##############################################
    58    'HookAdd select ReflowMarginsInit' -------------------------------- Todo
    59 ;##############################################
     56   'HookAdd fileswitched ReflowMarginsInit'
    6057
    6158;--------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.