r17330 by jghali - #10599: scribus.textOverflows does not work as documented

scribus-commit scribus-commit at lists.scribus.net
Fri Feb 24 11:58:53 UTC 2012


Author: jghali
Date: Fri Feb 24 11:58:53 2012
New Revision: 17330

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=17330
Log:
#10599: scribus.textOverflows does not work as documented

Modified:
    trunk/Scribus/doc/en/scripterapi-textframes.html
    trunk/Scribus/doc/fr/scripterapi-textframes.html
    trunk/Scribus/scribus/plugins/scriptplugin/cmdtext.h

Modified: trunk/Scribus/doc/en/scripterapi-textframes.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=17330&path=/trunk/Scribus/doc/en/scripterapi-textframes.html
==============================================================================
--- trunk/Scribus/doc/en/scripterapi-textframes.html (original)
+++ trunk/Scribus/doc/en/scripterapi-textframes.html Fri Feb 24 11:58:53 2012
@@ -160,7 +160,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: trunk/Scribus/doc/fr/scripterapi-textframes.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=17330&path=/trunk/Scribus/doc/fr/scripterapi-textframes.html
==============================================================================
--- trunk/Scribus/doc/fr/scripterapi-textframes.html (original)
+++ trunk/Scribus/doc/fr/scripterapi-textframes.html Fri Feb 24 11:58:53 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: trunk/Scribus/scribus/plugins/scriptplugin/cmdtext.h
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=17330&path=/trunk/Scribus/scribus/plugins/scriptplugin/cmdtext.h
==============================================================================
--- trunk/Scribus/scribus/plugins/scriptplugin/cmdtext.h (original)
+++ trunk/Scribus/scribus/plugins/scriptplugin/cmdtext.h Fri Feb 24 11:58:53 2012
@@ -379,7 +379,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