PageRenderTime 46ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
HTML | 17 lines | 14 code | 3 blank | 0 comment | 0 complexity | 64b8232cbefd53c35900b8cee803914b 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>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>