ScripterNG/Development: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
mNo edit summary
Line 54: Line 54:
== Links ==
== Links ==
(will lookup my bookmarks)
(will lookup my bookmarks)
* [[ScripterNG/Development/PortingOldScripter]]
* Integration of scripting languages into C++/Qt applications
* Integration of scripting languages into C++/Qt applications
* Examples about how other projects solved this topic
* Examples about how other projects solved this topic
* [http://www.indesignscriptingreference.com/CS3/JavaScript/ InDesign scripting with JavaScript]
* [http://www.indesignscriptingreference.com/CS3/JavaScript/ InDesign scripting with JavaScript]

Revision as of 23:07, 14 April 2010

Development on the new scripter

Documentation

  • How does the core (connecting Python to C++) work?
  • How can I add new functions?
  • How do I port code from older scripter to the new one?


Ideas for scripts and extensions


Requirements to implement above scripts

  • call gettext importer api
  • call pdf exporter
  • event hooks (selection changed, document changed,


API ideas


Other important TODO

  • add i18n and integrate with rest of Scribus


Links

(will lookup my bookmarks)