[Github-comments] [geany/geany-plugins] [spellchecker] Apostrophes (`'`, ascii 39) at string boundary are spell-checked (#484)

Enrico Tröger notifications at xxxxx
Thu Oct 13 12:30:44 UTC 2016


It depends what OS you use.
On Linux compiling from source is quite easy:
```sh
git clone git://github.com/geany/geany
cd geany
./autogen.sh --prefix=/tmp/geany_test
make
make install

cd ..
git clone git://github.com/geany/geany-plugins
cd geany-plugins
git checkout -b spellcheck_strip_quotes_issue484
PKG_CONFIG_PATH=/tmp/geany_test/lib/pkgconfig ./autogen.sh --prefix=/tmp/geany_test --with-geany-libdir=/tmp/geany_test/lib/geany
make
make install
```
The current version is as stable as a release usually, so there should not be a big issue.
It's important that you have `automake`, `autoconf`, `make`, the development libraries of GTK and Enchant (for Spell Check) installed.
The commands above will compile and install Geany and Geany-Plugins into `/tmp/geany_test`. You can start it with `/tmp/geany_test/bin/geany -c /tmp/geany_test/config` using a fresh configuration to not interfer with your current config. Then activate the Spell Check plugin and test.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/484#issuecomment-253499543
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161013/2ef4f208/attachment.html>


More information about the Github-comments mailing list