[Pydev-code] Re: PyDev development
Brought to you by:
fabioz
From: Aleks T. <a...@to...> - 2004-06-09 02:39:21
|
Parhaum Toofanian wrote: > Sorry to bother you again. > > Just for starters, to get my feet wet, I fixed Fabio's AddBlockComment > handling, added a RemoveBlockComment feature, added the Remove action to the > menu, right-click, and hotkey. I also made the Block Separator string > user-defined in the preference page as opposed to hardcoded as > ===============. Sounds like you are warming up to coding in Eclipse. Good, hope lots of good stuff comes out. > For this and other changes I make, should I run the changes by you, or just > do add new files to version control and run a commit from within Eclipse? > What is the procedure that you would prefer? Or will it not let me perform > a commit at all since I have the project checked out from an anonymous CVS > checkout? You need to get checkin privileges to be able to check in the source. Tell me your slashdot id, and I'll give you the privileges. Up until now, I was the lead guy, spending lots of time on this. Developers checked in their code, and emailed me about it. I reviewed the changes, and made sure it all worked correctly. I am not sure what the right policy for the future should be. I am moving away from the project. My plan is to put out one more release compatible with Eclipse 3, and call it a 1.0. After that, the project will need a new lead. For now, I'd like you to email pydev-code about your changes. I'll take a look at them once I start the E3 port. If you'd like to provide documenation for the end users, edit org.python.pydev.help. Good luck, Aleks |