Bug 294487 - Scheme Play Button
Summary: Scheme Play Button
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: IDE4EDU (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-06 11:47 EST by Nil Goyette CLA
Modified: 2014-01-09 15:38 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nil Goyette CLA 2009-11-06 11:47:44 EST
The Play button in the Scheme Perspective currently only open the Kawa Interpreter without doing anything. The goal of this button should be to :
- If the interpreter view is hidden, show it.
- Send the code to the interpreter to see the results
Comment 1 Nil Goyette CLA 2009-11-06 16:49:12 EST
Maxime and I just discovered that there is already an action to send the code to the interpreter. When you type some code and press Ctrl-Shift-L, the interpreter output the answer.

Take a look at "org.schemeway.plugins.schemescript.eval.load"
Comment 2 Dennis Acosta CLA 2009-11-17 21:21:55 EST
What is the status of this bug now?
Comment 3 Nil Goyette CLA 2009-11-18 09:37:22 EST
You are free to take it if you want.

You could take the scheme button that was used to start the interpreter, since the interpreter is always visible, it's no more useful. Or just create a new one...

I was wondering, should we use the same green Play icon |> that they use in JDT? I think we should.
Comment 4 Dennis Acosta CLA 2009-11-18 09:54:50 EST
(In reply to comment #3)
> You are free to take it if you want.
> 
> You could take the scheme button that was used to start the interpreter, since
> the interpreter is always visible, it's no more useful. Or just create a new
> one...
> 
> I was wondering, should we use the same green Play icon |> that they use in
> JDT? I think we should.

I think we should be using the JDT icons.