Monday, December 19, 2005

User manual

No, still have not done it...

But it's starting to annoy me that there is no real manual, I mean, the FAQ (http://pydev.sf.net/faq.html) already covers most 'usual' doubts, and some simple steps are provided on how to get started, but there is still nothing to cover the way from the basics to the advanced topics, making the learning curve deeper that it should be...

Also, for some reason, some questions keep being asked in the forum over and over again (probably my fault in the end anyway), so, I'm starting to think that spending some time on a good manual would be a 'time-saver' in the end.

I'll probably make this a 'new year resolution' ;-)

Cheers,

Fabio

Tuesday, December 13, 2005

Still learning to use google analytics

Yeap... I checked it again, and discovered that actually north america has more visitors than other continents, it just wasn't appearing because it didn't have as much visitors from single cities... ( and I probably still have a lot to learn about it) -- but the 'single visits' where right :-)

Now, pydev development: pydev is in need of a new release, but I really don't have time to do it right now... hope I'll get some time to do it this year (altough I'm highly skeptical about that myself).

Good thing is that the current release appears very solid. Te bugs are mostly for peculiarities, and I belive they don't affect 99% of the pydev users -- even though I have NO idea of how many pydev users there are out there ;-)

Cheers,

Fabio

Wednesday, December 07, 2005

Coming back

Hi All,

I'm slowly catching up to all the pydev-related things again (its awesome the number of e-mails you can get in 2 weeks), altough I still didn't have time to code anything, my first priority will be making pydev compatible to eclipse 3.1.1 (its strange, eclipse 3.1 plugins should be compatible to that version, but there is always some minor changes that renders many things incompatible, even in only-bug-fixes releases).

Aside from that, I installed google analytics in pydev -- it's really nice knowing that there are people from all over the world accessing the pydev homepage (I need to put a link to it in the blog, but until there: http://pydev.sf.net).

So, if you're curious about it, let me put some things that have gotten my attention:
- the single city that has accessed it most is Beijing (China)... a little more than 3% of the total hits in a month... It's large population may have something to do with it :-)
- Europe is crowded with hits, I can't even distinguish the cities (and Paris is the second in hits, with almost 1.8% of the hits in a month)!
- North America had less hits when compared to the ones above
- And to finish, South America had only a few hits

Cheers,

Fabio

Friday, November 18, 2005

Release 0.9.8.5

Yeap, a new release is out!

Not many things at this one, but it should be good for those that wanted to target other vms other than the sun vm, as I removed some dependencies (namely: base64).

Some other bug-fixes are available in the release too... (what are you waiting? Go get it!!)

Also, I'll be out the next 1-2 weeks -- meaning: comments in the forum and e-mails might take a little more than the usual for me to answer -- and when I get back I know that I'll have tons of e-mails to answer...

Cheers,

Fabio

Wednesday, November 09, 2005

Release 0.9.8.4 and some updates

Ok, long time after last post (2 releases occured in this time).

I hope you're all enjoying them by the way -- I know that the numbering is not so good (too little numbers), and all those releases would be worth some better numbering, but we're already too close to 1.0 for that (maybe I should just go to it, but there always seems to be one last remaining thing before it goes to 1.0... so, having 10 releases between 0.9.8 and 0.9.9 might be the way to go -- altough I'm still unsure if that will actually happen).

Anyway, the last releases brought lots of things... I'm especially happy with code-completion handling all those relative and wild imports (python makes this very difficult to get correctly in a static way as pydev does). Also, as posted before, the debugger improved a lot -- altough there is always room for doing it better. I'm now thinking about how to do 'hot swap' of the code in debug mode, but that's something that surely will not come before 1.0.

Also, I'm looking for sponsors for pydev, as I'd really like to spend more time on it (and give all a better IDE), but I'm kind of unable to do it without gathering some financial support -- also, small donations are very welcome, as many small can do for one big donation :-)

Cheers,

Fabio