Early Access Program Releases

PyCharm 2.0 Release Candidate

The final release of PyCharm 2.0 is right around the corner, and now we’re giving you the last chance to test the new version before the final release and report any problems that you run into. Among the fixes and improvements that went into the new release, I would like to highlight the following:

  • “Open in Browser” (Alt-F2) now works for Django templates. PyCharm tries to figure out the URL of the view in your application that renders this particular template, and to open that URL. If it fails, it simply opens the template as a static HTML file.
  • The Move Statement action (Ctrl-Shift-Up/Down) has been rewritten and is much more reliable now.
  • The Google App Engine integration now supports the Python 2.7 runtime added in Google App Engine 1.6.0.

The new version is available for download from the EAP page. As always, please submit your feedback to the issue tracker.

image description