scrapbook feature

A very useful feature to put in next version of idea would be a "Scrapbook" in other words a window where you can try simple Java code pieces "on the fly"
without the need of class and a main method...

To see an example of what i mean look at "IBM Visual Age for Java 3.5"
What do you think ?

0
Avatar
Permanently deleted user

Antonio Ballerini wrote:

A very useful feature to put in next version of idea would be a "Scrapbook" in other words a window where you can try simple Java code pieces "on the fly"
without the need of class and a main method...

To see an example of what i mean look at "IBM Visual Age for Java 3.5"
What do you think ?



Have you considered using the BeanShellPlugin for this purpose.
BeanShell is not exactly java, but close enough.

Stefan

0

请先登录再写评论。