Development, Analysis And Research


Zend Studio Xenon

Posted in PHP by Andrew Johnstone on the July 23rd, 2005
,

Zend Studio Xenon

Unfortunately no code folding (Collapsable Source), however….:)

  • Web Services Support (SOAP)
    • WSDL Generator
  • Subversion Support
  • Code Completion for nested functions.

Zend Studio - Early Access Program Xenon

Technorati ,

Popularity: 3% [?]

6 Responses to 'Zend Studio Xenon'

Subscribe to comments with RSS or TrackBack to 'Zend Studio Xenon'.

  1. sara said,

    on July 23rd, 2005 at 10:01 pm

    Andrew.. I was expecting your thoughts on this :p


  2. on July 24th, 2005 at 4:26 am

    I anticipated to write up a little more detail, however as you quite rightly put in one of your entries on your blog, I simply lacked the motivation to write anything in detail, however I felt urged to at least post something new this week;)

    Unfortunately Xenon Beta simply pesters you for a licence key and you cannot actually run it. Also it does not run on linux either.

    One key problem this has resolved is communication over https.
    “* Bug Fix - Integration with Zend Platform did not work with https communication.”

  3. Eric Coleman said,

    on July 24th, 2005 at 4:28 am

    well, since it won’t load on LINUX nor Windows, neither of us can evaluate it… ;)
    Funny, becuase I bitched on the phone to a new zend rep when she called to sell me on some things the other day, then this appears, and yet it doesn’t work.

    If they implement code folding before release, i’ll be a happy camper, but knowing zend, they’re not going to.

  4. Eric Coleman said,

    on July 25th, 2005 at 4:01 am

    Got an email back this morning from the Zend team… they updated the download… so uninstall, download the new one, and reinstall (note: the build number is the same)

    So far, it’s neat… appears you need to manually switch between which source control tool you want, and it appears as if the new version is using a bit more ram… actually… alot more ram.


  5. on July 25th, 2005 at 6:42 am

    Nice one, will give it a try, when I get home:)

    OT: Tell me you didn’t bully the new girl at Zend again ;)


  6. on July 25th, 2005 at 4:42 pm

    I have rather varied projects and they use a combination of CVS / SVN.

    One thing i’m anxious to find out is if you can switch between CVS and SVN per project rather than as a preference?

    Looking at a Zend project File…

      <project_entity ID=”Subversion”>
        <svnCmdArguments>
          <SubversionCommand commandType=”update”/>
          <SubversionCommand commandType=”commit”/>
          <SubversionCommand commandType=”add”/>
          <SubversionCommand commandType=”status”/>
          <SubversionCommand commandType=”diff”/>
          <SubversionCommand commandType=”delete”/>
          <SubversionCommand commandType=”revert”/>
          <SubversionCommand commandType=”resolve”/>
        </svnCmdArguments>
      </project_entity>
      <project_entity ID=”CVS”>
        <lastArguments>
          <CVSCommand commandType=”update”/>
          <CVSCommand commandType=”commit”/>
          <CVSCommand commandType=”add”/>
          <CVSCommand commandType=”status”/>
          <CVSCommand commandType=”diff”/>
        </lastArguments>
      </project_entity>

Leave a Reply