[Hiki-dev] キーワードハイライト

Back to archive index

Junichiro Kita kita****@kitaj*****
2003年 10月 13日 (月) 18:10:48 JST


きたです.

>    ・スペースで区切られた複数のキーワードへの対応
>    ・日本語のハイライト
>に対応すべく、ほんのちょこっといじってみました。

あれー,手元ではどっちも OK なのになー,と思ったら別ディレクトリに設置し
たちょっと古いバージョンで diff 取ってました.アホすぎ…

ありがとうございます.
ところで,

>--- command.rb.orig	Mon Oct 13 17:39:07 2003
>+++ command.rb	Mon Oct 13 17:45:27 2003
>@@ -136,7 +136,7 @@
>       formatter = HikiFormatter::new( tokens, @db, @plugin )
>       contents, toc = formatter.to_s, formatter.toc
>       if $hilight_keys
>-        word = @params['key'][0]
>+        word = @params['key'][0].unescape
>         if word && word.size > 0
>           contents = hilighten(contents, word.split)
>         end

この部分は

>       formatter = HikiFormatter::new( tokens, @db, @plugin )
>       contents, toc = formatter.to_s, formatter.toc
>       if $hilight_keys
>         word = @params['key'][0]
>         if word && word.size > 0
>           contents = hilighten(contents, word.unescape.split)
>         end

の方がいいかも.



Hiki-dev メーリングリストの案内
Back to archive index