PageRenderTime 38ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-3-pre5/doc/users-guide/history.xml

#
XML | 32 lines | 28 code | 1 blank | 3 comment | 0 complexity | fff31864d56f0ecd61cc026bf259e3f6 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <!-- jEdit buffer-local properties: -->
  2. <!-- :indentSize=1:noTabs=true: -->
  3. <!-- :xml.root=users-guide.xml: -->
  4. <appendix id="history"><title>History Text Fields</title>
  5. <para>
  6. The text fields in the search and replace dialog box
  7. and the file system browser remember the last 20 entered strings by
  8. default. The number of strings to remember can be changed in the
  9. <guibutton>Appearance</guibutton> pane of the
  10. <guimenu>Utilities</guimenu>&gt;<guimenuitem>Global Options</guimenuitem>
  11. dialog box; see <xref linkend="appearance-pane" />.
  12. </para>
  13. <para>
  14. Pressing <keycap>UP</keycap> recalls previous strings.
  15. Pressing <keycap>DOWN</keycap> after recalling previous strings
  16. recalls later strings.
  17. </para>
  18. <para>
  19. Pressing <keycap>S+UP</keycap> or <keycap>S+DOWN</keycap>
  20. will search backwards or forwards, respectively, for strings
  21. beginning with the text already entered in the text field.
  22. </para>
  23. <para>
  24. Clicking the triangle to the right of the text field, or
  25. clicking with the right-mouse button anywhere else will display
  26. a pop-up menu of all previously entered strings; selecting one will
  27. input it into the text field. Holding down <keycap>Shift</keycap>
  28. while clicking will display a menu of all previously entered
  29. strings that begin with the text already entered.
  30. </para>
  31. </appendix>