Changeset 1678


Ignore:
Timestamp:
Jan 1, 2013, 9:20:30 PM (13 years ago)
Author:
Gregg Young
Message:

Update help files adding WPS replacement information (Ticket 134); Updated target directory to include drag and drop info. Removed some obsolete information and minor code cleanup.

Location:
trunk/dll
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3hlp.h

    r1657 r1678  
    165165#define HELP_ARCHIVERBB2           100130
    166166#define HELP_NETDRIVE              100135
     167#define HELP_WPSREPLACE            100140
  • trunk/dll/ipf/Makefile

    r1619 r1678  
    3535  set WIPFC=$(%WATCOM)\wipfc
    3636  $(IPFC) $(IFLAGS) fm3.ipf
    37 #  ren fm3.hlp fm3.hlp  # pointless rename
    3837
    3938clean: .symbolic
  • trunk/dll/ipf/Trouble.ipf

    r1657 r1678  
    66.*
    77.* Copyright (c) 1993-98 M. Kimes
    8 .* Copyright (c) 2002-2012 Steven H.Levine
     8.* Copyright (c) 2002-2013 Steven H.Levine
    99.*
    1010.* 06 Apr 07 GKY Added drag limit information
    1111.* 24 Jun 07 GKY Added change from VAC to open Watcom notes and Global issue with 4OS2.
    12 .* 27 Dec 09 GKY Added information regarding use of the xworkplace trachcan with FM/2
     12.* 27 Dec 09 GKY Added information regarding use of the xworkplace trash can with FM/2
    1313.* 09 Oct 11 GKY Added note about GBM.dll related trap.
    1414.* 08 Jan 12 GKY Updated GBM.DLL note.
     15.* 01 Jan 13 GKY Removed GBM.DLL note as the problem has been fixed.
     16.* 01 Jan 13 GKY Removed reference to install.cmd which is no longer in the FM/2 package
    1517.*
    1618.***********************************************************************
     
    3032LIBPATH&comma. or add the directories of all applications to the LIBPATH&comma. a
    3133rather huge pain in the&comma. uh&comma. neck&per.
    32 :p.If things in FM&slash.2 are suddenly acting strange after an upgrade&comma.
    33 first make &us.sure&us. you unpacked &us.all&us. the files and overwrote the old
    34 ones&comma. then run INSTALL&per.CMD to update your WPS objects&per.
     34:p.If things in FM&slash.2 are suddenly acting strange after an upgrade&comma. try
     35reinstalling the Warpin package.
    3536:p.If the "FM&slash.2 Online Help" object in the "FM&slash.2 Docs" sub-folder
    3637won&apos.t work properly&comma. you&apos.ve got a version of VIEW&per.EXE that won&apos.t
     
    7273in a SYS3175. If this occurs try accessing the directory using "open" from the context (popup)
    7374menu. Mounting it using netdrives' vfat plugin also solves the problem.
    74 :p. &endash. Move to trashcan is only active for local hard drive (this is a design limitation
    75 of the xworkplace trashcan). The result will be a permanent delete for all other
     75:p. &endash. Move to trash can is only active for local hard drive (this is a design limitation
     76of the xworkplace trash can). The result will be a permanent delete for all other
    7677drive types. Also be aware that deleted files are still retained on the drive
    7778they were deleted from. The result can be full drive type errors. If you are
    78 deleting to free up drive space you must either empty the trashcan or use
    79 :hp6.Permanent Delete:ehp6. which deletes the files directly bypassing the trashcan.
    80 :p. &endash. Under some circumstances a trap may occur in GBM.dll when attempting to view a file.
    81 This appears to be a random occurrence. It occurs when attempting to view a binary file or a file
    82 FM2 thinks is binary. This appears to be a problem with mmioIdentifyFile misidentifying these as
    83 MultiMedia files. I have only had it happens if I use FM2's internal view for binary files.
    84 I have updated "ShowMultiMedia" which should reduce the likelihood of it happening. If you
    85 continue to have the problem turn "ShowMultiMedia" off in the settings notebook. If this is unacceptable
    86 updating GBM.dll to version 1.73 or higher (Available on Hobbes HTTP&colon.//hobbes.nmsu.edu/h-search.php?key=
    87 GBM&amp.pushbutton=Search) also helps. Designating a "Binary Viewer" on the Viewers page of the settings
    88 notebook appears to suppress the problem too.
     79deleting to free up drive space you must either empty the trash can or use
     80:hp6.Permanent Delete:ehp6. which deletes the files directly bypassing the trash can.
     81
  • trunk/dll/ipf/config.ipf

    r1657 r1678  
    1010.* 29 Apr 09 SHL Update formatting
    1111.* 08 Jan 12 GKY Updated date formatting for ARCHIVER.BB2
     12.* 01 Jan 13 GKY Added information about target directory as a drop target
    1213.*
    1314.***********************************************************************
     
    124125
    125126You can set a default Target directory with the :hp6.Set Target
    126 directory:ehp6. command, which FM/2 will use whenever you use the menu
     127directory:ehp6. command or on the General page of the settings notebook,
     128which FM/2 will use whenever you use the menu
    127129or accelerator key commands to move or copy file system objects.
    128130Otherwise, FM/2 will attempt to intelligently guess what you'd like the
    129131target directory to be each time based on open Directory Containers or
    130132the currently selected directory in the Drive Tree.
     133:p.
     134You can also drag and drop files onto the target directory (at the end of the
     135drive bar assuming you have show target selected on the :link reftype=hd res=97000.Monolithic page:elink.
     136in the settings notebook). You can drop a single directory on the target and FM/2 will make it the target
     137if you currently don't have one set. If you have one FM/2 will ask if you wish to change the target.
     138If you select "no" FM/2 will carry out the operation you request using the current target.
    131139:p.
    132140If you have a Target directory already set and wish to clear it,
  • trunk/dll/ipf/fm3.ipf

    r1664 r1678  
    66.*
    77.* Copyright (c) 1993-98 M. Kimes
    8 .* Copyright (c) 2006, 2009 Steven H.Levine
     8.* Copyright (c) 2006, 2013 Steven H.Levine
    99.*
    1010.* 24 Sep 06 GKY ADD Change to F1 help
     
    1414.* 04 Aug 12 GKY Changes to use Unlock to unlock files if Unlock.exe is in path both from menu/toolbar and as part of
    1515.*               copy, move and delete operations
     16.* 01 Jan 13 GKY Rearrange some sections
    1617.*
    1718.***********************************************************************
     
    141142with FM/2 (chances are good that there is), and ask the help window to
    142143Search for it. If you can't find it there, drop me a line at steve53@earthlink.net
     144
     145.im install.ipf
     146
     147.im expert.ipf
     148
    143149:h1 res=90000 name=PANEL_GENERAL.General Help
    144150:i1 id=aboutGeneral.General Help
     
    322328
    323329.im keys.ipf
    324 
    325 .im install.ipf
    326330
    327331.im start.ipf
     
    9981002.im tutor.ipf
    9991003
    1000 .im expert.ipf
    1001 
    10021004:h1 res=93300 name=PANEL_FILESMENU.Files Menu
    10031005:i1 id=aboutFilesMenu.Files Menu
  • trunk/dll/ipf/hints.ipf

    r1657 r1678  
    1111.* 09 Oct 11 GKY Fixed line length to eliminate the need for horizontal scrolling.
    1212.* 08 Jan 12 GKY Added drive flag tips for Netdrive drives.
     13.* 01 Jan 13 GKY Add section on FM/2 as a workplace shell replacement
     14.* 01 Jan 13 GKY Add Netdrive section to the index
    1315.*
    1416.***********************************************************************
     
    238240miniature command line at the bottom of the window. Enter any commands
    239241you'd like here, including :link reftype=hd
    240 res=100075.metastrings:elink.. Type /HELP in the command line entry
     242res=100075.meta-strings:elink.. Type /HELP in the command line entry
    241243field for brief information specific to this control.
    242244:p.
     
    247249for speed.
    248250
    249 :h2 res=100135 id='PANEL_NETDRIVE'.
    250 Netdrive drive flag suggestions
     251:h2 res=100140 name=PANEL_HINTSWPSREPLACE.FM/2 as WPS replacement
     252:i1 id=aboutHintswpsreplace.FM/2 as WPS replacement
     253:p. FM/2 makes a useful replacement for OS2's workplace shell. It allow for you to manipulate eas and the OS2.ini
     254and OS2SYS.ini without the work place shell running. We recommend you setup commands and a toolbar. These
     255should include your favorite ini cleaners ea manipulation tools and basic utilities like pstat and rmview.
     256You will also want to include pmshell so you can just start the WPS when you are ready. It is easy to setup.
     257Just add the following line to your config.sys file&colon.
     258.br
     259.br
     260SET RUNWORKPLACE=G&colon.\Fm2\fm3.exe
     261.br
     262.br
     263Remember to REM the following line&colon.
     264.br
     265.br
     266SET RUNWORKPLACE=C&colon.\OS2\PMSHELL.EXE
     267
     268:h2 res=100135 name=PANEL_NETDRIVE.Netdrive drive flag suggestions
     269:i1 id=aboutHintnetdrive.Netdrive drive flag suggestions
    251270:p.The Netdrive file system can slow FM/2 down to a crawl and even lock FM/2. This is particularly true of the FTP
    252271plugin but other plugin can also cause it. We suggest the drive flags shown below be used for any Netdrive's drive.
Note: See TracChangeset for help on using the changeset viewer.