PhpStorm & WebStorm 3.0 EAP 110.359
This week’s EAP brings you a pack of important bug fixes and improvements in all areas, along with several of new features:
- PHPUnit fast switch between test/source is now available, under Navigate|Test. It will prompt for Generate Test if none found. Also test generation is improved
- Code Folding state is preserved across restarts and through refactoring for all languages. We might still have some glitches, please report them separately
- Scopes are now easily editable through main Settings
More details available in build changelog
Do not hesitate with feedback. And if you want something to be actually fixed – do not use twitter or blog comments for bug reports, file them to tracker. Thanks in advance!
Download PhpStorm & WebStorm for your platform from project EAP page.
Patch-update is also available.
Develop with pleasure!
-JetBrains Web IDE Team
Comments below can no longer be edited.
MaziLLa says:
November 10, 2011Those who love to use Code Folding can vote for this: http://youtrack.jetbrains.net/issue/WI-2404
David Rees says:
November 15, 2011As long as we are pitching folding improvements, I really think the idea of better keyboard control of the folding level like outliners have would be very, very useful – http://youtrack.jetbrains.net/issue/IDEA-74010
Pavel Mica says:
November 10, 2011I noticed serious UTF-8 encoding problem, try write some specific chars like “ěščřžýáíé” to UTF-8 encoded file, save it and open in previous EAP (or another UTF-8 compatible editor…)
BUG or problem with my environment?
nnmatveev says:
November 14, 2011Works for me. Please elaborate – you mentioned about an encoding problem, but didn’t describe the problem. Thanks!
Pavel Mica says:
November 14, 2011I try it again with invalidating caches and it works for now… In first try editor saved non-UTF characters into file.
nnmatveev says:
November 14, 2011Thanks! Please let us know if you will meet the issue again.
raveren says:
November 10, 2011This build is really messed up, cannot develop at all, random errors thrown right and left, I’d advise skipping this EAP.
Evgeniy says:
November 10, 2011Can’t agree. Seems works faster (if it’s not my mistake) and more stable.
Michael Ussher says:
November 11, 2011Got to agree with raveren on this one.
open a project, then open an existing project in ‘New Window’
Caused crazyness for me. no editor, restart didnt help, text typing the error dissappearing while typing. Im back on the previous EAP now.
Zyava says:
November 11, 2011Hmm, worked ok whole yesterday for me. Win x64. Maybe it is OS related issue?
Edgar Martinez says:
November 10, 2011Any word on when round-trip engineering will be available? I see the UML diagrams are here but adding and methods in the diagram is not supported and neither is adding properties a.k.a. fields. Just curious.
=)
Alexey Gopachenko says:
November 14, 2011Well the diagram-suitable operations already work – i.e. Rename plus editing of hierarchy arrows is reflected in code (extends/implements clauses).
We plan to add more supported contexts and more suitable refactorings.
Also watch http://youtrack.jetbrains.net/issue/WI-8408
http://youtrack.jetbrains.net/issue/WI-8409
Aleksey Deryagin says:
November 11, 2011“Exclude Folders” feature still doesn’t work properly when load current project, return to 110.226 again.
leneshka says:
November 14, 2011Please describe the bug, or better create an issue here.
Aleksey Deryagin says:
November 14, 2011Well, bug is simple but critical (and it appeared in previous EAP). When I open PHPStorm and it begin scanned my current project (I use tmpfs partiton for such data so it scanned very often), I can watch which folders are scanned and there are some (not all) folders marked as excluded in settings. I have heavy Zend Framework project with tricky PHP code in some 3rd party plugins (100% #$&#$%# “Indian code”) so I excluded them always, cos brave PhpStorm just cant index them – it hangs with 12 Gb RAM and quad-core Athlon.
Aleksey Deryagin says:
November 14, 2011110.226 is last EAP without this bug (and I never met it early).
nnmatveev says:
November 16, 2011Please submit an issue and provide all details there. Thanks!
Vladislav says:
November 14, 2011Any information when symfony support will be available? on 3.0, 3.x, 4.0, etc?
nnmatveev says:
November 16, 2011Please watch – WI-241
Rafi B. says:
November 15, 2011Is it possible to generate a project-wide (or scope) UML diagram of classes?
nnmatveev says:
November 16, 2011At the moment the only way to show several classes on the same diagram is to show diagram for some class and then add other classes manually using ”Add Class to Diagram’ action. Please submit an issue. Thanks!
Alexey Gopachenko says:
November 16, 2011Now you can drag and drop files to diagram. We’ll also about to enable “create diagram” on any folder – including project root. Later after adding namespaces view – on any namespace.
Rafi B. says:
November 17, 2011YEs! Can’t wait 🙂
Berezin Artem says:
November 16, 2011I have a problem with Mercurial in WebStorm 110.359.
Description:
All my files have UTF-8 encoding.
When I change any file, after commit to repository, all lines with non-ASCII symbols are marked as changed. IDE offers me to roll them back. If I try to do that, line appears as “mojibakes”.
Screenshot with problem
Is it IDE problem or problem of my environment?
nnmatveev says:
November 16, 2011Thanks for the issue!