Kanru’s 探險日誌

這裡應該會放一些我每日遊覽的站台及一些心得,就當作是我的學習筆記吧^^。

Tomboy Plugin - CJKDisableSpell

with 2 comments

平常已經習慣使用 Tomboy 來記東西,介面還算好用,隨時都可以開新 Note 或是搜尋舊的 Note。用到現在唯一不滿意的地方是 tomboy 會對文章做 spelling check,無論內容是什麼,結果就是中文的 Note 會變成滿江紅。

花了一點時間寫了這個 plugin,可以針對 CJK 的部份取消 spelling check,效果還滿不錯 :)

使用前:

Screenshot

使用後:

Screenshot-1

使用方法,下載 CJKDisableSpellPlugin.cs 後自己編譯:

    mcs -t:library CJKDisableSpellPlugin.cs -r:/usr/lib/tomboy/Tomboy.exe -pkg:GTK-sharp-2.0

或是直接下載編譯好的 CJKDisableSpellPlugin.dll

將 dll 放置在 ~/.tomboy/Plugins/ 後,重新啟動 Tomboy 即可。

※ 歷史上的今天

Written by Kanru Chen

July 10th, 2006 at 2:36 pm

Posted in Programming, 小工具, 爬網探險

Tagged with ,

2 Responses to 'Tomboy Plugin - CJKDisableSpell'

Subscribe to comments with RSS or TrackBack to 'Tomboy Plugin - CJKDisableSpell'.

  1. -pkg 后面的 GTK 应该是小写吧。

    Carlos

    12 Jul 06 at 4:28 pm

  2. 是..
    但是因為某 plugin 自動把縮寫變成大寫了 :p

    kanru

    12 Jul 06 at 4:42 pm

Leave a Reply