Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Fri, 18 May 2012 11:10:18
Commit: ea922192a0af51d3bf662f24650ccc69989293c0
https://github.com/geany/geany-plugins/commit/ea922192a0af51d3bf662f24650cc…
Log Message:
-----------
Minor restructuredText format fixes
Modified Paths:
--------------
README
Modified: README
5 files changed, 3 insertions(+), 2 deletions(-)
===================================================================
@@ -10,7 +10,8 @@ Building with autotools
You can use Autotools to build the Geany plugins in this repository.
-Usage:
+Usage::
+
./configure [arguments] or alternatively ./autogen.sh [arguments]
make
sudo make install
@@ -93,7 +94,7 @@ Building with waf
^^^^^^^^^^^^^^^^^
Geany-Plugins can also being build using Python based build system waf.
-For doing this you have similar to building with autotools run three steps:
+For doing this you have similar to building with autotools run three steps::
./waf configure
./waf build
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Fri, 18 May 2012 11:08:30
Commit: fa46dbc7b0bea9cf70004cf6026fd75d24ce0fa7
https://github.com/geany/geany-plugins/commit/fa46dbc7b0bea9cf70004cf6026fd…
Log Message:
-----------
Update OpenOffice dictionary download link and rephrase dictionary installation instructions (closes #3525162)
Modified Paths:
--------------
spellcheck/README
Modified: spellcheck/README
19 files changed, 11 insertions(+), 8 deletions(-)
===================================================================
@@ -81,18 +81,21 @@ Configuring dictionaries on Windows
On Windows, you might need to install the dictionaries (the files
containing the information for spell checking) manually.
First, you need to download the dictionary files for the
-languages you want, e.g. from http://wiki.services.openoffice.org/wiki/Dictionaries.
+languages you want, e.g. from
+http://extensions.services.openoffice.org/en/dictionaries.
Be sure to download the "Spelling" archives from this site. The
downloaded archive should contain one or more .dic and .aff files.
-Once you downloaded the dictionaries, extract them into a folder of
-your choice, e.g. C:\dictionaries. Then open to the Spell Check plugin
-preferences dialog in Geany and choose the folder you just created.
-You may need to restart Geany and then the installed dictionaries should
-be available.
+Instructions::
-Currently, installing dictionaries into a custom folder only works
-with Myspell/Hunspell dictionaries (http://hunspell.sourceforge.net/).
+ 1. Download the archive you want to use
+ 2. The downloaded archive with the extension .oxt is actually a ZIP
+ archive, so extract it as usual (e.g. with 7-Zip or another ZIP
+ unpacker). Extract the contents into a folder of your choice,
+ e.g. C:\dictionaries
+ 3. Then open to the Spell Check plugin preferences dialog in Geany and
+ choose the folder you just created. You may need to restart Geany
+ and then the installed dictionaries should be available
Known issues
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).