/jEdit/tags/after_bsh-2-0b4/doc/tips/tip2.html

# · HTML · 17 lines · 14 code · 3 blank · 0 comment · 0 complexity · 64b8232cbefd53c35900b8cee803914b MD5 · raw file

  1. <html><body>Pressing <b>C+b</b> searches the current
  2. buffer and the current mode's keyword list for words beginning with
  3. the one before the caret.<p>
  4. This serves as a very basic code completion feature, for example:
  5. <ul>
  6. <li>When editing any kind of program source, enter the first few characters of
  7. a previously-declared identifier name, invoke <b>C+b</b>, and save yourself
  8. from having to type it out again.
  9. <li>When editing Javadoc comments in Java source code,
  10. enter "@" then press <b>C+b</b> to get a list of Javadoc tags.
  11. <li>In a PHP file, enter a few characters and press <b>C+b</b> to see
  12. a list of functions whose names start with what you entered.
  13. </ul>
  14. </body></html>