Jesper Nordenberg wrote:
I got bored this week-end so I put together a simple Java class browser
for Emacs. It's similar to the class browsers found in Forte and
VisualAge, although much simpler. You can download it from
http://home.swipnet.se/mayhem/javabrowser.html.
 
Great little package.  I have a set of emacs utility methods that I use for setting up the windows of my emacs "IDE" sessions.  After looking at your package, I quickly threw in a new "jvl-ide-jcb" function that automatically resizes the window and lays everything out the way I wanted to use jcb.  You can find the result at

http://members.xoom.com/jim_loverde/projects/jvl-ide/index.html

Basically, "jvl-ide-jcb" resizes the current emacs frame, and lays it out as follows:

+------------------------------------------+
| *JCB Packages*                           |
+----------------+-------------------------+

| *JCB Classes*  | <current buffer>        |
+----------------+                         |
| *JCB Methods*  |                         |
+----------------+-------------------------+

It's not the pretiest emacs code, but it works.  ;^)
 

--
****************************************************
Jim LoVerde, Technical Architect
Strategic Technology Resources
http://www.str.com
voice 312.674.4798    fax 312.697.3801
mobile 773.398.9539    pager [EMAIL PROTECTED]
 

Reply via email to