Version 3 (modified by dido, 16 years ago) (diff) |
---|
Analysis
Overview
General Scripting overview:
The users should be able to type and execute custom scripts.
- A script is a resource.
- Execute button should be present inside the resource pallete.
- Scripts could be edited inside a document window. Again execute button should be available. While editing the resource is saved automatically.
- Scripts could also be executed via links.
- The resource preview for scripts should allow editing.
- There should be ability to import/export script files.
- The user could create/edit/delete scripts.
Task requirements
Create prototype for scripting that includes the 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 pallete, 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 the resource pallete. 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
- Use the Rhino library: http://www.mozilla.org/rhino/.
- The output for the script could be Eclipse console or popup window.
Related
(Add links to related tasks that could be useful or helpful.)
How to demo
- Create a new script.
- Write a JavaScript code that outputs "Hello world".
- Click the Run button.
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
- The goal of this task is mainly to provide interface for scripting