Bug 91717 - [misc] Scrapbook integrated into java editor
Summary: [misc] Scrapbook integrated into java editor
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-18 04:43 EDT by Xavier Méhaut CLA
Modified: 2011-02-18 07:57 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xavier Méhaut CLA 2005-04-18 04:44:00 EDT
Hello,
I would like to suggest to integrate the java scrapbook (usefull but not
convenient to use)into the Java editor too, ie to add the capability to
"evaluate" piece of code directly into the java editor.
For instance :
Voordinate coord = new Coordinate(5,6,7);
If I select "new Coordinate(5,6,7)" and choose "evaluate", the result is
displayed inline in the editor "a la smalltalk".
I think then the dynamic java code evaluation would be more used by developpers.
regards
Xavier
Comment 1 Baptiste Grenier CLA 2011-02-18 07:57:18 EST
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=226158 ...