source: trunk/dll/ipf/select.ipf@ 1569

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

Use &*Key/Button. to replace all instances of Ctrl, Shift, Okay and Cancel formatted string to improve formatting consistency; monor help file cleanup

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.6 KB
Line 
1.***********************************************************************
2.*
3.* $Id: select.ipf 1419 2009-05-10 16:50:32Z gyoung $
4.*
5.* fm/2 help - Selection features
6.*
7.* Copyright (c) 1993-98 M. Kimes
8.* Copyright (c) 2002, 2009 Steven H.Levine
9.*
10.* 29 Apr 09 SHL Update formatting
11.*
12.***********************************************************************
13.*
14:h2 res=99100 name=PANEL_SELECTION.Selection
15:i1 id=aboutSelection.Selection
16:artwork name='..\..\bitmaps\select.bmp' align=center.
17:artwork name='..\..\bitmaps\deselect.bmp' align=center.
18
19The &CtrlKey. +
20:color fc=default bc=palegray.F8:color fc=default bc=default. accelerator calls up the Select menu for a given
21container. You can also, of course, get to it with the mouse via the
22:hp1.Views:ehp1. menu.
23:p.
24What follows is an item-by-item description of the commands in the
25Select menu. Where both Select and Deselect commands are available,
26only the Select command will be discussed to save space and avoid
27repetition.
28:p.
29:hp1.Select All:ehp1. Selects all objects in a container.
30:p.
31:hp1.Deselect All:ehp1. has an accelerator &CtrlKey. + :color fc=default bc=palegray.\:color fc=default bc=default..
32:p.
33:hp1.Select All Files:ehp1. Selects all the file objects in a
34container. The accelerator key &CtrlKey. + :color fc=default bc=palegray./:color fc=default bc=default. is assigned to this command.
35:p.
36:hp1.Select All Dirs:ehp1. Selects all the directory objects in a
37container. The accelerator key &ShiftKey. + &CtrlKey. + :color fc=default bc=palegray.?:color fc=default bc=default. is assigned to this
38command
39:p.
40:hp1.Deselect All Dirs:ehp1. has an accelerator &ShiftKey. + &CtrlKey. + :color fc=default bc=palegray.|:color fc=default bc=default.
41:p.
42:hp1.Select Mask:ehp1. Allows you to select files that match a filemask.
43The same dialog is used for this command that's used for the :link
44reftype=hd res=93400.Filter:elink. command. When you first initiate
45this command, FM/2 fills in a default mask built from the current
46object's name. So, to quickly select all the *.BAK files in a
47container, you could select one of the files, then type &CtrlKey. + :color fc=default bc=palegray.=:color fc=default bc=default. (the
48accelerator assigned to Select Mask) and press :color fc=default bc=palegray.Enter:color fc=default bc=default. to accept the
49default filemask built by FM/2 (*.BAK).
50:p.
51:hp1.Select clipboard:ehp1. If the OS/2 clipboard contains a list of files
52(such as can be created with the :hp1.Save to clipboard:ehp1. command),
53you can select any files present in both the container and the list with
54this command. The accelerator for this command is &CtrlKey. + :color fc=default bc=palegray.]:color fc=default bc=default..
55:p.
56The accelerator for the Deselect clipboard command is &ShiftKey. + &CtrlKey. + :color fc=default bc=palegray.}:color fc=default bc=default..
57:p.
58:hp1.Select List:ehp1. If you've saved a list to a file (such as can be
59created with the :link reftype=hd res=96000.Save to list file:elink.
60command), you can select any files present in both the listfile and the
61container with this command.
62:p.
63:hp1.Reselect:ehp1. This command causes the container to reselect the
64last selected items. The accelerator is &CtrlKey. + :color fc=default bc=palegray.'t:color fc=default bc=default..
65:p.
66:hp1.Invert selection:ehp1. Selects what isn't, deselects what is. In
67other words, reverses the current selection set.
68The accelerator is &CtrlKey. + :color fc=default bc=palegray.;:color fc=default bc=default..
69:p.
70:hp2.Compare selections:ehp2.
71:p.
72FM/2 provides Directory Containers with special selection commands that
73can be used to select file objects based on their relationship to file
74objects in other open Directory Containers. These commands are extremely
75powerful tools that can let you, for instance, compare two directories to
76see what's different about them. See also :link reftype=hd
77res=94900.Compare Directories:elink..
78:p.
79:hp1.Select if in all:ehp1. This command selects any file objects that
80exist in all open Directory Containers.
81:p.
82:hp1.Select if in more than one:ehp1. Selects any file objects that
83exist in more than one open Directory Containers.
84:p.
85:hp1.Select if in one:ehp1. Selects any file objects that exist in only
86one open Directory Container.
87:p.
88:hp1.Select newest:ehp1. Selects the newest file objects that exist in
89more than one open Directory Container.
90:p.
91:hp1.Select oldest:ehp1. Selects the oldest file objects that exist in
92more than one open Directory Container.
93:p.
94:hp1.Select largest:ehp1. Selects the largest file objects that exist in
95more than one open Directory Container.
96:p.
97:hp1.Select smallest:ehp1. Selects the smallest file objects that exist
98in more than one open Directory Container.
Note: See TracBrowser for help on using the repository browser.