wiki:GROUP_SCRIPTING_R0

Version 1 (modified by mitex, 16 years ago) (diff)

--

Error: Macro BackLinksMenu(None) failed
compressed data is corrupt

Error: Macro TicketQuery(summary=GROUP_SCRIPTING_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|) failed
current transaction is aborted, commands ignored until end of transaction block

Analysis

Overview

The users should be able to type and execute custom scripts.

  • The script file is resource.
  • Execute button should present inside resource pallet.
  • Scripts could be edited inside document window. Again execute button should present. While editing the resource is saved automatically.
  • Scripts could also be executed via links.
  • The resource preview for scripts could allow editing.
  • There should be ability to import/export script files.
  • The user could create/edit/delete script files.

Task requirements

Create prototype for scripting that include following functionality.

  • Ability to add/edit/delete script files.
    • Add 'Insert Script File' button inside 'Insert' menu
    • Create 'Insert Script' button inside 'Insert' menu that creates new resource.
    • Provide document window that allows editing for scripts as well as executing them.
    • Add 'Execute' button inside resource details pallet, that is visible only when script resource is selected.
  • Create 'Hello world' example via scripting in Sophie
  • OPTIONAL: Provide functionality that allows scripts to be evoked from links.
  • Provide functionality that allows for script resource to be exported to files. Again in resource pallet. Also while editing it from the file menu save and save as should be functional. (NOTE: Saving the resource should be automatically, but exporting it to file is not)

Task result

  • The result should be code

Implementation idea

  • The output for the script could be Eclipse console or popup window.

(Add links to related tasks that could be useful or helpful.)

How to demo

(Provide instructions for demonstration of the task.)

Design

(Describe your design here.)

Implementation

(Describe and link the implementation results here (from the wiki or the repository).)

Testing

(Place the testing results here.)

Comments

(Write comments for this or later revisions here.)