Greasemonkey: Javadoc Incremental Search User Script
Updated: 2006-07-09 15:53:00+0900 [Home]
This Greasemonkey script adds Incremental Search function to Javadoc 'all classes' frame.
Download
Demo
Features
- wildcard search (N*P*Exception)
- Camel Case Search (NPE, NuPoEx)
- Anchor Search Mode: Press '#' to enter anchor search mode. You can search method and field names from the current selected class.
- Menu Mode: Press '@' to open menu.
- @1: search DocJar
- @2: source code at DocJar
- @3: search Koders (search samples of target class and method)
- You can customize menu by editing MENU const.
- alt+s: focus search field
- alt+a: erase current input
Change Log
- 0.5 (2006/07/09)
- A new Eclipse like Camel Case Search mode has been added.
- 0.4 (2006/05/31)
- Improve the speed of initialization. It's about 10 times faster than previous version.
- Press enter key to open current class / anchor.
- Open in class flame function is now working correctly.
- 0.3 (2005/12/18)
- Fixed to work with Greasemonkey 0.6.4 (Firefox 1.5).
- 0.2
- Added anchor search mode.
- Added menu mode.
- Improved initialization speed.
- 0.1
Old Versions
KOSEKI Kengo <kengo at tt.rim.or.jp>