Home / SciHun
Name Modified Size InfoDownloads / Week
Parent folder
1.30 2009-12-24
1.22 2009-12-23
1.20 2009-12-16
1.12 2009-11-23
1.11 2009-08-17
1.10 2009-08-12
1.09 2009-08-12
readme.txt 2009-12-23 4.0 kB
Totals: 8 Items   4.0 kB 1
CHANGES
v 1.30
    - developer: Apply changes SciTE v1.79 -> v2.01
    - user: Add speller properties, written at chapter 'INSTALL DICTIONARIES', into file SciTEGlobal.properties

v 1.22
    - user: GTK version of SciHun was built and test at Ubuntu 9.04
    - user: users of Ubuntu may use .deb file for install SciHun.
        $sudo dpkg -i scihun_1.22-1_i386.deb
        !!! ATTENTION !!! If you install SciHun with default prefix, it will replace all files of SciTE program.
    - user: It is recommended:
        $mkdir ~/.scihun
        copy all downloaded dictionaries into that directory
        and set such properties
        if PLAT_GTK
            ext.speller.dict.user=$(SciteUserHome)/.scihun
            ext.speller.dict.general=$(SciteUserHome)/.scihun
    - user: Ubuntu users can't use suggest words at user context menu. I'm week in GTK using.
    - bug fix: Error with logic of default user dictionary creation
    
v 1.21
    - user: now you can view suggest words at user context menu. Max number of suggest words is 14, but all suggestion you can get at user list, calling "Find next misspell"

v 1.20
    - user: Now you can configure speller in properties file, default values are:
        if PLAT_WIN
            ext.speller.enable=1
            ext.speller.dict.user=$(SciteDefaultHome)
            ext.speller.dict.general=$(SciteDefaultHome)
    - user: It is recommended to set        
            ext.speller.dict.user=$(SciteUserHome)
    because user dictionary must be situated at directory, where user have writes for create and write files.
    - user: You can set at 'ext.speller.dict.general' property with list of directories (OpenOffice and Mozilla Firefox also use Hunspell dictionaries, we can use them too), separated by semicolon
    - user: suggestion words you will see at user list instead of context menu. Userlist not overlap the word, which you want to correct. And you haven't to push Esc for goto next wrong word, simply use Ctrl+M (or Ctrl+Shift+M for previous bad word).
    - developer: SciHun is based on SciTE v1.79
    - developer: SciHun depends on Hunspell v1.2.7
    - developer: SciHun was build under MinGW with GCC 4.4.0
    - developer: Old code of integration Hunspell into SciTE was rewrite (more that 90%). Now Hunspell is integrated as Extension (such as Lua Extension)
    - developer: SciHun 1.20 has been developed with CodeBlocks. There is SciTE.cbp at scite/vcbuild subdirectory

v 1.12
    - fix bug: impossible text selection by keyboard or by mouse after file opening or pasting text from clipboard

KNOWN PROBLEMS:
    - for avoid bug of wrong work of Hunspell with words like "--------------" please set such property of SciHun:
        whitespace.characters.$(file.patterns.text) =_ -$(chars.numeric)\@


FILE DESCRIPTION:
1) scihun-x.xx-src.zip -- source code of the project
2) wscihun-x.xx.zip -- full distributive of SciTE including spellchecking


INSTALLATION:
There are three ways to install SciHun:
1) Install SciTe 1.79 and replace SciTE.exe with SciHun*.exe. This way is the best way if have already installed SciTE
2) Download and extract wscihun-x.xx.zip. This file includes all files of usual SciTE 1.79 distributive and SciHun inplace of SciTE.exe. It also includes en-US dictionary.

INSTALL DICTIONARIES:
SciHun uses OpenOffice Dictionaries. You may download them from http://wiki.services.openoffice.org/wiki/Dictionaries. To install dictionary just put it (files .aff and .dic) in scihun folder.
SciHun uses simultaneously all dictionaries in its folder. But you may set properties for change path of dictionaries, for example
    ext.speller.enable=1
    if PLAT_WIN
        ext.speller.dict.user=$(SciteUserHome)
        ext.speller.dict.general=$(SciteUserHome)
    if PLAT_GTK
        ext.speller.dict.user=$(SciteUserHome)/.scihun
        ext.speller.dict.general=$(SciteUserHome)/.scihun

Source: readme.txt, updated 2009-12-23