Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Hunspell interface for SciTE under Linux
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
zetah  
View profile  
 More options Apr 7 2012, 8:36 pm
From: zetah <klo...@gmail.com>
Date: Sat, 7 Apr 2012 17:36:13 -0700 (PDT)
Local: Sat, Apr 7 2012 8:36 pm
Subject: Hunspell interface for SciTE under Linux

I wanted to add spell-checking to SciTE somehow

   1. I first found obvious result: luahunspell<http://code.google.com/p/luahunspell/>which works on Windows. Could it work on Linux by wrapping this tiny
   luahunspell.cpp<http://code.google.com/p/luahunspell/source/browse/hunspell/src/lua/l...>file around Hunspell and SciTE source is impossible task for me as I don't
   know C
   2. I then found luaspell on GitHub, and additionally luascript<https://groups.google.com/forum/#%21msg/textadept/a_F99FrMBL0/Vj_LimQ...>for TextAdept (Scintilla based editor) but it's not very obvious how to
   "port" it to SciTE
   3. I found scite+hunspell <http://sourceforge.net/projects/scihun/>project on SourceForge, and huge patch for SciTE 2.01 which I managed to
   apply on current hg version, with one issue: changes in respect to class
   Accessor makes it hard to figure what next:

  ../src/HunspellWrapper.h:62:56: error: ‘Accessor’ has not been declared
  make: *** [SciTEGTK.o] Error 1

which points to:

  virtual bool OnStyle(unsigned int p, int q, int r, Accessor *s);

Accessor.h was moved from ./scintilla/include/ to ./scintilla/lexlib/ and
if I include it in makefile it doesn't solve the problem, so I stopped here.

Can someone help make working spell-checker under Linux by any project
available?

Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.