/jEdit/tags/jedit-4-0-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
2buffer and the current mode's keyword list for words beginning with
3the one before the caret. You can use this feature to quickly insert
4variable and function names without having to retype them.<p>
5
6The fact that it completes keywords also
7comes in handy in many situations; for example, say you are editing a
8JavaDoc comment and can't remember if it's <code>@return</code> or
9<code>@returns</code>. No problem; just type <code>@re</code> and press
10<b>C+b</b> to find out.</body></html>