Changeset 2896
- Timestamp:
- Jan 21, 2018, 10:50:25 PM (7 years ago)
- Location:
- trunk/src/netlabs/macros
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/netlabs/macros/tags.e ¶
r2873 r2896 1622 1622 endif 1623 1623 1624 'VSyncCursor' 1624 1625 call psave_pos( savepos) 1625 1626 0 -
TabularUnified trunk/src/netlabs/macros/toolbar.e ¶
r2869 r2896 493 493 BarName = delword( BarName, wp, 1) 494 494 endif 495 496 495 if BarName = '' then -- List all toolbars 497 496 inidata = queryprofile( app_hini, INI_UCMENU_APP, '') … … 505 504 getfileid startfid 506 505 506 'VSyncCursor' 507 507 'xcom e /c /q tempfile' 508 508 if rc <> -282 then -- sayerror('New file') … … 540 540 endif 541 541 542 -- This inserts the contents from the current file into a buffer, 543 -- ready for a call to ListBox(). This can be used when the list 544 -- entry length extends E's max. line length. 545 -- It also quits the current file and activates startfid. 542 546 if listbox_buffer_from_file( startfid, 543 547 bufhndl, … … 570 574 return 571 575 endif 572 573 576 else 574 577 inidata = queryprofile( app_hini, INI_UCMENU_APP, BarName)
Note:
See TracChangeset
for help on using the changeset viewer.