[Pydev-code] Re: pydev
Brought to you by:
fabioz
From: Aleks T. <a...@to...> - 2004-04-19 16:35:55
|
Ron Smith wrote: > Thanks, that definetely helped. I haven't done eclipse plug-in > development before and was approaching it wrong. > After exploring how to work with plugin projects > more, It's building fine and I'm able to export the pydev feature > and plug-ins, and install them into a fresh eclipse installation. > > I had to fix a small problem in PydevPlugin.java - it wasn't finding > PyDevPluginResources.properties. I think someone else on the forums > had the same problem. I've attached the patch Thanks. This has been a new addition to the tree by Dana, so I was not aware that we have properties now. > The editor seems to be working fine (I like the hyperlinking feature!). The hyperlinking is working for a very limited set of possible links right now. It is a great place to start if you'd like to contribute some code. The debugger is under heavy reconstruction right now. I've decided to roll my own remote debugging protocol. I'll check something in as soon as I get stop/suspend buttons running. > Is there a .4 release planned in the near future (next week or so)? Not next week, unless my progress really speeds up. I'd say there will be one within a month. I'd really like to get a real debugger in the next release (breakpoints/suspend/resume/variables). > By the way, I noticed you worked on Mosaic. Did you go to > the U of I? I graduated in 93. Yes, I was there at Beckman & NCSA between 90 & 94. > Thanks > --Ron Aleks |