I’d like to develop in Java on Eclipse with the same “Five-panel” class browser than I had in Smalltalk. Is there an eclipse plugin that does it ? I can’t find it.
Something like 1st column package names, 2nd column Class names, 3rd column method names and lastly a bottom panel to edit methods.
Thank you very much for your answers.
You can arrange the “packages”, “types” and “members” views of the “java browsing” category to have the same layout.
The main difference is that you’ll be able, using the scrollbar, to see other members without having to click in the “members” view (I’m not sure about what it did in Smalltalk V or 80… this is so old…).
I have a very similar layout as I put at the left of my screen the views “projects”, “packages” and “types” in a column (no place for “members” on my small screen).