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

Last change on this file since 1401 was 1401, checked in by Gregg Young, 17 years ago

Help update for error/alert beep settings in notebook (Ticket 341)

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