PageRenderTime 45ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-2-pre14/doc/tips/tip69.html

#
HTML | 22 lines | 18 code | 4 blank | 0 comment | 0 complexity | be83ff57296d3b04ef933a0ea20952a4 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. <html><body>
  2. Using the search bar can be a real time saver in a lot of cases, especially
  3. when you need to jump around between different parts of a buffer.<p>
  4. By default, the search bar is only shown when
  5. one of the quick search commands are invoked; however you can specify that it
  6. always be shown in the <b>View</b> pane of the <b>Utilities</b>&gt;<b>Global
  7. Options</b> dialog box.<p>
  8. The following keyboard commands deal with the search bar; you will find it
  9. much easier to navigate around files if you memorize these:
  10. <ul>
  11. <li>Pressing <b>C+,</b> shows the search bar (if necessary) and sends keyboard
  12. focus there.</li>
  13. <li>Pressing <b>C+.</b> also shows the search bar, but pre-selects the
  14. <b>HyperSearch</b> check box.</li>
  15. <li>Pressing <b>A+,</b> puts the word at the caret location into the search bar.</li>
  16. <li>Pressing <b>A+.</b> performs a HyperSearch for the word at the caret location.</li>
  17. </ul>
  18. </body></html>