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

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

Added option to use subdirectory based on the archive name for extraction from the arc container; it is set in the notebook and separate from the extract dialog setting; includes help file update, comments and cleanup (Ticket 22)

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