/jEdit/tags/jedit-4-3-pre5/doc/tips/tip69.html

# · HTML · 22 lines · 18 code · 4 blank · 0 comment · 0 complexity · be83ff57296d3b04ef933a0ea20952a4 MD5 · raw file

  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>