r17329 by jghali - #10599: scribus.textOverflows does not work as documented
scribus-commit
scribus-commit at lists.scribus.net
Fri Feb 24 11:58:11 UTC 2012
Author: jghali
Date: Fri Feb 24 11:58:11 2012
New Revision: 17329
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=17329
Log:
#10599: scribus.textOverflows does not work as documented
Modified:
branches/Version14x/Scribus/scribus/doc/en/scripterapi-textframes.html
branches/Version14x/Scribus/scribus/doc/fr/scripterapi-textframes.html
branches/Version14x/Scribus/scribus/plugins/scriptplugin/cmdtext.h
Modified: branches/Version14x/Scribus/scribus/doc/en/scripterapi-textframes.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=17329&path=/branches/Version14x/Scribus/scribus/doc/en/scripterapi-textframes.html
==============================================================================
--- branches/Version14x/Scribus/scribus/doc/en/scripterapi-textframes.html (original)
+++ branches/Version14x/Scribus/scribus/doc/en/scripterapi-textframes.html Fri Feb 24 11:58:11 2012
@@ -155,7 +155,7 @@
<dt><a name="-textOverflows"><strong>textOverflows</strong></a>(...)</dt>
<dd><code>textOverflows(["name", nolinks]) -> integer</code>
-<p>Returns the actual number of overflowing characters in text frame "name". If is nolinks set to non zero value it takes only one frame - it doesn't use text frame linking. Without this parameter it search all linking chain.</p>
+<p>Returns 1 if there are overflowing characters in text frame "name", 0 if not. If is nolinks set to non zero value it takes only one frame - it doesn't use text frame linking. Without this parameter it search all linking chain.</p>
<p>May raise WrongFrameTypeError if the target frame is not an text frame</p></dd>
</dl>
Modified: branches/Version14x/Scribus/scribus/doc/fr/scripterapi-textframes.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=17329&path=/branches/Version14x/Scribus/scribus/doc/fr/scripterapi-textframes.html
==============================================================================
--- branches/Version14x/Scribus/scribus/doc/fr/scripterapi-textframes.html (original)
+++ branches/Version14x/Scribus/scribus/doc/fr/scripterapi-textframes.html Fri Feb 24 11:58:11 2012
@@ -121,8 +121,8 @@
<dt><a name="-textOverflows"><strong>textOverflows</strong></a>(...)</dt>
<dd><code><a href="#-textOverflows">textOverflows</a>(["nom",
sansLiens]) -> nombre entier</code>
-<p>Retourne le nombre actuel de caractères en surplus dans le
-cadre de texte "nom". Si sansLiens est une valeur non nulle, il prend
+<p>Retourne 1 en cas de présence de caractères en surplus dans le
+cadre de texte "nom", 0 sinon. Si sansLiens est une valeur non nulle, il prend
seulement un cadre - il n'utilise pas les liens de cadre. Sans
ce paramètre, il cherche toute les chaînes liées.</p>
<p>Peut générer WrongFrameTypeError si le cadre cible n'est pas un
Modified: branches/Version14x/Scribus/scribus/plugins/scriptplugin/cmdtext.h
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=17329&path=/branches/Version14x/Scribus/scribus/plugins/scriptplugin/cmdtext.h
==============================================================================
--- branches/Version14x/Scribus/scribus/plugins/scriptplugin/cmdtext.h (original)
+++ branches/Version14x/Scribus/scribus/plugins/scriptplugin/cmdtext.h Fri Feb 24 11:58:11 2012
@@ -365,7 +365,7 @@
PyDoc_STRVAR(scribus_istextoverflowing__doc__,
QT_TR_NOOP("textOverflows([\"name\", nolinks]) -> integer\n\
\n\
-Returns the actual number of overflowing characters in text frame \"name\".\n\
+Returns 1 if there are overflowing characters in text frame \"name\", 0 if not.\n\
If is nolinks set to non zero value it takes only one frame - it doesn't\n\
use text frame linking. Without this parameter it search all linking chain.\n\
\n\
More information about the scribus-commit
mailing list