View Issue Details

IDProjectCategoryView StatusLast Update
0012316ScribusDocumentationpublic2014-05-21 05:09
Reporterpygmee Assigned Tocbradney  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Platformx86OSDebian OS Versionwheezy
Product Version1.4.4 
Fixed in Version1.4.4.svn 
Summary0012316: [PATCH] add getDocName to documentation
Descriptionadd documentation for en and fr getDocName method. made from doc directory
TagsNo tags attached.
Patch

Activities

pygmee

2014-05-17 16:58

developer  

scribus-doc-getdocname.patch (1,463 bytes)   
Index: fr/scripterapi-doc.html
===================================================================
--- fr/scripterapi-doc.html	(révision 19120)
+++ fr/scripterapi-doc.html	(copie de travail)
@@ -22,6 +22,13 @@
 que Scribus ne remarquera pas automatiquement un changement de
 document en utilisant un script.</p></dd>
 
+<dt><a name="-getDocname"><strong>getDocname</strong>(...)</dt>
+	<dd><code>getDocName() -&gt; string</code>
+	<p>Retourne le nom et le chemin d'accès du fichier courant</p>
+	</dd>
+</dt>
+
+
 <dt><a name="-getUnit"><strong>getUnit</strong></a>(...)</dt>
 <dd><code><a href="#-getUnit">getUnit</a>() -&gt; nombre entier
 (constante d'unit&eacute; de Scribus)</code>
Index: en/scripterapi-doc.html
===================================================================
--- en/scripterapi-doc.html	(révision 19120)
+++ en/scripterapi-doc.html	(copie de travail)
@@ -26,6 +26,12 @@
 <dd><code>getUnit() -&gt; integer (Scribus unit constant)</code>
 <p>Returns the measurement units of the document. The returned value will be one of the UNIT_* constants: UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.</p></dd>
 
+<dt><a name="-getDocname"><strong>getDocname</strong>(...)</dt>
+<dd><code>getDocName() -&gt; string</code>
+<p>Returns the name of current file</p>
+</dd>
+</dt>
+
 <dt><a name="-haveDoc"><strong>haveDoc</strong></a>(...)</dt>
 <dd><code>haveDoc() -&gt; bool</code>
 <p>Returns true if there is a document open.</p></dd>
scribus-doc-getdocname.patch (1,463 bytes)   

cbradney

2014-05-19 19:38

administrator   ~0031867

Thanks

Issue History

Date Modified Username Field Change
2014-05-17 16:58 pygmee New Issue
2014-05-17 16:58 pygmee File Added: scribus-doc-getdocname.patch
2014-05-19 19:38 cbradney Note Added: 0031867
2014-05-19 19:38 cbradney Status new => resolved
2014-05-19 19:38 cbradney Fixed in Version => 1.4.4.svn
2014-05-19 19:38 cbradney Resolution open => fixed
2014-05-19 19:38 cbradney Assigned To => cbradney
2014-05-21 05:09 christoph_s Status resolved => closed