Revision: 178 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=178&view=rev Author: ntrel Date: 2008-09-18 12:13:16 +0000 (Thu, 18 Sep 2008)
Log Message: ----------- Update to Geany API 95.
Modified Paths: -------------- trunk/spellcheck/ChangeLog trunk/spellcheck/src/spellcheck.c
Modified: trunk/spellcheck/ChangeLog =================================================================== --- trunk/spellcheck/ChangeLog 2008-09-17 19:08:33 UTC (rev 177) +++ trunk/spellcheck/ChangeLog 2008-09-18 12:13:16 UTC (rev 178) @@ -1,3 +1,9 @@ +2008-09-18 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> + + * src/spellcheck.c: + Update to Geany API 95. + + 2008-09-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* src/spellcheck.c:
Modified: trunk/spellcheck/src/spellcheck.c =================================================================== --- trunk/spellcheck/src/spellcheck.c 2008-09-17 19:08:33 UTC (rev 177) +++ trunk/spellcheck/src/spellcheck.c 2008-09-18 12:13:16 UTC (rev 178) @@ -55,7 +55,7 @@ GeanyFunctions *geany_functions;
-PLUGIN_VERSION_CHECK(94) +PLUGIN_VERSION_CHECK(95) PLUGIN_SET_INFO(_("Spell Check"), _("Checks the spelling of the current document."), "0.2", _("The Geany developer team"))
@@ -195,7 +195,7 @@
if (len > 0) { - p_sci->indic_clear(doc->editor->sci, start, start + len); + p_sci->indicator_clear(doc->editor->sci, start, start + len); } }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org