Bug 91717

Summary: [misc] Scrapbook integrated into java editor
Product: [Eclipse Project] JDT Reporter: Xavier Méhaut <xavier.mehaut>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: baptiste
Version: 3.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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 ...