Changeset 1657
- Timestamp:
- Jan 8, 2012, 9:15:41 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/archiver.tmp
r1638 r1657 56 56 ;DOS archivers may work with FM/2, but it'll be up to you to set them up. 57 57 58 ;Supported date types:58 ;Supported date input types: 59 59 ;-------------------- 60 60 ; No date in data 0 … … 64 64 ;98-02-31 23:55:32 yy-mm-dd hh:mm:ss 4 65 65 ;31-02-98 23:55 dd-mm-yy hh:mm 5 66 ;Aug 21 23:55 2011 mm-dd-yyyy hh:mm:ss 6 Fixes tar.gz date/time formatting when using tar 1. .15+66 ;Aug 21 23:55 2011 mm-dd-yyyy hh:mm:ss 6 Fixes tar.gz date/time formatting when using tar 1.15+ 67 67 68 68 ; Dash (-) and slash (/) separators are both supported. -
trunk/dll/fm3hlp.h
r892 r1657 153 153 #define HELP_CFGB 100070 154 154 #define HELP_METASTRINGS 100075 155 #define HELP_REXAMPLE 100080 156 #define HELP_CRESOURCE 100085 157 #define HELP_FM2UTIL 100090 158 #define HELP_BPROGRAM 100095 159 #define HELP_TROUBLE 100100 160 #define HELP_KPROBLEMS 100105 161 #define HELP_INSTALL 100110 162 #define HELP_MOVING 100115 163 #define HELP_UNINSTALL 100120 164 #define HELP_FIRSTTIME 100125 155 #define HELP_REXAMPLE 100080 156 #define HELP_CRESOURCE 100085 157 #define HELP_FM2UTIL 100090 158 #define HELP_BPROGRAM 100095 159 #define HELP_TROUBLE 100100 160 #define HELP_KPROBLEMS 100105 161 #define HELP_INSTALL 100110 162 #define HELP_MOVING 100115 163 #define HELP_UNINSTALL 100120 164 #define HELP_FIRSTTIME 100125 165 #define HELP_ARCHIVERBB2 100130 166 #define HELP_NETDRIVE 100135 -
trunk/dll/ipf/Trouble.ipf
r1636 r1657 6 6 .* 7 7 .* Copyright (c) 1993-98 M. Kimes 8 .* Copyright (c) 2002-201 1Steven H.Levine8 .* Copyright (c) 2002-2012 Steven H.Levine 9 9 .* 10 10 .* 06 Apr 07 GKY Added drag limit information … … 12 12 .* 27 Dec 09 GKY Added information regarding use of the xworkplace trachcan with FM/2 13 13 .* 09 Oct 11 GKY Added note about GBM.dll related trap. 14 .* 08 Jan 12 GKY Updated GBM.DLL note. 14 15 .* 15 16 .*********************************************************************** … … 79 80 :p. &endash. Under some circumstances a trap may occur in GBM.dll when attempting to view a file. 80 81 This appears to be a random occurrence. It occurs when attempting to view a binary file or a file 81 FM2 thinks is binary. It appears it only happens if you use FM2's internal view for binary files. 82 To solve the problem you should update GBM.dll to version 1.73 or higher (Available on Hobbes . 83 HTTP&colon.//hobbes.nmsu.edu/h-search.php?key=GBM&.pushbutton=Search) 84 If that is not a workable solution designating a "Binary Viewer" on the Viewers page of the settings 85 notebook appears to suppress the problem. 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&.pushbutton=Search) also helps. Designating a "Binary Viewer" on the Viewers page of the settings 88 notebook appears to suppress the problem too. -
trunk/dll/ipf/config.ipf
r1546 r1657 6 6 .* 7 7 .* Copyright (c) 1993-98 M. Kimes 8 .* Copyright (c) 2002, 20 09Steven H.Levine8 .* Copyright (c) 2002, 2012 Steven H.Levine 9 9 .* 10 10 .* 29 Apr 09 SHL Update formatting 11 .* 08 Jan 12 GKY Updated date formatting for ARCHIVER.BB2 11 12 .* 12 13 .*********************************************************************** … … 350 351 disable detection of this field entirely. You can optionally follow this 351 352 number with a comma and another number that indicates the type of the 352 date from any of the formats in the following list&colon. 353 date from any of the formats in the following list&colon. These are the input 354 formats. All displayed dates are formatted based on your system locale settings. 353 355 .br 354 356 :xmp. … … 359 361 4 = 96-02-08 23&colon.55&colon.32 yy-mm-dd hh&colon.mm&colon.ss 360 362 5 = 31-02-98 23&colon.55 dd-mm-yy hh&colon.mm 363 6 = Aug 21 23&colon.55 2011 mm-dd-yyyy hh&colon.mm&colon.ss (Fixes tar.gz date/time formatting when using tar 1.15+) 361 364 :exmp. 362 365 :p. … … 446 449 :i1 id=aboutArcBB2.ArchiverBB2 Structure 447 450 :p. 448 ARCHIVER.BB2 is a text file and can be view d or edited with any text editor.451 ARCHIVER.BB2 is a text file and can be viewed or edited with any text editor. 449 452 It contains are three types of lines&colon. 450 453 :ol compact. … … 487 490 :ol compact. 488 491 :li.position (0-based, -1 = not available) 489 :li. type code&colon.492 :li.date input type code&colon. 490 493 :dl compact. 491 494 :dt.0:dd.No date in the data … … 495 498 :dt.4:dd.yy-mm-dd hh&colon.mm&colon.ss (e.g. 98-02-31 23&colon.55&colon.32) 496 499 :dt.5:dd.dd-mm-yy hh&colon.mm (e.g. 31-02-98 23&colon.55) 500 :dt.6:dd.mm-dd-yyyy hh&colon.mm&colon.ss (e.g. Aug 21 23&colon.55 2011 Fixes tar.gz date/time formatting 501 when using tar 1.15+) 497 502 :edl. 498 503 :eol. -
trunk/dll/ipf/hints.ipf
r1636 r1657 6 6 .* 7 7 .* Copyright (c) 1993-98 M. Kimes 8 .* Copyright (c) 2002-2011 Steven H.Levine 9 .* 10 .* 26 Jun 11 GKY Removed Resource.ipf which was out dated and no longer relevent. 11 .* 09 Oct 11 GKY Fixed line length to eliminate the need for horizntal scrolling 8 .* Copyright (c) 2002-2012 Steven H.Levine 9 .* 10 .* 26 Jun 11 GKY Removed Resource.ipf which was out dated and no longer relevant. 11 .* 09 Oct 11 GKY Fixed line length to eliminate the need for horizontal scrolling. 12 .* 08 Jan 12 GKY Added drive flag tips for Netdrive drives. 12 13 .* 13 14 .*********************************************************************** … … 178 179 :p. 179 180 Problem with details view refreshing -- top items come up blank. This 180 is one of those never-fixed OS/2 bugs. Try :hp1.un checking:ehp1. the181 is one of those never-fixed OS/2 bugs. Try :hp1.un-checking:ehp1. the 181 182 Immediate updates toggle in the Settings notebook. This usually works 182 183 around this bug. … … 214 215 particularly sure to overwrite :hp1.all:ehp1. old DLL and EXE files. 215 216 :p. 216 FM/2 crashes when attempting to view a file: Un check :link reftype=hd217 FM/2 crashes when attempting to view a file: Un-check :link reftype=hd 217 218 res=92200."Check for multimedia w/ MMPM/2":elink. -- see explanation 218 219 there. … … 246 247 for speed. 247 248 249 :h2 res=100135 id='PANEL_NETDRIVE'. 250 Netdrive drive flag suggestions 251 :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 252 plugin but other plugin can also cause it. We suggest the drive flags shown below be used for any Netdrive's drive. 253 that display this behavior. 254 .br 255 .br 256 :artwork name='bitmaps\NDflags.bmp' align=center. 257 248 258 .im bonusp.ipf 249 259
Note:
See TracChangeset
for help on using the changeset viewer.