View Issue Details

IDProjectCategoryView StatusLast Update
0011289ScribusScripterpublic2012-12-24 23:24
Reportervasco Assigned Tojainbasil  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status assignedResolutionopen 
Summary0011289: Real python objects instead of strings
DescriptionThe 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
TagsNo tags attached.
Patch

Activities

There are no notes attached to this issue.

Issue History

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