Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Exploring eclipse wish
Exploring eclipse wish [message #115305] Sat, 23 August 2003 04:20 Go to next message
Eclipse UserFriend
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 #115332 is a reply to message #115305] Sat, 23 August 2003 07:15 Go to previous messageGo to next message
Eclipse UserFriend
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)
Re: Exploring eclipse wish [message #115393 is a reply to message #115332] Sat, 23 August 2003 10:21 Go to previous message
Eclipse UserFriend
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)
>
>
Previous Topic:Getting a workbench rect
Next Topic:Change Eclipse Default Menu Labels
Goto Forum:
  


Current Time: Sat Jun 07 15:00:34 EDT 2025

Powered by FUDForum. Page generated in 0.04454 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top