PageRenderTime 21ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
HTML | 10 lines | 9 code | 1 blank | 0 comment | 0 complexity | 7266c7c10cd558655950adb69b3cc122 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. You can use this feature to quickly insert
  4. variable and function names without having to retype them.<p>
  5. The fact that it completes keywords also
  6. comes in handy in many situations; for example, say you are editing a
  7. JavaDoc comment and can't remember if it's <code>@return</code> or
  8. <code>@returns</code>. No problem; just type <code>@re</code> and press
  9. <b>C+b</b> to find out.</body></html>