View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017228 | Scribus | Documentation | public | 2024-05-30 16:15 | 2024-09-16 20:54 |
Reporter | MattMiller | Assigned To | jghali | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.7.0.svn | ||||
Fixed in Version | 1.6.2.svn | ||||
Summary | 0017228: Typo in insertHtmlText() Scripter Doc | ||||
Description | The first argument to the insertHtmlText() scripter function is the name of a file containing the text to insert, but it's called "text" in the arg list in the doc. It should be called "file" as it is in the description on the doc. | ||||
Additional Information | Index: scripterapi-textframes.html =================================================================== --- scripterapi-textframes.html (revision 26161) +++ scripterapi-textframes.html (working copy) @@ -109,7 +109,7 @@ May raise WrongFrameTypeError if the target frame is not a text frame </dd><dt><a name="-insertHtmlText">insertHtmlText</a>(...)</dt> -<dd><code>insertHtmlText("text", ["name"])</code> +<dd><code>insertHtmlText("file", ["name"])</code> Inserts the text from "file" into the text frame "name". Text must be UTF encoded (see #-setText() as reference). If "name" is not given the currently selected item is used. May raise WrongFrameTypeError if the target frame is not a text frame </dd> | ||||
Tags | No tags attached. | ||||
Patch | Yes | ||||
|
Hey, this is something unrelated but since I know no other way to reach the Scribus people, I will request here: Why the svn versions (1.6.2 and 1.7.0) are not available for Linux (directly)? Those folders do not have a single AppImage or .deb or flatpak. Man, is heartbreaking to see that there are even .exe files but no Linux formats. (There may be something in missing kindly let me know) The even bigger problem is that the AppImages already available for 1.5.8 and 1.6.1 do not work. I tried on LMDE and Fedora 40. They just don't do anything when press enter. (Selected to open with Run Software on Fedora still nothing). But anyway at least provide a .deb file for the SVN versions of not an .rpm, so more people could help test the software. Big thanks to the developers for a gem like Scribus. |
|
[new version with more clarity] Hey, this is something unrelated but since I know no other way to reach the Scribus people, I will request here: Why the svn versions (1.6.2 and 1.7.0) are not available for Linux (directly)? Those folders do not have a single AppImage or .deb or flatpak. Man, it is heartbreaking to see that there are even .exe files but no Linux formats. It's FOSS. Shouldn't Linux comes as equal to Windows if not before? (There may be something I'm missing kindly let me know) The even bigger problem is that the AppImages already available for 1.5.8 and 1.6.1 do not work. I tried on LMDE and Fedora 40. They just don't do anything when press enter. There is a message sometimes about it not being a valid file. (I can provide the exact one if you ask). I Selected to open with Run Software on Fedora still nothing. But anyway at least provide a .deb file for the SVN versions if not an .rpm, so more people could help test the software. Big thanks to the developers for a gem like Scribus. |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-05-30 16:15 | MattMiller | New Issue | |
2024-05-30 20:51 | jghali | Assigned To | => jghali |
2024-05-30 20:51 | jghali | Status | new => resolved |
2024-05-30 20:51 | jghali | Resolution | open => fixed |
2024-05-30 20:51 | jghali | Fixed in Version | => 1.6.2.svn |
2024-06-01 09:45 | Buttar | Note Added: 0051182 | |
2024-06-01 09:50 | Buttar | Note Added: 0051183 | |
2024-09-16 20:54 | cbradney | Status | resolved => closed |