News


[11 total ]
Eclipse Committer Emeritus

Time passes and doesn’t wait, and some of the plans don’t be realized, you know. So due to last year inactivity my PDT committer rights were expired and I was appointed with the Eclipse Committer Emeritus status. How sad.
I will still try to not loose connections and relations with my good old friends and will [...]

Iterators in PHP

Recently, while playing with Scala/Python/PHP comparison implementation of iterative algorithms (I will hopefully describe them some days later) with colleague and friend of mine Michael Fuks, I sorrowfully discovered that, despite there are several ... [More] SPL units, which define basic Iterator interfaces and functionality, most of the array functionality is lacking for them.
So I decided [...] [Less]

Aptana “steals” PDT code

Aptana "steals" PDT code

Zend Studio for Eclipse Creators

As I mentioned, yesterday we released the 1st version of Zend Studio for Eclipse (it was released under version 6.0 however, to continue the line of Zend Studio numbering). And I think, my dear diary, that you should see these extraordinarily talented people that give sacrifice their minds and hearts to make it possible. Here [...]

Zend Studio for Eclipse Release & cetera

Dear diary,
I have 2 news for you today.

Today we successfully released Zend Studio for Eclipse. My contribution to it, beyond PDT commitments, is Sebastian Bergmann’s PHPUnit testing framework integration plug-in, File Network ... [More] support, Organize Includes and other parts of Refactoring engine, Code Coverage browser… well, it seems that’s it. Maybe several additional, but minor [...] [Less]

PDT Resource Containers Include Paths

Last week I have been working on extending of Include Path Libraries management in PDT and Zend Studio for Eclipse (Neon). The change won’t be released either in PDT 1.0.2 or in Zend Studio for Eclipse GA, but in the next ones (since it changed almost every aspect of products’ functionality).
The change’s idea is very [...]

Grouped Completion (Content Assist) in PDT

Last Wednesday I was working on grouping of code completion (content assist) options. It’s now only exists in CVS and will be (hopefully) released with the build after the next one (the current is already finalized).
Overview
The main point ... [More] of the feature is collapsing of multiple same-prefixed options into groups, instead of showing a long list [...] [Less]

Copying files the Eclipse way

The tip on subject.

PDT CodeDataResolver and ContentAssistSupport Unit Testing

Just wrote the subject related article here.
The article explains the concept of editor caret position based Unit Testing of editor links and code completion in PDT.

Debug PHP and JavaScript simultaneously

Yesterday me and Roy had a brainstorm session on future Zend Neon (Commercial version of PDT) and ATF integration and “occidently” found a way of debugging of an URL with both Zend’s PHPand Mozilla’s JavaScript debuggers in one ... [More] session.
Surprise! It’s possible with neither patching nor hacking. I’m not going to show the exact steps of [...] [Less]