I was playing with Flex document today, and inspired by CPAN Fastest Search by ma.la.
and made this.
Fastest Actionscript/Flex Search
A MUST for firefox users.
type: "fl.d.g.b" and see what happens.
Features:
- up/down key to move, Enter to open, mouseclick to open
-- opens wonderfl search by default ( Enter key, mouse click )
-- Ctrl+L jumps to livedocs
-- Ctrl+W jumps to wonderfl
-- click on "open in wonderfl livedocs" to select destination
- input regexp as string to search
-- ex: input \d\d to search for numbers in package/class/keywords
- type less
-- ex: input f.d.g.b to get to flash.display.Graphics.beginBitmapFill
- uncheck checkbox to restrict results
------
Flex documentと今日戯れていたら、CPAN最速検索[記事][本体]にinspireされて、つくっちゃいました。
Fastest Actionscript/Flex Search
- 上下で選択、エンターで開く、マウスクリックでも開く
-- 開くのは、デフォルトでwonderfl検索(エンターキー、マウスクリック)
-- Ctrl+L でlivedocsへ飛ぶ
-- Ctrl+W でwonderfl検索へ飛ぶ
-- "open in wonderfl livedocs" をクリックすれば飛び先を選べる
- 正規表現がおかしくなければ、そのまま使えます。
-- 例えば \d\d で数字が入っているキーワードが検索されます。
- 全部タイプしなくてもOK。
-- 例: f.d.g.b → flash.display.Graphics.beginBitmapFill
- チェックボックスのチェックを外して検索結果を限定
ma.laさんありがとうございます。