source: trunk/dll/ipf/notebook.ipf@ 1664

Last change on this file since 1664 was 1664, checked in by Gregg Young, 13 years ago

Changes to use Unlock to unlock files if Unlock.exe is in path both from menu/toolbar and as part of copy, move and delete operations. Changes to allow copy and move over readonly files with a warning dialog; also added a warning dialog for delete of readonly files

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 45.1 KB
Line 
1.***********************************************************************
2.*
3.* $Id: notebook.ipf 1664 2012-08-05 00:11:07Z gyoung $
4.*
5.* fm/2 help
6.*
7.* Copyright (c) 1993-98 M. Kimes
8.* Copyright (c) 2006, 2007 Steven H.Levine
9.*
10.* 30 Dec 06 GKY Corrected statement re copy/move "toggle" in OS/2
11.* 03 Mar 07 GKY Update that file systems other than HPFS support long names
12.* 20 Mar 07 DG Add description for Mommy make it stop
13.* 13 Aug 07 SHL Tweak scanning page
14.* 06 Jul 08 GKY Update delete/undelete to include the option of using the XWP trashcan
15.* 20 Jul 08 JBS Ticket 114: Support user-selectable env. strings in Tree container.
16.* 08 Mar 09 GKY Added option to turn alert and/or error beeps off
17.* 12 Mar 09 SHL Update container search description
18.* 13 Jul 09 SHL Rework scanning page help text
19.* 13 Dec 09 GKY Fixed separate paramenters.
20.* 13 Dec 09 GKY Updated Quick page "Default" to match current defaults; added Gregg's way
21.* option to Quick page.
22.* 04 Aug 12 GKY Changes to allow copy and move over readonly files with a warning dialog; also added a warning dialog
23.* for delete of readonly files
24.*
25.***********************************************************************
26.*
27:h2 res=94600 name=PANEL_SETTINGS.Settings notebook
28:i1 id=aboutSettings.Settings Notebook
29FM/2's internal Settings notebook lets you fiddle with some of the
30toggles and variables used to control how FM/2 behaves. This is called
31up via the :hp1.:link reftype=hd res=92000.Config:elink.->Settings
32notebook...:ehp1. pulldown menu item.
33:p.
34Some container types have their own individual settings, usually available
35via a popup menu requested on container whitespace (or the Views pulldown
36menu).
37:p.
38Note that settings changes generally don't take effect until you close
39the notebook by clicking the &OkayButton. button. The
40:hp1.Undo:ehp1. button will restore things to the way they were before
41you started fiddling about. The :hp1.Quick:ehp1. page is a notable
42exception.
43:p.
44See also&colon.
45.br
46:link reftype=hd res=99930.Director Container page:elink.
47.br
48:link reftype=hd res=97100.Directory Container views page:elink.
49.br
50:link reftype=hd res=97200.Directory Container sort page:elink.
51.br
52:link reftype=hd res=97300.Collector Container views page:elink.
53.br
54:link reftype=hd res=97400.Collector Container sort page:elink.
55.br
56:link reftype=hd res=92400.Drive Tree page:elink.
57.br
58:link reftype=hd res=99990.Drive Tree sort/views page:elink.
59.br
60:link reftype=hd res=99940.Archive page:elink.
61.br
62:link reftype=hd res=92200.Viewers page:elink.
63.br
64:link reftype=hd res=92250.Viewers2 page:elink.
65.br
66:link reftype=hd res=98400.Compare page:elink.
67.br
68:link reftype=hd res=97000.Monolithic FM/2 page:elink.
69.br
70:link reftype=hd res=99950.General page:elink.
71.br
72:link reftype=hd res=99960.Scanning page:elink.
73.br
74:link reftype=hd res=100070.Bubble help page:elink.
75.br
76:link reftype=hd res=99200.Quick Configurations page:elink.
77
78:h3 res=99930 name=PANEL_DCPAGE.Directory Container page
79:i1 id=aboutDCP.Directory Container page
80
81:artwork name='bitmaps\dir.bmp' align=left.
82:p.
83This page contains controls that affect Directory Containers.
84:p.
85If :hp6.Unhilite after action:ehp6. is on, highlighted objects in the
86container are unhighlighted after you perform some command on them.
87:p.
88Normally FM/2 updates the container as things change; for instance, if
89you're deleting several files, the container is updated after each file
90is deleted. If you uncheck :hp6.Immediate updates:ehp6., FM/2 updates
91the container after an atomic action completes (i.e. after all files
92moved by one operation have been moved). This speeds up processing
93but allows the container to be temporarily "out of sync" with the real
94state of affairs.
95:p.
96The :hp6.Look in directory:ehp6. toggle controls whether or not FM/2
97looks inside an open Directory Container when deciding what default to
98place in the Walk Directories dialog for a copy or move command invoked
99via keyboard, menu or toolbar button. If this is checked, FM/2 looks at
100the current item in the Directory Container and, if it's a directory
101object, uses that path. If not checked, FM/2 uses the directory into
102which the Directory Container is "looking."
103:p.
104The :hp6.Min dir on open:ehp6. toggle, if checked, causes FM/2 to
105minimize a Directory Container window if you open another Directory
106Container window from one of its objects. When you close the new
107Directory Container window the old window is restored.
108:p.
109The :hp6.Selected Always:ehp6. toggle (NOT RECOMMENDED!) causes FM/2 to
110use selected object(s) (rather than keying on the current object).
111:p.
112The :hp6.No extended container search:ehp6. toggle, if checked, prevents FM/2
113from performing extended searching in containers -- instead, the
114standard OS/2 method is used, where the cursor moves to the nearest
115object starting with the depressed letter and the object is selected.
116Note that you override the configured value of this feature by
117pressing the &ShiftKey.key along with the letter.
118Extended container searching allows you to enter multiple characters which
119are searched for at the start of filenames. The record is made the current (cursored) object.
120The leading backslash can be omitted from directory names where there is no ambiguity.
121If the record matches all the letters typed exactly, it is also selected.
122A pause of more than about two seconds in typing resets the search string.
123The Escape key clears the search string.
124Backspace deletes the last character from the search string.
125Space toggles the object selection unless it matches a space in the object name.
126:hp1.Warning:ehp1.&colon. this doesn't work right on
127some versions of Warp, where the OS/2 CM_SEARCHSTRING container
128message's behavior is buggy. It's not dangerous, it just doesn't
129produce the expected results.
130:p.
131The :hp6.Multiple select cnrs:ehp6. and :hp6.Extended select cnrs:ehp6.
132checkboxes control the type of selection in some new containers (existing
133containers are not affected). Collector, Directory Container and Archive
134Containers created after these settings are changed will have the type of
135selection desired (note: unhighlighting both results in a single select
136container -- probably not desirable). The default is Extended select.
137:p.
138The :hp6.Stay in Tree View:ehp6. switch, if checked, causes Directory
139Containers to remain in Tree View (if already in Tree View, of course)
140when you switch the Directory Container to look into a different
141directory. Otherwise, FM/2 switches the Directory Container back to
142the last used view before you put it into Tree View.
143
144The :hp6.No folder menu:ehp6. switch, if checked, causes a :color fc=default bc=cyan.B2:color fc=default bc=default. click on the
145folder icon to immediately load the previous directory in the Directory Container.
146Otherwise it results in the folder menu appearing.
147
148:h3 res=97100 name=PANEL_DCPAGEVIEWS.Directory Container views page
149:i1 id=aboutDCPV.Directory Container views page
150
151:artwork name='bitmaps\dir.bmp' align=left.
152:p.
153This settings page lets you set the type of view that will be used in
154new Directory Container windows. Directory Containers that are already
155open won't be affected.
156:p.
157:hp6.Icon:ehp6. In Icon view, the object's name appears below its icon.
158:p.
159:hp6.Name:ehp6. In Name view, the object's name appears beside its icon.
160:p.
161:hp6.Text:ehp6. Text view is the fastest view for a container to
162maintain, but provides the least information on the objects it contains.
163:p.
164:hp6.Detail:ehp6. Details view shows a great deal of information on the
165objects it contains, including file sizes, dates, and times, but it is
166the slowest view for a container control to maintain.
167:p.
168:hp6.Mini Icons:ehp6. is a toggle controlling whether icons are shown
169full size or in miniature in views that show icons.
170:p.
171The :hp6.Subject Column Settings:ehp6. section allows you to set the width of
172of the subject column which can be quite wide if you have any long subjects
173in a directory. The :hp6.Subject Width:ehp6. spin button will show 0 if the
174:hp6.Subject Max Width:ehp6. button (which sets the column to the width of
175the longest subject in the directory) is selected. In addition you can move the
176subject column to the left side of the slide bar by selecting :hp6.Subject
177Left:ehp6.
178
179:p.
180The :hp6.Field Titles:ehp6. group (analogous to the Views->Details Setup
181submenu) allows you to control what is shown in a Details view. Each
182possible field in the details view is shown. If the field is checked,
183FM/2 will show it. If not, it won't.
184:p.
185The :hp6.Filter:ehp6. entry field shows the current default filter mask
186for Directory Containers. Moving to this field will bring up a dialog
187that lets you set a new filter. The filter will be used for subsequently
188created Directory Containers.
189
190:h3 res=97200 name=PANEL_DCPAGESORT.Directory Container sort page
191:i1 id=aboutDCPS.Directory Container sort page
192
193:artwork name='bitmaps\dir.bmp' align=left.
194:p.
195This page lets you set the type of sort for Directory Containers.
196Directory Containers that are already open won't be affected immediately
197(see :hp1.Resort:ehp1. context menu command), but will use the new sort
198type the next time they're resorted or rescanned.
199:p.
200You can also tell FM/2 to always display directories ahead of or behind
201files. Note that :hp1.Last access date:ehp1. and :hp1.Creation
202date:ehp1. are not tracked on FAT file systems. The difference between
203:hp1.Pathname:ehp1. and :hp1.Filename:ehp1. is only apparent in the
204Collector. With the former, the entire pathname of the object is used
205to sort. With the latter, only the filename portion is used to sort.
206FM/2 maintains separate sort criteria for Drive Tree, Collector,
207Directory Container and Archive Container windows. This page affects
208only Directory Container sorting. The Collector has its own page; use a
209context menu or View pulldown menu for other container types (like the
210Drive Tree).
211:p.
212:hp7.Note&colon.:ehp7. This page controls how new Directory Containers
213are created (already open containers are not affected), and the context
214menu in Directory Containers affects only the Directory Container from
215which the menu was invoked (new containers won't inherit the setting).
216
217:h3 res=97300 name=PANEL_COLPAGEVIEWS.Collector views page
218:i1 id=aboutCOLV.Collector views page
219
220:artwork name='bitmaps\collect.bmp' align=left.
221:p.
222This settings page lets you set the type of view that will be used in
223new Collector windows. If the Collector is already open it won't be
224affected unless you close and reopen it.
225:p.
226:hp6.Icon:ehp6. In Icon view, the object's name appears below its icon.
227:p.
228:hp6.Name:ehp6. In Name view, the object's name appears beside its icon.
229:p.
230:hp6.Text:ehp6. Text view is the fastest view for a container to
231maintain, but provides the least information on the objects it contains.
232:p.
233:hp6.Detail:ehp6. Details view shows a great deal of information on the
234objects it contains, including file sizes, dates, and times, but it is
235the slowest view for a container control to maintain.
236:p.
237:hp6.Mini Icons:ehp6. is a toggle controlling whether icons are shown
238full size or in miniature in views that show icons.
239:p.
240The :hp6.Field Titles:ehp6. group (analogous to the Views->Details Setup
241submenu) allows you to control what is shown in a Details view. Each
242possible field in the details view is shown. If the field is checked,
243FM/2 will show it. If not, it won't.
244:p.
245The :hp6.Filter:ehp6. entry field shows the current filter mask for the
246Collector. Moving to this field will bring up a dialog that lets you set
247a new filter. The filter will be used for subsequent invocations of the
248Collector.
249
250:h3 res=97400 name=PANEL_COLPAGESORT.Collector sort page
251:i1 id=aboutCOLS.Collector sort page
252
253:artwork name='bitmaps\collect.bmp' align=left.
254:p.
255This page lets you set the type of sort for the Collector. If the
256Collector is already open it won't be affected immediately, (see
257:hp1.Resort:ehp1. context menu command), but will use the new sort type
258the next time it's resorted or rescanned.
259:p.
260You can also tell FM/2 to always display directories ahead of or behind
261files. Note that :hp1.Last access date:ehp1. and :hp1.Creation
262date:ehp1. are not tracked on FAT file systems. The difference between
263:hp1.Pathname:ehp1. and :hp1.Filename:ehp1. is only apparent in the
264Collector. With the former, the entire pathname of the object is used
265to sort. With the latter, only the filename portion is used to sort.
266FM/2 maintains separate sort criteria for Drive Tree, Collector,
267Directory Container and Archive Container windows. This page affects
268only :link reftype=hd res=90100.Collector:elink. sorting.
269
270:h3 res=99940 name=PANEL_ARCPAGE.Archive page
271:i1 id=aboutARCP.Archive page
272
273:artwork name='bitmaps\archive.bmp' align=left.
274:p.
275This page contains controls relating to archivers and Archive
276Containers.
277:p.
278The :hp6.Quick arc find:ehp6. toggle, if checked, causes FM/2 to check
279only files with extensions that match those configured in ARCHIVER.BB2
280as potential archives during a drag and drop operation. If you're
281dragging over files on a floppy or network directory, this can speed
282things up a bit.
283:p.
284The :hp6.Folder after extract:ehp6. toggle, if on, causes FM/2 to create
285a folder to hold objects extracted from an archive via an Archive
286Container. You'll be given an opportunity to abort the folder creation
287or to decide where the folder will be located and what it'll be named.
288:p.
289You can set a :hp6.Default archiver:ehp6. so that, when you're archiving
290files and directories, this archiver is the default for the :hp1.Select
291Archiver:ehp1. dialog.
292:p.
293If the :hp6.Show archiver activity:ehp6. toggle is checked, FM/2 runs
294archiver windows in the foreground. Normally it runs them in the
295background, minimized, so you'd have to use the task list to pull them
296to the foreground if you want to see them.
297:p.
298The :hp6.Use archive name as extract path in container:ehp6.allows
299you to have FM/2 create an extract path based on the archive name.
300The path is made as a subdirectory to the directory the archive
301is in. If a directory is listed in Ext. Path it over rides this setting.
302The setting only effects the arc container. The extract dialog has a
303separate setting for this function.
304:p.
305The :hp6.A/Virus:ehp6. field allow you to enter the command line
306(PATH/ANTIVIRUS.EXE parameters) for your antivirus software
307This must be done to enable virus checking of archives from FM/2.
308NVCC.EXE &percent.p /C is one possible command line option
309if you are using Norman Antivirus.
310:p.
311The :hp6.Ext. Path:ehp6. field, if anything is in it, gives the default
312directory in which to place extracted files. Otherwise, FM/2 takes a
313wild, hairy guess about where you want the extracted files to go
314(although it'll let you override manually). You can enter "*" as the
315extract path and FM/2 will use the directory in which the archive
316resides. The :link reftype=hd res=99970.Find:elink. button can be used
317to find a directory and fill this field in automatically.
318
319
320:h3 res=92400 name=PANEL_TREEPAGE.Tree page
321:i1 id=aboutTREEP.Tree page
322
323:artwork name='bitmaps\tree.bmp' align=left.
324:p.
325This page contains controls that affect the Drive Tree.
326:p.
327The :hp6.Follow Drive Tree:ehp6. toggle causes FM/2 to "follow" the
328current selected directory in the Drive Tree (when you move the cursor
329in the tree, the directory container changes to show the files in that
330directory without you having to press [Enter] or double-click the
331directory).
332:p.
333The :hp6.Double-click Opens:ehp6. toggle, if on, causes FM/2 to always
334open a new Directory Container window when a Drive Tree directory is
335double clicked. It's probably not useful to have both this toggle and
336the Follow Drive Tree toggle on simultaneously.
337:p.
338The :hp6.Treetop on expand:ehp6. toggle, when on, causes a directory
339that is being expanded in the Drive Tree to be moved to the top of the
340container.
341:p.
342If you check :hp6.VTree->WPS folder:ehp6., when running VTree a
343double-click on a directory will open a WPS folder instead of an
344FM/2 Directory Container.
345:p.
346:hp6.Switch on focus change:ehp6. tells FM/2 to find and make current in
347the Drive Tree the directory of a Directory Container when you give the
348Directory Container the focus (make it the active window).
349:p.
350:hp6.Switch on directory change:ehp6. causes the Drive Tree to find and
351make current the directory that a Directory Container has just changed
352to look into.
353:p.
354:hp6.Collapse before switch:ehp6. makes the Drive Tree first collapse
355all expanded branches in the tree before switching because of one of the
356two above switch events.
357This option will significantly slow down switching
358if you a large number of directories in the Drive Tree.
359:p.
360:hp6.Expand curr. after switch:ehp6. causes the Drive Tree to expand
361the branch of the directory to which it just switched because of one of
362the two above switch events.
363:p.
364The :hp6.Show env. vars in Tree:ehp6. toggle determines whether FM/2
365shows a few environment variable lists (like PATH, DPATH and LIBPATH)
366in the Drive Tree. Use the entry field to specify a semicolon-separated
367list of the desired environment variables. (e.g. PATH;LIBPATH;DPATH).
368Note that the pseudo-variable LIBPATH is also supported.
369:p.
370:hp6.Show in tree beside drive letter (radiobuttons):ehp6. This
371setting allows you to list either the file system type, the drive label or nothing
372beside the drive letter in the Drive Tree container. The status line at the bottom
373left lists the information you choose not to list in the tree in addition
374to the drive's serial number and the amount of free space. When split status line
375is selected on the :link reftype=hd res=97000."Monolithic":elink. notebook page,
376the total number of drives is moved to the end of the line and maybe truncated
377depending on window size and screen resolution.The total number of drives
378preceeds the drive description for all drives if the status lines aren't split.
379
380:h3 res=99990 name=PANEL_TREESORTPAGE.Tree sort/views page
381:i1 id=aboutTREESP.Tree sort/views page
382
383:artwork name='bitmaps\tree.bmp' align=left.
384:p.
385This page contains controls that affect Drive Tree sorting and view type.
386:p.
387The Drive Tree will be updated with these settings when you close the
388Settings notebook.
389
390
391:h3 res=92200 name=PANEL_VIEWPAGE.Viewers page
392:i1 id=aboutVIEWP.Viewers page
393
394:artwork name='bitmaps\viewer.bmp' align=left.
395:p.
396This page contains controls relating to viewers.
397:p.
398:hp6.Fast internal viewer:ehp6. causes FM/2 to use the faster (non-MLE)
399internal viewer (unless you have an external viewing program defined).
400Without this checked, FM/2 will use an internal MLE-based viewer/editor
401which can be considerably slower, but does allow the option of editing
402files. It is strongly suggested that you check this option and use an
403external editor rather than the internal editor, since editors are
404rather complex programs in their own right, and the internal version is
405quite minimal.
406:p.
407The :hp6.Check for multimedia w/ MMPM/2:ehp6. toggle can be unchecked to
408cause FM/2 to :hp1.not:ehp1. use the MMPM/2 interface to determine
409whether or not a file to be viewed is a multimedia type. The reason for
410this toggle is to avoid crashing FM/2 if you've installed a buggy MMPM/2
411I/O procedure. Some desktop "enhancement" programs install such buggy
412IOProcs. If you can't get it fixed, at least you can work around it
413(sigh). You can manually put back some of this functionality using
414FM/2's :link reftype=hd res=90400.Associations:elink. feature. If you have
415installed Russel O'Connor's MP3 IOProcs you should uncheck this feature
416because it results in many non-multimedia programs being identified as
417multimedia and some multimedia not being identified as such. Use the
418:link reftype=hd res=90400.Associations:elink. instead.
419:p.
420The :hp6.Guess view type:ehp6. toggle, if on, causes FM/2 to guess at the
421type of the file being viewed (text or binary) and display it accordingly.
422:p.
423The :hp6.Run Viewer as child session:ehp6. toggle causes FM/2 to run the
424:hp1.Viewer:ehp1. program (see below) as a child session. The main result
425of this is that the Viewer will close when FM/2 closes.
426:p.
427You can fill in the names of programs to run to view WWW (web --
428http&colon.//) or FTP (ftp&colon.//) internet components when they're
429encountered in text in the internal viewers here. In the faster
430(non-MLE) internal viewer, double-clicking the line containing the
431component causes it to be viewed (you're given a choice of component if
432there's more than one on the line). For WWW components, the prefacing
433"http&colon.//" is included. For FTP components, the prefacing
434"ftp&colon.//" is :hp1.not:ehp1. included. In the MLE-based internal
435viewer/editor, you highlight the desired text and choose to view the
436component from a context menu. The command line that you enter here is
437automatically appended with a space and then the component descriptor
438from the text.
439:p.
440FM/2 uses one of two internal viewers or an internal MLE-based editor if
441you have no text viewer, binary viewer or text editor configured here.
442It's recommended that you fill these fields in with whatever editors you
443like rather than use the internals. The :link reftype=hd
444res=99970.Find:elink. button can be used to find a program and fill
445these fields in automatically (see :link reftype=hd
446res=99970.examples:elink. at that topic). Don't forget that you can
447cause FM/2 to automatically use many different types of viewing programs
448based on the type of file using the :link reftype=hd
449res=90400.Associations:elink. feature.
450
451:h4 res=99970 name=PANEL_FIND.Find button
452:i1 id=aboutFINDB.Find button
453
454:artwork name='bitmaps\find.bmp' align=left.
455:p.
456The :hp1.Find:ehp1. button can be clicked to bring up a dialog that will
457let you point-and-click on a file or directory name that will be
458imported to the current entry field. For example, if you're in the
459:hp6.Editor:ehp6. entry field and click Find, you'll get a standard OS/2
460open dialog which you may use to find your editor executable.
461:p.
462Examples:
463:p.
464Editor: "EPM.EXE %a"
465.br
466or "AE.EXE %a"
467.br
468or "VS.EXE %a"
469.br
470or "CMD.EXE /C START /C /FS EMACS.EXE %a"
471.br
472Viewer: "HVPM.EXE /K %a" (Hyperview PM, excellent viewer)
473.br
474or "LSTPM.EXE %a"
475.br
476or "LIST2.EXE %a"
477.br
478Compare: "COMP.COM %a"
479.br
480or "CONTRAST.EXE %a"
481.br
482or "GFC.EXE %a"
483.br
484or "CMD.EXE /C MYCOMP.CMD %a"
485.br
486DirCmp: "PMDMATCH.EXE" (PMDirMatch, excellent directory comparitor)
487.br
488Virus: "OS2SCAN.EXE %p /SUB /A"
489:p.
490See also :link reftype=hd res=100075.Metastrings:elink..
491
492:h3 res=92250 name=PANEL_VIEWPAGE2.Viewers2 page
493:i1 id=aboutVIEWP2.Viewers2 page
494
495:artwork name='bitmaps\viewer.bmp' align=left.
496:p.
497This page contains controls relating to the internal viewers web access
498features.
499:p.
500:hp6.Use WPS default for run Http/Ftp:ehp6. If selected FM/2 will use the
501program and work directory found in the OS2 INI key WPURLDEFAULTSETTINGS.
502If these boxes are check they over ride the programs listed for Run
503Ftp/Http below them.
504:p.
505:hp6.Use LIBPATHSTRICT for run Http/Ftp/Mail:ehp6. If selected FM/2 will
506set LIBPATHSTRICT to true before running the associaed program. This is
507particularly useful when running Mozilla based applications. Note you need
508to fill in the working directory if not using the defaults for this to work
509correctly.
510:p.
511:hp6.Don't use mailto wrapper:ehp6. If selected FM/2 will pass the bare email
512address to the run mail application. This is needed if using startpmm for mailto
513support in PMMail. www.hobbes.nmsu.edu/cgi-bin/h-search?key=startpmm&amp.pushbutton=Search
514:p.
515You can fill in the names of programs to run to view WWW (web --
516http&colon.//), FTP (ftp&colon.//) or mail (@) internet components
517when they're encountered in text in the internal viewers here. In the faster
518(non-MLE) internal viewer, double-clicking the line containing the
519component causes it to be viewed (you're given a choice of component if
520there's more than one on the line). For WWW components, the prefacing
521"http&colon.//" is included. For FTP components, the prefacing
522"ftp&colon.//" is :hp1.not:ehp1. included. Mailto&colon. is prepended to the
523the email address before being placed on the command line In the MLE-based internal
524viewer/editor, you highlight the desired text and choose to view the
525component from a context menu. The command line that you enter here is
526automatically appended with a space and then the component descriptor
527from the text.
528:p.
529You can fill in the name of a working directory for any or all of the "run" functions.
530If a working directory is provided the program will be executed from that directory.
531
532:h3 res=98400 name=PANEL_COMPPAGE.Compare page
533:i1 id=aboutCOMPP.Compare page
534
535:artwork name='bitmaps\linkdrag.bmp' align=left.
536This page contains controls related to comparing objects.
537:p.
538The :hp6.Compare:ehp6. field gives a program that FM/2 will run when
539you compare two files (or a file and a directory, which should compare
540the file to a file of the same name in the directory, if possible).
541:p.
542If the :hp6.Dir Cmp:ehp6. field is filled in, FM/2 runs that when
543directories are to be compared. FM/2 fills in the name of the two
544directories after the text entered in this field -- no "%a" or other
545metastring is required.
546:p.
547The :link reftype=hd res=99970.Find:elink. button can be used to find a
548program and fill these fields in automatically (see examples at that
549topic).
550
551
552:h3 res=97000 name=PANEL_MONOPAGE.Monolithic FM/2 page
553:i1 id=aboutMONOP.Monolithic FM/2 page
554
555:artwork name='bitmaps\monolith.bmp' align=left.
556:p.
557This page contains controls that affect FM/2 when run as a monolithic
558program (a Drive Tree and none or more Directory Containers contained
559within a larger main window, including optional Toolbar, Quicklists,
560etc.).
561:p.
562The :hp6.Viewer outside:ehp6., :hp6.INI viewer outside:ehp6.,
563:hp6.Collector outside:ehp6. and :hp6.Arcboxes outside:ehp6. toggles, if
564checked, cause FM/2 to open windows of the corresponding kinds outside
565the main FM/2 monolithic frame window.
566:p.
567The :hp6.Quicklist switches:ehp6. toggle reverses the operation of the
568user directory quicklist control -- if you click an item in the dropdown
569list without holding down &ShiftKey., the last used Directory Container
570switches, if you hold down &ShiftKey. while clicking, a new Directory
571Container is opened.
572:p.
573The :hp6.Recent Dirs:ehp6. toggle is a 3-position toggle. If checked,
574FM/2 places temporary entries for directories "visited" during a session
575to the user directory quicklist and Walk Directories dialog. If grayed,
576FM/2 also places temporary entries for any directory chosen using the
577:link reftype=hd res=91500.Walk Directories:elink. dialog.
578:p.
579The :hp6.Separate parameters:ehp6. toggle tells FM/2 whether to use
580separate parameters for many of the mini-apps (like FM/2 lite, VDIR and VTREE).
581If you select it with FM/2 running it applies to all the mini-apps. However,
582if you select it with a mini-app running it will only effect that app. If
583checked, you'll have to set up the effected applications separately, but
584configurations can be different than that in the monolithic FM/2
585application itself. If you don't understand that, let's try this&colon.
586if you run the Visual Tree program a lot, you'll probably want to check
587this. Otherwise, you won't.
588:p.
589If you check the :hp6.Free Drive Tree:ehp6. toggle, FM/2 will allow you
590to move the Drive Tree Container. Otherwise it "pins" it in the upper
591left corner of the client window.
592:p.
593Normally FM/2 leaves a space below the Drive Tree just the right size for
594a minimized window. Checking the :hp6.No space under Tree:ehp6. toggle
595causes FM/2 to start without this space below the Drive Tree.
596:p.
597The :hp6.Save state of dir windows:ehp6. toggle, if checked, causes FM/2
598to "remember" the directory windows that are open when you close FM/2 so
599that it can open them again when you restart FM/2. If you turn this on,
600be sure to play with the Free Tree and Autotile toggles under the Windows
601menu to achieve the desired effect (everyone will want a different
602effect). You'll probably want to omit any directories from the command
603line if you turn on this toggle.
604:p.
605If you turn on :hp6.Autotile:ehp6. (it's on by default), FM/2 will
606retile the windows in many cases to try to keep things neat.
607:p.
608If :hp6.Split Status:ehp6. is checked, you get two status lines at the
609bottom of the FM/2 window instead of one. The left status line typically
610contains information about the current container, the right about the
611current object in the container. Cool.
612:p.
613The :hp6.Start minimized:ehp6. and :hp6.Start maximized:ehp6. toggles
614cause FM/2 to assume the indicated state after startup.
615:p.
616The :hp6.Minimize to databar:ehp6. toggle, if on, causes FM/2 to
617minimize to a small, bar-shaped window (the :link reftype=hd
618res=99000.databar:elink.) showing some system information. The
619databar can be run separately if desired -- look in the FM/2 folder.
620:p.
621The :hp6.Tile horizontal:ehp6. toggle, if on, causes FM/2 to favor
622tiling windows so they're taller than wide. I suggest you think twice
623before doing this; displaying files is basically a horizontal operation,
624not vertical (at least in countries that read left to right or right to
625left). In other words, using this toggle will cause windows to be
626biased to display side-by-side rather than one above another, which
627means that the horizontal reading space is limited, resulting in more
628scrolling to see the information at the right side of the window in
629Details view.
630:p.
631The :hp6.Animate:ehp6. toggle, when on, causes internal FM/2 windows to
632be animated when they open and close (if you have animation turned on in
633the WPS System object, of course). Silly.
634:p.
635The :hp6.Blue/yellow LEDs:ehp6. toggle, when checked, causes FM/2 to
636display the thread LED as blue (off) and yellow (on) LEDs rather than
637the default red (off) and green (on) LEDs. The change will not show up
638on the application window until you close and then reopen FM/2. The LED
639blinks during background processing indicating that the background process
640is still active.
641:p.
642The :hp6.Show Target in Drivebar:ehp6. toggle, if on, tells FM/2 to
643display the Target directory name, if any, at the right side of the
644Drivebar (the background window that holds the Drive buttons -- see
645the :link reftype=hd res=97600.Window layouts:elink. topic).
646
647:h3 res=99950 name=PANEL_GENERALPAGE.General page
648:i1 id=aboutGENERALP.General page
649
650:artwork name='bitmaps\general.bmp' align=left.
651:p.
652This page contains controls that didn't seem to fit anywhere else.
653:p.
654:hp6.Confirm delete:ehp6. controls whether FM/2 will ask you to confirm
655the deletion of files (deleting directories or hidden/system files
656always requires confirmation). It is recommended that you leave this
657option on; FM/2 will let you confirm all files on which you're acting
658from one dialog, so it has minimal impact and provides a safety net.
659:p.
660:hp6.Warn if file is readonly:ehp6. If selected a warning dialog will
661appear when you attempt to delete a readonly file or copy/move a file
662over a readony file. Otherwise the file will be deleted/overwritten which
663is what FM/2 always did for delete but not for copy/move which failed with
664an error message.
665:p.
666The :hp6.Verify disk writes:ehp6. toggle turns system-level write
667verification on and off. This is like typing :link reftype=launch
668object='CMD.EXE' data='/C HELP VERIFY'.VERIFY ON:elink. or VERIFY OFF at
669a command line. Write verify can be turned off on a per drive basis
670using the drive's drive flags. This feature was added since some USB
671removables fail to work properly with write verify on.
672:p.
673The :hp6.Don't move my mouse!:ehp6. toggle keeps FM/2 from moving your
674mouse (to place it in the center of a popup menu or over the &OkayButton. button
675in some dialogs). Some people like the help, others don't. Take your
676pick.
677:p.
678:hp6.Link Sets Icon:ehp6. changes the action of a link-drag. If this
679toggle is set, a link drag causes FM/2 to try to set the icon of the
680target to the icon of the first dropped object (if the first dropped
681object has no .ICON EA and is not an icon file, the target's icon is
682reset. Note that OS/2 sometimes buffers this info and an icon change
683may not show up immediately). If not set, a link drag causes FM/2 to do
684a compare of the target with the dropped objects.
685:p.
686If :hp6.Default action Copy:ehp6. is checked, FM/2's windows perform a
687copy rather than move by default (note the highlighting on the mouse
688pointer as your cue). Instead of pressing the &CtrlKey. key to change a drag
689from a move to a copy, you'll need to press the &ShiftKey. key to change a
690drag from a copy to a move (don't ask me why as this is simply the standard OS/2 behavior.)
691I remind you that pressing :color fc=default bc=palegray.F1:color fc=default bc=default.
692when you have a target in an FM/2 window
693will display some help on what the drag command would have performed.
694:p.
695Someone didn't like the bar graphs on the drivespace controls of the
696:link reftype=hd res=99000.databar:elink., so checking :hp6.Boring
697databar:ehp6. will cause them to be displayed as drab old text, if you
698prefer it that way.
699:p.
700FM/2 usually performs copy and move actions at the lowest "normal"
701priority available. If you'd like FM/2 to use a true "idle" priority,
702check the :hp6.Idle Copy:ehp6. toggle. Warning&colon. if a DOS program
703is running, even in the background, idle priority threads slow
704:hp2.way:ehp2. down. :hp3.Performance at true idle with DOS programs
705running may not be acceptable.:ehp3.
706:p.
707The :hp6.Drag&amp.drop dialog:ehp6. toggle, if checked, causes FM/2 to
708bring up a :link reftype=hd res=98700.dialog:elink. allowing you to
709select the action a drag and drop should perform.
710:p.
711:hp6.Default delete perm.:ehp6. controls which type of deletion is the
712default for the Delete context submenu. If this is checked, the default
713is permanent (unrecoverable) deletion.
714:p.
715:hp6.Mouse pointer (3-state):ehp6. This button is a 3 state button (toggle)
716which makes the mouse pointer operate in one of 3 ways. If unselected,
717FM/2 will use a finger (the default). The "x" is a transparent pointer, and
718the "=" is the operating system default pointer.
719:p.
720:hp6.Delete = move to trashcan:ehp6. controls what happens to files when
721they are deleted. The default (not Checked) will keep the same behavior
722FM/2 has always had. It will move the files to the OS/2 Deldir if it is
723specified in config.sys. Otherwise it will simply delete the files
724permanently. If this is selected and you have the trashcan from Xworkplace
725or Eworkplace installed the files will be moved to the trashcan for possible
726later restore. Move to trashcan is only active for local hard drive (this is
727a design limitation of the xworkplace trashcan). The result will be a permanent
728delete for all other drive types. Also be aware that deleted files are still
729retained on the drive they were deleted from. The result can be full drive type
730errors. If you are deleting to free up drive space you must either empty the
731trashscan or use :hp6.Permanent Delete:ehp6. which deletes the files directly
732bypassing the trashcan.
733:p.
734If the :hp6.Confirm target:ehp6. checkbox is checked, as it is by
735default, FM/2 allows you to confirm the target directory to be used when
736you elect to move or copy file system objects using menu or accelerator
737key commands. Otherwise, the operation is performed without
738intervention by you, moving or copying the objects to the :hp6.:link
739reftype=hd res=100065.Target directory:elink.:ehp6. (if one is set, of
740course; otherwise, you're prompted anyway).
741:p.
742If the :hp6.Alert beep off:ehp6. checkbox is checked, FM/2 will not beep to
743alert the user that something (e.g. a file search using Seek and Scan) has
744completed.
745:p.
746If the :hp6.No beep on error:ehp6. checkbox is checked, FM/2 will post an error
747dialog but will not beep to alert the user that something has failed.
748:p.
749The :hp6.Set command line length:ehp6. spin button allow you to limit the
750number of characters you can place in a "command" that will ultimately be
751passed to your command shell. This setting is internal to FM/2 and does not
752effect the actual limit of your command shell. The minimum is 299 which is
753the CMD.EXE limit. The Default is 1023 which is the unexpanded limit for
7544OS2.EXE. We believe that some UNIX based shells (eg BASH) have much
755higher limits so the maximum is 32K. (The 1023 was also the hard
756coded limit in many place in FM/2).
757
758:h3 res=99960 name=PANEL_SCANPAGE.Scanning page
759:i1 id=aboutSCANP.Scanning page
760
761:artwork name='bitmaps\scan.bmp' align=left.
762:p.
763This page contains controls related to how FM/2 scans your drives.
764:p.
765:hp6.Uppercase names:ehp6. and :hp6.Lowercase names:ehp6. control how
766FM/2 pretreats filenames before inserting them into the container. The
767default is not to change the case of the filenames at all. Changing
768these toggles will have an effect on the next rescan.
769:p.
770If :hp6.Load Subjects:ehp6. is checked, FM/2 loads object descriptions
771from their standard WPS .SUBJECT EAs during scans. If you change the
772state of this toggle, you'll need to rescan to get the change to show up
773in FM/2's containers. Note that only the Details view shows Subjects.
774Subjects may be direct-edited when showing in the container. You can
775also pick :hp1.Subject:ehp1. from a context menu, whether Subjects are
776being loaded during scans or not, to view and optionally change the
777object description. You can turn this off to increase scanning speed.
778You can also adjust this on a drive-by-drive basis from the command line
779(see the :link reftype=launch object='E.EXE'
780data='\FM2\README'.README:elink. that came with FM/2).
781:p.
782If :hp6.Load Longnames:ehp6. is checked, FM/2 loads the .LONGNAME
783extended attribute for drives that don't have native support for long file names
784(ie FAT). This attribute usually contains
785a long name for objects that should be restored if the object is moved
786to an HPFS/JFS drive. As for Subject, Longnames are only shown in the
787Details view. You can turn this off to marginally increase scanning
788speed. You can also adjust this on a drive-by-drive basis from the
789command line (see the :link reftype=launch object='E.EXE'
790data='\FM2\README'.README:elink. that came with FM/2).
791:p.
792If :hp6.Load file icons:ehp6. and/or :hp6.Load directory icons:ehp6. are
793checked, FM/2 will load the icons of objects from the file system;
794otherwise it uses defaults. Although turning these off can speed up
795scanning, it makes for boring containers. This is PM, folks, enjoy the
796bells and whistles! You can also adjust this on a drive-by-drive basis
797from the command line (see the :link reftype=launch object='E.EXE'
798data='\FM2\README'.README:elink. that came with FM/2) so that you can, for
799instance, skip reading in icons from very slow drives (CD or floppy, for
800example) and/or from disks containing only DOS programs (DOS programs
801don't normally have special icons associated with them, anyway).
802:p.
803:hp6.Notes:ehp6.&colon. some very slow drives (like EZ and ZIP drives)
804:hp1.will:ehp1. benefit from turning off some of the automatic
805information gathering above. Experiment and adjust to taste. See also
806the :link reftype=hd res=99980.Drive flags:elink. topic.
807:p.
808A few remote FSDs have bugs in their file finding functions, preventing
809a find for more than one file at a time from working correctly. Symptoms
810range from invalid data returned to trapping of the requesting
811application. While you'd think that these bugs would be fixed (and they
812are), new versions seem to reintroduce them again. Therefore, FM/2
813provides the :hp6.Remote find bug:ehp6. toggle. If checked, FM/2 will
814only ask for one file at a time from remote drives. This is slower, but
815at least usable. In the meantime, ask you system administrator to
816upgrade the LAN software -- most of these bugs have been fixed in newer
817versions.
818:p.
819If you turn this toggle off (it's on by default) and FM/2 starts
820behaving strangely, turn it back on. If FM/2 traps and you can't get
821to the settings page, disconnect from the network, start FM/2, then
822turn on the toggle. If that's not possible for some reason, use
823FM/2's INI editor to view FM3.INI and delete the "RemoteBug" keyword
824from the INI (which will cause FM/2 to revert to the default setting).
825:p.
826If the :hp6.Don't scan removables:ehp6. is checked, FM/2 won't attempt to
827find subdirectories on removable drives until you double-click the drive
828in the Drive Tree, so you won't see a [+] sign beside removable drives
829even if they do contain subdirectories until you double-click the drive.
830Floppy drives A&colon. and B&colon. receive this treatment without this
831toggle; it's for other removable drives, like CD-ROM drives. This was
832added to allow folks with CD-ROM carousels to avoid having each CD
833loaded and scanned automatically at FM/2 startup.
834:p.
835The :hp6.Find count:ehp6. spin button controls how many files FM/2 searches
836for in one system call. The higher this number, the faster FM/2 works
837(with properly operating FSDs that support "finding" more than one file
838at a time -- unfortunately, the FSDs that can benefit the most from this,
839network FSDs, are the ones most often broken), but the more memory is
840temporarily consumed as a container is filled. If you habitually work
841with directories containing large numbers of files and have sufficient
842memory, boosting this may be a good idea. On the other hand, if you are
843extremely limited in memory (less than 16 megs), reducing this might be
844the thing to do. The DosFind buffer limits the number of files it can find
845at a time to between 1500-2000. The only advantage of a larger number is it
846reduces the number of times the find stops to insert records into the container
847The range is 256 to 4096, with 256 being the default.
848:p.
849The :hp6.Recurse scan at startup:ehp6. section allows you to choose the drive types
850that will have a full recursive scan when the Drive Tree container is opened at startup.
851This is the same
852scan that occurs when you press the plus sign by the drive for the first time.
853The advantage of enabling the scan is the tree expand is quicker.
854The disadvantage is that startup is slower.
855The installation default is to enable the scan only for local drives.
856Slow drives and nonwrite drives are only
857scanned if they match the drive type(s) you have selected (i.e. if you have a slow virtual drive
858you must select both virtual drives and slow drives for it to be scanned on startup).
859:p.
860The :hp6.Rescan tree on media eject:ehp6. section allows you to choose the drive types
861which trigger a rescan of the Drive Tree container when the drive media is ejected. This keeps
862the container in better sync with reality.
863The installation default enables the option for removables and disables it for
864CD/DVDs and floppies.
865:p.
866:h3 res=100070 name=PANEL_BUBBLEPAGE.Bubble help page
867:i1 id=aboutBUBBLEP.Bubble help page
868
869:artwork name='bitmaps\bubble.bmp' align=left.
870:p.
871This page controls where FM/2 shows bubble help.
872:p.
873:hp6.Toolbar help:ehp6. determines whether FM/2 shows bubble help when
874the mouse pointer passes over toolbar buttons.
875:p.
876:hp6.Drivebar help:ehp6. controls whether FM/2 shows drive freespace
877when the mouse pointer passes over drivebar buttons. FM/2 will not show
878freespace for floppy drives A&colon. or B&colon., for CD-ROM drives, or
879for drives marked as Slow in the :link reftype=hd res=99980.Drive
880Flags:elink. dialog.
881:p.
882:hp6.Other help:ehp6. enables all the other bubble help in FM/2.
883
884
885:h3 res=99200 name=PANEL_QUICKCFGS.Quick configuration page
886:i1 id=aboutQuickCfgs.Quick configuration page
887
888:artwork name='bitmaps\flash.bmp' align=left.
889:p.
890This page allows you to select from a few pre-configured setups for FM/2
891in general. You'll see this page automatically the first time you run
892FM/2. Pick something that looks close to what you want without worrying
893too much about it -- you can always change it later. The idea is to
894give you some quick choices about the general way you'd like FM/2 to
895look and behave, and allow you to tweak specifics later as you get some
896experience with the program. Please note that none of these do anything to
897strings (i.e. the viewer program paths, antivirus path, etc) you may have
898already entered.
899:p.
900:hp6.Default:ehp6. restores FM/2 to its default state, for the most
901part.
902:p.
903:hp6.Max user interface:ehp6. activates most of FM/2's bells and
904whistles -- quicklists, toolbar, autoview window, etc.
905:p.
906:hp6.Min user interface:ehp6. turns off FM/2's toolbar, menus, etc.
907You'll have to use the mouse and work from context menus and accelerator
908keys alone, but you'll have the maximum amount of free space within the
909main FM/2 window. :hp3.Hint&colon.:ehp3. The System Menu contains the
910command to unhide the pulldown menu, if that's going too far for you.
911:p.
912:hp6.Max info, pretty:ehp6. puts FM/2's Directory Containers into their
913maximum information state as attractively as possible.
914:p.
915:hp6.Max info, plain:ehp6. puts FM/2's Directory Containers into their
916maximum information state without caring about how pretty it looks.
917Consequently, more filenames fit in a container at once.
918:p.
919:hp6.Max filenames:ehp6. puts FM/2's Directory Containers into a state
920that allows the most filenames per container. Rather unattractive.
921:p.
922:hp6.Max speed:ehp6. turns off some automatic information gathering to
923make FM/2 faster, but displays get a bit "dumber."
924:p.
925:hp6.1.x emulation:ehp6. sets up FM/2 3.x to behave somewhat like FM/2
9261.x, with two Directory containers one above the other.
927:p.
928:hp6.DOS-think:ehp6. sets up FM/2 to look something like an older
929DOS file manager, with two Directory containers side-by-side.
930:p.
931:hp6.Windoze-think:ehp6. sets up FM/2 to look something like a
932Windows file manager, with one Directory container.
933:p.
934:hp6.Hector's way:ehp6. sets FM/2 up the way the author likes it. Your
935mileage may vary.
936:p.
937:hp6.Gregg's way:ehp6. sets FM/2 up the way the one of the current maintainers
938likes it. Your mileage may vary but it give you a starting point based on
939a long time user's settings. I only use FM/2 (except when testing) so you
940may want to avoid this if you generally use the other miniapps (vtree, FM/2 lite, etc).
941:p.
942You might also want to take a look at the :link reftype=hd
943res=100000."FM/2 Lite":elink. object in the FM/2 folder.
Note: See TracBrowser for help on using the repository browser.