What am I doing wrong, because "page search" (Ctrl-cmd / Ctrl-f) doesn't work in JSBin?
http://jsbin.com/oqojan/42/edit
I try to search term "path2curve" in Javascript-window, but only the first match is found, although the term exists on the Javascript-window few times.
I use Chrome version 22.0.1229.92 (Mac OS X 10.6.8). The same problem is with newest FF.
Ability to search within code is essential on developing. Now I have used a workaround to copy text to Ultraedit and find terms there and paste after modifications the code again in JSBin. I prefer JSBin over JSfiddle, because JSBin shows typed letters immediately and the text cursor moves as fast as it is moved. In JSFiddle if code is long (like Raphaël source), the hanging time can be seconds.
The other problem in JSBin is that console.log(object) doesn't show object as traversable (by clicking arrow symbol in Chrome Console), although in other pages objects are traversable.