Ignore:
Timestamp:
Mar 29, 2009, 10:33:07 PM (16 years ago)
Author:
Steven Levine
Message:

Rework extended container search to use common logic
Update docs to match code
Shift now reverses configured state of extended container search enable
Backslash optional in not ambiguous

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/ipf/notebook.ipf

    r1401 r1411  
    1515.* 20 Jul 08 JBS Ticket 114: Support user-selectable env. strings in Tree container.
    1616.* 08 Mar 09 GKY Added option to turn alert and/or error beeps off
     17.* 12 Mar 09 SHL Update container search description
    1718.*
    1819.***********************************************************************
     
    103104use selected object(s) (rather than keying on the current object).
    104105:p.
    105 The :hp6.No container search:ehp6. toggle, if checked, prevents FM/2
     106The :hp6.No extended container search:ehp6. toggle, if checked, prevents FM/2
    106107from performing extended searching in containers -- instead, the
    107108standard OS/2 method is used, where the cursor moves to the nearest
    108109object starting with the depressed letter and the object is selected.
    109 Note that you can get this standard effect with this toggle left on by
    110 pressing the :color fc=default bc=palegray.Shift:color fc=default bc=default. key along with the letter. Container searching
    111 allows you to enter multiple characters which are searched for at the
    112 start of filenames. The record is made the current (cursored) object.
    113 If the record matches all the letters typed exactly, it is also
    114 selected. A pause of more than about two seconds in typing resets the
    115 search string. :hp1.Warning:ehp1.&colon. this doesn't work right on
     110Note that you override the configured value of this feature by
     111pressing the :color fc=default bc=palegray.Shift:color fc=default bc=default.
     112key along with the letter.
     113Extended container searching allows you to enter multiple characters which
     114are searched for at the start of filenames.
     115The record is made the current (cursored) object.
     116The leading backslash can be omitted from directory names where there is no ambiguity.
     117If the record matches all the letters typed exactly, it is also selected.
     118A pause of more than about two seconds in typing resets the search string.
     119The Escape key clears the search string.
     120Backspace deletes the last character from the search string.
     121Space toggles the object selection unless it matches a space in the object name.
     122:hp1.Warning:ehp1.&colon. this doesn't work right on
    116123some versions of Warp, where the OS/2 CM_SEARCHSTRING container
    117124message's behavior is buggy. It's not dangerous, it just doesn't
Note: See TracChangeset for help on using the changeset viewer.