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