public
Description: Disable spell checking on CJK characters.
Homepage:
Clone URL: git://github.com/kanru/tomboy-cjk-disable-spellcheck.git
tomboy-cjk-disable-spellcheck / CJKDisableSpellAddin.addin.xml
100644 22 lines (18 sloc) 0.49 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Addin id="CJKDisableSpell"
namespace="Tomboy"
name="CJK Disable Spell"
author="Kanru Chen"
description="Disable spell checking on CJK characters."
category="Tools"
defaultEnabled="true"
version="0.1">
 
<Runtime>
        <Import assembly="CJKDisableSpellAddin.dll" />
</Runtime>
 
<Dependencies>
<Addin id="Tomboy" version="0.7" />
</Dependencies>
 
<Extension path="/Tomboy/NoteAddins">
<NoteAddin type="Tomboy.CJKDisableSpell.CJKDisableSpellAddin" />
</Extension>
</Addin>