PyCharm 2.0 EAP open
Today we’re happy to announce the beginning of the Early Access Preview program (or EAP for short) for PyCharm 2.0. The EAP allows you to get access to early development builds of the new version, try out the new features and give your feedback in order to ensure that the final version meets your requirements.
Some of the features already available in the new version include:
- Initial support for Mako templates (work in progress). The template format used in the project (Django or Mako) can be selected in Settings | Python Integrated Tools.
- New in-place refactoring UI for Introduce Variable/Constant/Field;
- Support for IPython in the built-in Python console;
- Reporting of parameter type mismatch errors in function calls and binary operators (when the types can be inferred, of course);
- Distinct highlighting for unicode and byte strings;
- Support for PyPy;
- New inspection to highlight usages of deprecated modules, classes and functions;
- Option to display directory name in the editor tab title for non-unique filenames (such as views.py or __init__.py);
- Option to display fields and inherited members in the Structure view;
- Support for the attest test framework;
- Context Info keyboard shortcut to show the enclosing declaration for the current caret position in the editor;
- …and many other smaller performance and productivity improvements, as well as bugfixes.
The new version is available for download on the PyCharm 2.0 EAP page. The EAP builds expire 30 days after the release date, but are otherwise free to use and do not require any license. And note that if you buy a license now, it will be still valid for the 2.0 release – so make sure you don’t miss out on the 50% discount in September!
Uznick says:
September 7, 2011Awesome! Thanks for release 🙂
VoSi says:
September 7, 2011Cool!
Looking forward for the “Multiple projects in one window” feature!
Valentin Bryukhanov says:
September 7, 2011IPython in the console is very usefull.
e0ne says:
September 7, 2011Great! It has many useful features/
PyCharm: PyCharm 2.0 EAP open | Python | Syngu says:
September 8, 2011[…] try out the new features and give your feedback in order to ensure that the final version meets… Read more… Categories: Python Share | Related […]
Mike says:
September 8, 2011Will there be an upgrade price for the registered 1.5 version?
Dmitry Jemerov says:
September 8, 2011Your purchase of PyCharm includes all upgrades released within a year from the purchase date. If you’ve purchased PyCharm after the release of 1.5, 2.0 will almost certainly be a free upgrade for you.
Ryan Blunden says:
September 8, 2011I agree with the comment about IPython in the console. The console is currently very lacking and is something I use every day.
I would also like to see support for Jinja2 templates and seeing they’re so similar to Django, I can’t see this being too difficult?
demikaze says:
September 9, 2011I look forward to the ability to run multiple instances of the IDE with different projects at the same time…
Dmitry Jemerov says:
September 12, 2011You can do so in the current version. Use the “Open in new window” option when opening the second project.
Ernest Semerda says:
September 10, 2011Super!! Checking it out now. Been looking for a great Python IDE. Thanks guys!
xx says:
September 10, 2011Can i haz web2py support ?
Dmitry Jemerov says:
September 12, 2011We don’t currently have any plans to support web2py in PyCharm.
Dmitriy Starodubcev says:
October 9, 2011web2py – great framework like django. Native ORM support of GAE database, pure template system and admin for admin. Great support of great framework in great IDE ))))
Kirby Turner says:
February 9, 2012It’s unfortunate to read there are no plans to support web2py. This is the one missing feature that is keeping me from buying PyCharm.
Barron Snyder says:
March 23, 2012I too, would like to see web2py support added to PyCharm.
Mike says:
September 16, 2011I agree with xx. Perhaps you should take a closer look at web2py, just won a Bossie award on Infoworld http://www.infoworld.com/d/open-source-software/bossie-awards-2011-the-best-open-source-application-development-software-171759-0¤t=10&last=1#slideshowTop
It’s a growing community.
Igor says:
September 10, 2011Any chance for Jinja2 templating support? I know there’s an outstanding bug for that, just wondering if you guys are planning to roll that out in time for 2.0
Keep up the good work!
Dmitry Jemerov says:
September 12, 2011Yes, we plan to support Jinja2 in PyCharm 2.0.
Robert says:
September 18, 2011+1
Alex says:
October 7, 2011Thanks!
Yury V. Zaytsev says:
September 11, 2011Given the broken state of GTK+ integration (probably it more of a fundamental Java problem, rather than something specific to Idea / PyCharm), what we really need is a dark LAF support (i.e. Substance’s Twilight or similar professionally designed LAF) =) !
Kevin says:
September 25, 2011+1
With a dark theme and GTK+ you almost always end up with some areas of the UI that are entirely unreadable, in the case of my current theme it’s usually fairly important information that I can’t see.
Robert says:
September 12, 2011Yummy…support for Mako! Thanks!
Victor Hooi says:
September 16, 2011Hi,
Awesome =).
I get a weird error though when I try to run it:
Could not save application settings: java.io.IOException: \\….\username\config\.PyCharm20\config\options
(… represents the network server for my profile)
Cheers,
Victor
Chistyakov Denis says:
September 19, 2011Good day, new version is very interesting and have much tasty food, but I can`t find deployment control (
Is it EAP version limitation or I did something wrong?
Dmitry Jemerov says:
September 19, 2011We didn’t change anything related to deployment compared to the 1.5 version. Please make sure that you’ve installed the new version into an empty directory and not over PyCharm 1.x.
Chistyakov Denis says:
September 19, 2011I am sure, without this PyCharm did not started (
Angelo Dini says:
September 19, 2011Also looking forward for the “Multiple projects in one window” feature 🙂
Vitalii says:
September 24, 2011Yes, it would be very-very usefull!!!
Michal Palicka says:
September 19, 2011Are you (JetBrains) going to bundle JavaScript debugger to PyCharm 2.0
(see http://youtrack.jetbrains.net/issue/PY-3021)? Thanks.
Dmitry Jemerov says:
September 20, 2011Yes, most likely it’s going to be bundled.
Michal Palicka says:
September 20, 2011That’s great news! It is definitely a reason to upgrade to 2.0 for me.
Adam Jorgensen says:
September 21, 2011Congratulations guys. I’ve switched from 1.5.4 to the 2.0 EAP and so far it’s been a really smooth experience. A few plugins complain, but nothing that I was actually using.
The improvements really stand out. I especially like the slimmer breakpoint condition editing feature and the indexing and general UI responsiveness seem to be much improved.
Keep up the good work!
G says:
October 10, 2011What about:
– pylons/TurboGears support?
– profiler support?
Cheers!
Dmitry Jemerov says:
October 10, 2011Pylons is unlikely to ever be supported; it’s much more likely that we’ll support Pyramid instead. But that’s not a 2.0 feature, and neither is TurboGears support.
Profiler integration will not appear in 2.0 either.
BrendanC says:
October 20, 2011Another vote for web2py support – this a an excellent webframework for anyone getting started with web development and the community is growing.
Pepe says:
December 15, 2011Any suggest about to how develop web2py with Pycharm?
Please, add support to web2py.
really.
thanks.
Eric James Soltys says:
March 26, 2012I’m a happy owner of PhpStorm, but without web2py support I have no reason to purchase PyCharm. Another vote for supporting an award-winning framework.
Chris Espinoza says:
July 5, 2012Hi, what about Web2Py support?
I’m using eclipse, and I’m interesting in pycharm for Web2Py development