PhpStorm & WebStorm 2.0.1 EAP build 103.156
PhpStorm & WebStorm 2.0.1 EAP is started. Build 103.156 is available immediately with pack of important bugfixes, performance and usability improvements. Most notable:
- Multiple PHP class definitions across project *will* confuse IDE in current incarnation so we’ve added a clarifying warnings to class declaration and extends clauses
- Command line tools support now supports “cd” and persistent history (use Up Arrow/Down Arrow within commandline to browse)
- File|Save As.. action was added with default shortcut Ctrl+Shift+S
- JavaScript indexing CPU and memory usage for large and compressed files is improved
Plus a lots of other fixes and improvements, see changelog
Download PhpStorm & WebStorm 2.0 EAP build 103.156 for your platform from project EAP page. Note that release builds will NOT prompt for update and patch is not available for this build.
Develop with pleasure!
-JetBrains Web IDE Team
Comments below can no longer be edited.
keltanas says:
March 2, 2011Приветствую! При обновлении с версии EAP 103.78 на 103.99 или этот билд, отваливается авторизация при коммите или апдейте проекта из SVN.
Пишет следующее:
svn: Commit failed (details follow):
svn: Permission denied: connect
svn: OPTIONS request failed on ‘/svn/siteforever/trunk’
При том , что открыв проект снова в версии 103.78 наблюдаю, что все работает.
У меня Win7 x64. Subversion 1.6.1 на ubuntu 10.10.
Alexey Gopachenko says:
March 2, 2011Please file bug reports to project tracker http://youtrack.jetbrains.net/issues/WI
Elte Hupkes says:
March 2, 2011Nice, now to actually be able to select which class I meant to extend so that code completion works for those cases :)… (and yeah, there’s already a feature request for that one, I’m just subtly mentioning it).
Irina Chernushina says:
March 2, 2011@keltanas
Please turn on svnkit log: put -Djavasvn.log into idea.exe.vmoptions,
and mail us idea.log
Thank you
Alex says:
March 2, 2011Great. Is there a schedule when EAPS will come out?
Alexey Gopachenko says:
March 2, 20112-3 weekly EAPs before 2.0.1 release.
BaRoN! says:
March 3, 2011Great news, but please change the EAP page accordingly.
It says
It’s confusing
keltanas says:
March 3, 2011@Irina Chernushina
Напишите мне пожалуйста в скайп по русски, что надо сделать. Мой скайп: keltanas
OZ says:
March 3, 2011slowest build.
Alex Andrienko says:
March 6, 2011> Multiple PHP class definitions across project *will* confuse IDE
Does that mean, that namespaces support is not really that full, as it’s advertised?
Don’t get me wrong, that’s still the best PHP IDE around, I just would like to avoid false security about some features, that are claimed as fully supported when in fact they are not.
OZ says:
March 6, 2011@Alex Andrienko, class definitions in different namespaces works fine.