products forums blog support careers about
  History | Log In     View a printable version of the current page.  
PRO USERS, to ensure 'PRIORITY SUPPORT' make sure that your ASAP account is "tagged" when you file the request. Click here for instructions on how to tag your account.
Issue Details (XML | Word | Printable)

Key: STU-1810
Type: Enhancement Enhancement
Status: Reviewed Reviewed
Priority: Unprioritized Unprioritized
Assignee: Kevin Lindsey
Reporter: Andreas Mixich
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Aptana Studio

Scripting (Eclipse/Aptana Monkey) Full Feature (GUI, etc)

Created: 21/May/08 03:31 PM   Updated: 22/May/08 01:01 PM
Component/s: IDE Scripting
Affects Version/s: None
Fix Version/s: Aptana Studio 1.x

Importance: Average
Studio Install Type: N/A
Participants: Andreas Mixich, Ingo Muschenetz and Kevin Lindsey


 Description  « Hide
It would be very nice to see the Eclipse/AptanaMonkey efforts grow up into some serious productivity feature. I would be very glad to be easily able to script the whole Eclipse application, along with Eclipse styled GUI elements. Preferrably as XML, which describes the UI (XUL alike or so). Currently I am mostly missing an easy to use API. Something along like a Javascript toolkit, but for Eclipse.

proj = new Eclipse.Workspace.Project('project_name');
proj.build('target_name');
proj.delete('resource_name');

ed = new Eclipse.Editor('editor_id');
ed.load('resource_name');
ed.moveCursor('up',15);

etc.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Ingo Muschenetz - 22/May/08 01:01 PM
Thanks for the comments and suggestion--we're currently evaluating how best to extend our scripting support, so this will help us better understand what people are interested in.