[vox-tech] Firefox "find" utility

Ken Bloom kbloom at gmail.com
Tue Jun 20 11:56:41 PDT 2006


On Tue, Jun 20, 2006 at 02:25:04PM -0400, Peter Jay Salzman wrote:
> That's exactly my point.  When you press "find next" the browser should know
> what word is abutted against the left margin because it knows the details of
> how text flows given the width of the document, etc.  So resizing the window
> will produce different results, but it should be entirely within the realm
> of doability.
> 
> But I guess I was thinking more in lines of this:
> 
> http://java.sun.com/j2se/1.5.0/docs/api/
> 
> Doing a search for the Event class is sheer misery.  It pretty much
> necessitates taking my hand off the keyboard and onto the mouse.

[bloom at cat-in-the-hat ~]$ cat ~/bin/classpath
#!/bin/bash

CLASSNAME=$(echo $1 | sed s@\\.@/@g )

links /usr/share/doc/classpath-doc/api/$CLASSNAME.html
[bloom at cat-in-the-hat ~]$

Sure, you need to enter the whole package name too, but I find it very
convenient. (At least, it was very convenient before I switched most
of my coding from Java to Ruby.)

--Ken

-- 
I usually have a GPG digital signature included as an attachment.
See http://www.gnupg.org/ for info about these digital signatures.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://localhost.localdomain/pipermail/vox-tech/attachments/20060620/e0efa82d/attachment.pgp


More information about the vox-tech mailing list