View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0011289 | Scribus | Scripter | public | 2012-12-24 10:06 | 2012-12-24 23:24 |
Reporter | vasco | Assigned To | jainbasil | ||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Summary | 0011289: Real python objects instead of strings | ||||
Description | The scripter can be extended to use real python objects, so you can do. The python object can do all the book keeping of scribus object names text = createText(...) text.setText('Spam') text.setFontSize(10) Or even (jquery like): paragraph = text.appendParagraph('Egg').setParagraphStyle(myStyle) Or: paragraph = Paragraph('text') paragraph.setParagraphStyle(myStyle) text = createText(...) text.append(paragraph) It could be easy to incorporate this while fixing: http://bugs.scribus.net/view.php?id=11286 | ||||
Tags | No tags attached. | ||||
Patch | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-12-24 10:06 | vasco | New Issue | |
2012-12-24 23:24 | christoph_s | Assigned To | => jainbasil |
2012-12-24 23:24 | christoph_s | Status | new => assigned |