> Is there a plugin that allows you to type 'immediate' java commands?
>
[quoted text clipped - 14 lines]
>
> Sanjay
Use a scrapbook page: File -> New -> Other -> Java -> Java Run/Debug ->
Scrapbook Page, and choose title and location.
In the scrapbook page, right-click to set imported classes/packages.
Type some code, select it, and right-click to inspect, display or
execute it.

Signature
Regards,
Roland de Ruiter
___ ___
/__/ w_/ /__/
/ \ /_/ / \
sanjay manohar - 05 Apr 2005 18:55 GMT
Wow that's very handy! and quite nifty programming...
I think i might tweak it for my purposes...
looks like package is
org.eclipse.jdt.internal.debug.ui.snippeteditor.*, source code in
plugins\org.eclipse.jdt.source_3.0.2\src\org.eclipse.jdt.debug.ui_3.0.2\jdiuisrc.zip
Thanks!