Exploring eclipse wish [message #115305] |
Sat, 23 August 2003 04:20  |
Eclipse User |
|
|
|
Originally posted by: amottadelli.tiscalinet.it
Hello all,
dont' you think it would be very nice if it were easier to explore the
eclipse enviroment (a la Smalltalk).
For example browsing loaded classes (and maybe set breakpoints ........!!).
As a first step, it would be nice if eclipse could automatically locate the
source of their jars.....
Best regards,
A.Mottadelli
|
|
|
|
Re: Exploring eclipse wish [message #115393 is a reply to message #115332] |
Sat, 23 August 2003 10:21  |
Eclipse User |
|
|
|
You can use the PluginRegistry to find out the loaded plugins and from
there get plugin descriptors with their classpaths.
However, all exploration has to be explicitly enabled by the plugin
developers.
Unlike Smalltalk, there is no general reflection on the contents of the
workbench.
If you just want to learn about Eclipse, and how it works internally, I
would
suggest having a look at the Eclipse Monitor
(http://www.alphaworks.ibm.com/tech/jikesbt).
Chris Laffra
"Martin Kersten" <Martin.Kersten@student.uni-magdeburg.de> wrote in message
news:bi7i8h$2ik$1@eclipse.org...
> Hi,
>
> > dont' you think it would be very nice if it were easier to explore the
> > eclipse enviroment (a la Smalltalk).
> > For example browsing loaded classes (and maybe set breakpoints
> ........!!).
> ? didnt got that example. If you refer to the way smalltalk let you browse
> your classes then take a look at: Window -> Show View -> Java Browsing
> There you have every view you need to imitate a smalltalk like browsing ;)
>
> Breakpoints are set using the right bar of the editor (doubleclick when
> viewing
> a java source or right klick to get context menu).
>
> > As a first step, it would be nice if eclipse could automatically locate
> the
> > source of their jars.....
>
> ? What does that mean ?
>
>
> Martin (Kersten)
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.04454 seconds