<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="rss.xsl" type="text/xsl" ?>
<rss version="2.0">
  <channel>
    <title>JetBrains News</title>
    <link>http://www.jetbrains.com/allnews.html</link>
    <ttl>1000</ttl>
    <description>Latest news about JetBrains products</description>
    <copyright>JetBrains s.r.o.</copyright>
    <generator>IntelliJ IDEA</generator>
    <webMaster>webmaster@jetbrains.com</webMaster>
    <item>
      <title>YouTrack 7.0: You Are Not Alone</title>
      <category>YouTrack 7.0: You Are Not Alone</category>
      <link>https://www.jetbrains.com/youtrack/whatsnew/?rss</link>
      <description><![CDATA[
        <p>Please welcome <a href="https://www.jetbrains.com/youtrack/download/get_youtrack.html?rss">YouTrack 7.0</a>,
         code-named Inception, featuring new Agile Board, Real-time updates, Gantt
           Chart, Multiple and Shareable Dashboards, and many other important enhancements.</p>
        <p><strong>The latest release brings:</strong></p>
        <ul>
            <li>Enhanced Backlog management</li>
            <li>Agile Boards Templates</li>
            <li>Issue drafts on Board</li>
            <li>Enhanced Burndown and Cumulative flow</li>
            <li>Project templates</li>
            <li>Adding values to custom fields from anywhere</li>
            <li>New color palette</li>
        </ul>
        <p><strong>Other enhancements:</strong></p>
        <ul>
            <li>SAML 2.0 support</li>
            <li>Password strength policy</li>
            <li>Revised Permission management</li>
            <li>Delete user profiles</li>
            <li>Issue link preview in messengers</li>
        </ul>
        <p>For more details visit the <a href="https://www.jetbrains.com/youtrack/whatsnew/?rss">What's new</a> page.
            <a href="https://www.jetbrains.com/youtrack/download/get_youtrack.html?rss">Get YouTrack 7.0</a>
            to start enjoying better user experience in addition to the awesome issue tracking your development team
            is already used to. The latest version is available for download or cloud registration.</p>
        <p><em>JetBrains YouTrack Team<br>
            The Drive to Develop</em></p>]]>
      </description>
      <pubDate>Wed, 28 Sep 2016 16:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#374</guid>
    </item>
    <item>
      <title>ReSharper Ultimate 2016.2 is Here!</title>
      <link>https://www.jetbrains.com/resharper/whatsnew/?rss</link>
      <description><![CDATA[
          <p>We at JetBrains have just finalized an update to the ReSharper Ultimate family, and we welcome you to <strong><a href="http://www.jetbrains.com/resharper/download/?rss">download ReSharper Ultimate 2016.2 RTM!</a></strong></p>
          <p>Major highlights of ReSharper 2016.2 are the following:</p>
        <ul>
        <li>Support for <strong>ASP.NET Core 1.0</strong> and <strong>.NET Core 1.0</strong> projects, which means that ReSharper now correctly resolves project references and provides its core set of features (code inspections, code completion, navigation, search and refactorings) in projects of this type.</li>
		    <li><strong>Structural navigation</strong>, a new feature informally referred to as "Make Tab Great Again". You can now use <em>Tab</em>
		     and <em>Shift+Tab</em>
		     keys to quickly move the text selection to the next or previous code element without having to use the cursor keys, letting you quickly navigate to the next important piece of code you need to edit.</li>
		    <li><strong>Go to Text</strong> navigation (<em>Ctrl+T,T,T</em>) lets you quickly find and navigate to any text in source and textual files. This new feature uses trigram indexing to make text search blazingly fast.</li>
		    <li><strong>Warnings in solution-wide analysis</strong> help you constantly keep track of all warnings in your solution: both actual compiler warnings and ReSharper’s inspections with the <em>Warning</em> severity level. </li>
	  	  <li><strong>Marking references as used at runtime</strong> to exclude them from code cleanup performed by the <em>Optimize References</em> and <em>Remove Unused References</em> features.</li>
		    <li><strong>New C# typing assistant</strong> features, such as auto-replacing <code>MethodName(.)</code> with <code>MethodName().</code>, and correcting mistyped <code>@$</code> prefixes for verbatim string interpolations.</li>
		    <li><strong>Rearrange code improvements</strong>. For example, it is now available in interpolated string inserts, and in expressions with 3 and more operands; <em>Greedy brace</em> feature now works for opening brace, braces of types and namespace declarations.</li>
		    <li><strong>Reworked surround templates</strong>. If you need to surround a piece of code with a template, just select the code, and type in the name of a template you need: no extra shortcuts required. In other news, a single template can now be used for for creating code (as a live template) and for surrounding existing code (as a surround template). </li>
		    <li>A new refactoring to <strong>move members to another part of a class</strong>. You can also use the refactoring over a region to move all region members into a new file with a name inferred from the region name.</li>
		    <li>New <strong>quick-fixes and context actions</strong> that help simplify string interpolation inserts, revert the order of iteration in simple for loops, or fix awaiting of a void method. In other news, you can now check all parameters of a method for <code>null</code> (or empty strings) with a single context action. You can even uncomment or even delete a comment via <em>Alt+Enter</em>.</li>
		    <li><strong>Assembly dependency diagram</strong> that visualizes how assemblies are interrelated via references.</li>
		    <li>HTML analysis inside string literals in <em>.cs</em>, <em>.js</em>, and <em>.ts</em> files, which can be enabled with the context action or with a comment <code>/*language=html*/</code> ahead of a string literal. You can now use the <strong>Mark HTML here</strong> action to enjoy syntax highlighting, error detection and other HTML goodies right inside the string literal.</li>
		    <li>Regular expression assistance in string literals can now also be enabled with a comment <code>/*language=regexp|jsregexp*/</code> before the string literal.</li>
		    <li><strong>JSON value helpers</strong> allow you to tell ReSharper to provide code completion or validation for your own JSON files. You can add a helper in the <em>JSON Value Helpers</em> options page, matching based on a filename mask and/or schema match. <strong>Custom JSON schema catalogs</strong> can also be added in JSON options.</li>
		    <li>Support for the <strong>&lt;inheritdoc/&gt; tag in XML documentation</strong> comments.</li>
		    <li><strong>C# formatter improvements</strong>: new options for indenting of parentheses and code inside them.</li>
		    <li><strong>Improved IL Viewer</strong>: types, members, type parameters, local variables, etc. are highlighted with distinct colors; loops in your code can be distinguished by indents and comments.</li>
		    <li>String interpolation suggestions, quick-fixes and context actions are now available for <strong>VB.NET</strong>. Context actions to convert a string literal to an interpolated string, or insert an interpolated argument are here as well.</li>
		    <li><strong>Improved CSS support</strong>: ReSharper’s code inspections, code completion, navigation, search and refactorings are now also available for CSS variables. In addition, several fixes for better spec handling are introduced. </li>
	      <li>Extended <strong>TypeScript/JavaScript support</strong> including:
          <ul>
	          <li>Generating code with code completion in TypeScript.</li>
	          <li>Improved <em>Find Usages</em> and <em>Rename</em> for union and intersection types.</li>
	          <li>Full support of TypeScript 2.0.0 features, including <code>this</code> for functions, control flow aware type guards, path mappings, optional class members, the <code>never</code> type.</li>
	          <li><em>Go to Declaration</em> and <em>Find Usages</em> work correctly when dealing with type aliases.</li>
          </ul>
        </li>
	    <li>The <strong>Process Explorer</strong> window, which was previously only available in dotPeek, provides you with the list of currently running processes, allows exploring their modules and decompiling those of them that are .NET assemblies.</li>
     </ul>

		<p>ReSharper C++ 2016.2 comes with the following set of improvements:</p>
              <ul>
                <li><strong>Inline Variable</strong> refactoring is now available in ReSharper C++.</li>
                <li><strong>Quick Documentation</strong> pop-up appears in ReSharper C++ 2016.2. It can display documentation from Doxygen comment blocks, and even if there is no Doxygen documentation for a symbol, it will display the symbol signature.</li>
                <li><strong>New code inspections and quick-fixes</strong>: There is a new code inspection that warns you about missing include guards in your header files. As a quick-fix, it lets you automatically add <code>#pragma once</code> directive. Another new inspection detects a missing default case in a switch statement with a corresponding fix to add it.</li>
                <li>Warnings about usages of classes and functions marked with the <code>[[deprecated]]</code>/<code>__declspec(deprecated)</code> attribute.</li>
                <li><strong>Improved C++14 support</strong>: variable templates and <code>decltype(auto)</code>.</li>
                <li>New code style preferences for <code>#include</code> directives in generated code.</li>
                <li>Code style for <strong>default pointer initializer</strong>.</li>
                <li>Automatic completion in C++ can now suggest symbols that are not included in the current file. The corresponding <code>#include</code> directives are added automatically.</li>
                <li>You can now <strong>generate documentation comments for C++ declarators, classes and macro definitions</strong> with a context action. The comment stub can be customized by editing the ‘doc’ live template that ReSharper uses for generation.</li>
                <li>When your caret is on one of the exit points of a function/loop/switch, ReSharper C++ will automatically highlight all other exit points.</li>
                <li><strong>New formatter settings</strong> for single-line functions and lambdas, blank lines around single line function definitions, line breaks before member initializer list, and space between closing angle brackets in template arguments (for conformance with pre-C++11 compilers).</li>
                <li>The mock function generator now supports the Trompeloeil framework.</li>
                <li>Completion, usage search and rename of symbols in Doxygen comments.</li>
                <li><code>__RESHARPER__</code> macro that allows you to detect when ReSharper is parsing your source code and, if necessary, disable ReSharper's preprocessor for some code.
                <li>Performance improvements in indexing and code analysis.</li>
              </ul>

		<p>Other tools within the ReSharper Ultimate family have received their shares of improvement as well:</p>
              <ul>
              <li><strong>dotCover 2016.2</strong> lets you exclude auto-properties from coverage analysis with <strong>Hide auto-properties</strong> option. It also adds a way to filter processes from console runner to reduce unnecessary overhead by excluding child processes that are irrelevant.</li>
              <li><strong>dotPeek 2016.2</strong> adds <strong>Assembly Dependency Diagram</strong> to the existing visual dependency analysis tools. In addition, the <strong>IL Viewer</strong> now displays code in a more readable manner.</li>
              <li><strong>dotMemory 2016.2</strong> allows you to compare memory snapshots stored in different workspaces: that is, collected in different profiling sessions. This can be useful to check how particular changes in code affect your application's memory usage.</li>
              <li><strong>dotTrace 2016.2</strong> Timeline Viewer adds an easy way to fold recursive call stacks to streamline call stack analysis.</li>
              </ul>
    <p><strong><a href="http://jetbrains.com/resharper/download/?rss">Download the updated ReSharper Ultimate 2016.2</a></strong> and give it a try!</p>

             <p><em>The ReSharper Ultimate Team<br/>
            JetBrains<br/>
            The Drive to Develop</em></p>
         ]]>
      </description>
      <pubDate>Thu, 18 Aug 2016 21:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#373</guid>
    </item>
    <item>
      <title>RubyMine 2016.2 is out</title>
      <link>https://www.jetbrains.com/ruby/whatsnew/?rss</link>
      <description><![CDATA[
       <p>RubyMine 2016.2, the second update in the 2016 series of releases, is out!</p>
        <p>The following features are on board:</p>
        <ul>
            <li><strong>Frozen objects inspection</strong> &ndash; a new code inspection highlights immutable strings as well as any other frozen objects when modified.</li>
            <li><strong>Rbenv gemsets support improvements</strong> &ndash; a new inspection with a quick-fix option is available for .rbenv-gemset and .ruby-gemset files; any nonexistent gemset is highlighted and can be created on the fly.</li>
            <li><strong>YAML language injection</strong> &ndash; a new and long-awaited language injection option in YAML files makes possible language-specific code highlighting, completion, formatting, and more.</li>
            <li><strong>New refactoring for RSpec tests</strong> &ndash; you can now extract a code fragment into a new let statement and then replace all duplicated code fragments.</li>
            <li><strong>Better JavaScript and TypeScript</strong>  &ndash; improvements include TypeScript 2.0 support; improvements in React support; new intentions for upgrading to ECMAScript 6; integration with Angular CLI and a collection of Angular 2 code snippets.</li>
            <li><strong>VCS improvements</strong>  &ndash; improvements in working with VCS patches; better log viewer for Git and Mercurial; unversioned files in Commit dialog; case-only rename in Git for Windows and OS X.</li>
            <li><strong>Database tools new features</strong> &ndash; auto-scroll from Editor in the Database tool window; more context-aware SQL code completion; completion for column values in Table Editor; and more.</li>
        </ul>

        <p>Please learn more about 2016.2 features
            <a href="https://www.jetbrains.com/ruby/whatsnew/?rss">on our website</a>
        </p>
       <p><em>JetBrains Team<br/>
         The Drive to Develop</em></p>
         ]]>
      </description>
      <pubDate>Thu, 21 Jul 2016 21:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#372</guid>
    </item>
    <item>
      <title>TeamCity 10.0</title>
      <link>https://www.jetbrains.com/teamcity/whatsnew/?rss</link>
      <description><![CDATA[
       <p>TeamCity 10.0, the jubilee version of our continuous integration and deployment server, is now <a href="https://www.jetbrains.com/teamcity/download/?rss">available</a>!</p>
        <p>Here is what’s new:</p>
        <p>In addition to the regular way of creating projects and build configurations, you can now set up TeamCity
            programmatically. Create projects and build configurations in code, using TeamCity DSL based on the Kotlin
            programming language. Keep this code in a VCS, and TeamCity will apply all the changes to your projects and
            build configurations automatically, without you interacting with the web UI.</p>
        <p>In this release another take on scalability has been made - now you can set up a two-node TeamCity, distributing
            the workload between two servers.</p>
        <p>Issue trackers integration has been improved: TFS, GitHub, and Bitbucket are supported out of the box.</p>
        <p>We've made significant progress making VCS-related improvements: cross-platform support for TFS is finally here;
            TeamCity works with Perforce streams now and more!</p>
        <p>This is just a teaser - for the full list of features see our <a href="https://www.jetbrains.com/teamcity/whatsnew/?rss">What's New</a> and <a href="https://confluence.jetbrains.com/display/TW/TeamCity+10.0+Release+Notes">Release Notes</a>, and <a href="https://www.jetbrains.com/teamcity/download/?rss">download
            TeamCity 10.0</a>! Remember to check the <a href="https://confluence.jetbrains.com/display/TCD10/Upgrade+Notes">Upgrade Notes</a> before you install the new version!</p>
       <p><em>JetBrains Team<br/>
         The Drive to Develop</em></p>
         ]]>
      </description>
      <pubDate>Thu, 21 Jul 2016 20:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#371</guid>
    </item>
    <item>
      <title>PyCharm 2016.2 is available</title>
      <link>https://www.jetbrains.com/pycharm/whatsnew/?rss</link>
      <description><![CDATA[
       <p>Today we bring you PyCharm 2016.2, now <a href="https://www.jetbrains.com/pycharm/download/?rss">available for download</a>. This is the second update in the series of releases
            planned for 2016. Its outstanding new features for professional Python, Web and scientific development work together
            smoothly to offer you a unique coding experience.</p>
        <p>As usual, PyCharm 2016.2 is available as a
            full-featured Professional Edition for Python and Web development, or as a free and open-source Community Edition
            for pure Python and scientific development.</p>
        <p>Here are some notable highlights of this release.</p>

        <p>Python-related improvements:</p>
        <ul>
            <li>vmprof Profiler Support</li>
            <li>Pandas dataframes viewer</li>
            <li>Thread suspend option</li>
            <li>Function return values in the debugger</li>
            <li>Package installation from requirements.txt</li>
            <li>Configuration for optimize imports</li>
            <li>Postfix code completion</li>
            <li>Lettuce scenario outlines</li>
        </ul>


        <p>Platform enhancements:</p>
        <ul>
            <li>Support for ligatures</li>
            <li>Improved inspection tool</li>
            <li>Custom background image for the editor</li>
            <li>Regex support improvement</li>
            <li>Handling of unversioned files</li>
            <li>Improvements in working with patches</li>
            <li>Enhanced VCS Log Viewer</li>
            <li>Database tool improvements</li>
            <li>And even <a href="https://www.jetbrains.com/pycharm/whatsnew/?rss">more</a></li>
        </ul>


        <p>Read more about what’s new in PyCharm 2016.2 on the <a href="https://www.jetbrains.com/pycharm/whatsnew/?rss">product website</a> and <a href="https://www.jetbrains.com/pycharm/download/?rss">download</a> the IDE for your platform.</p>
       <p><em>JetBrains Team<br/>
         The Drive to Develop</em></p>
         ]]>
      </description>
      <pubDate>Thu, 21 Jul 2016 17:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#370</guid>
    </item>
    <item>
      <title>DataGrip 2016.2 is released</title>
      <link>https://www.jetbrains.com/datagrip/whatsnew/?rss</link>
      <description><![CDATA[
       <p><a href="https://www.jetbrains.com/datagrip/?rss">DataGrip</a>, our IDE for SQL and databases, has reached a new version.</p>
       <p>DataGrip 2016.2 brings UI for importing CSV files, JSON and XML support in literals, regular expressions checking,
         dynamic SQL support, completion in tables, keyboard layout aware completion and more.
       </p>
       <p>Specific DB features: Recompile packages in Oracle, search path support and enhancements in fields editing for PostgreSQL.
       </p>
       <p><em>JetBrains Team<br/>
         The Drive to Develop</em></p>
         ]]>
      </description>
      <pubDate>Wed, 20 Jul 2016 19:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#370</guid>
    </item>
    <item>
      <title>AppCode 2016.2 released: Swift inspections and intentions, Introduce Variable, Live Templates, parameter placeholders and more!</title>
      <link>https://www.jetbrains.com/objc/whatsnew/?rss</link>
      <description><![CDATA[
        <p>AppCode 2016.2 is here, so <a href="https://www.jetbrains.com/objc/download/?rss">download</a> and try it right now! And if you've already installed the AppCode 2016.2
          RC build, then simply keep it, since it's the same as the released one.
        </p>
        <p><strong>SWIFT</strong>
        </p>
        <p><strong>Introduce Variable</strong></p>
        <p>One of the most important features from
          <a href="https://blog.jetbrains.com/objc/2016/04/appcode-2016-2-roadmap-thanks-to-our-eap-users/">our roadmap</a>,
          an initial implementation of <strong>Introduce Variable</strong>
          refactoring for Swift, is here! Extract Swift expressions from complex ones simply by pressing &#8984;&#8997;V. Replace
          multiple occurrences of selected expression in one click, and select if you want to specify variable type or
          make the variable mutable.
        </p>
        <p>Read more about this refactoring in this
          <a href="https://blog.jetbrains.com/objc/2016/06/introduce-variable-for-swift/#introduce_variable">blog post</a>.</p>
        <p><strong>Inspections and intentions</strong></p>
        <p>See all errors and warnings immediately in the editor when writing Swift code with SourceKit inspections
          integrated into AppCode and use the same fix-its as in Xcode for Swift – simply press &#8997;Enter on a highlighted
          region to apply them.
        </p>
        <p>If you happen to mistype something in your comments or code constructs, use the same approach to fix any
          mistake with new <strong>Spelling</strong> inspection for Swift.
        </p>
        <p><a href="https://confluence.jetbrains.com/display/OBJC/Inspections">Read the tutorial</a>
          to learn more about inspections in AppCode</p>
        <p><strong>Live templates</strong></p>
        <p>Use <strong>Live Templates</strong> in Swift to insert frequently-used or custom code constructs into source
        code quickly and learn more about it in our in-depth
          <a href="https://confluence.jetbrains.com/display/OBJC/Live+Templates">Live Templates tutorial</a>.</p>
        <p><strong>Parameter placeholders</strong></p>
        <p>Have parameter names and value placeholders autofilled simply by invoking completion on a Swift method or
          function and navigate between them forward and back using Tab/Shift+Tab.
        </p>
        <p><strong>OBJECTIVE-C</strong></p>
        <p><strong>Complete Statement</strong></p>
        <p>Use <strong>Complete Statement</strong> (&#8679;&#8984;Enter) in Objective-C code to insert parentheses, braces, semicolons and quotes
          for such code constructs as if, switch or else. Quickly jump to the place where you can start typing the next
          statement automatically.
        </p>
        <p><a href="https://confluence.jetbrains.com/display/OBJC/Completion">Learn how to use this and other types of completion</a></p>
        <p><strong>Documentation</strong></p>
        <p>Generate documentation comments for Objective-C/C++ methods in no time, simply by pressing
          <strong>/**</strong>,<strong>/*!</strong> or <strong>///</strong>
          and have parameter names inserted into the comment stub automatically.
        </p>
        <p>Use completion inside documentation comment to quickly insert documentation tag or method parameter name.
        </p>
        <p>Benefit from the significantly improved formatting in <strong>Quick Documentation</strong> (F1)
          and save your time when updating your documentation – use <strong>Rename</strong> for method parameters and have them
          changed automatically in documentation comments.
        </p>
        <p><strong>Debugger</strong></p>
        <p>In debugger tool window, the <strong>Watches</strong>
          and <strong>Variables</strong>
          modes are now merged so you don't need to switch between them. If you still prefer the old style, a new button
          is available in the watches toolbar to switch between the modes (new mode is on by default).
        </p>
        <p>Besides, performance improvements made for Objective-C debugger should make rendering large data structures,
          expanding large collections and stepping through the code faster and easier.
        </p>
        <p><strong>MIXED CODE</strong></p>
        <p>Easily rename Swift methods and method parameters used in Objective-C and quickly find their usages with
          &#8997;F7.
        </p>
        <p><strong>VERSION CONTROL</strong></p>
        <p>The following changes are available for VCS support in AppCode:</p>
        <ul>
          <li>To make navigation through the VCS log easier, we've added tooltips with target commit information for
            arrows.
          </li>
          <li>Commit dialog now also shows unversioned files.</li>
          <li>Support for Apply somehow interactive mode for applying patches.</li>
          <li>Git/Hg log shows commit details for several selected commits.</li>
        </ul>
        <p>
          <strong>OTHER CHANGES</strong>
        </p>
        <ul>
          <li><a href="http://llvm.org/docs/CodingStandards.html">LLVM</a> and <a href="http://llvm.org/docs/CodingStandards.html">LLDB</a> predefined coding styles added for Objective-C/C++.</li>
          <li>Font ligatures are officially supported by IntelliJ-based IDEs. If you have a font that supports
            ligatures installed (e.g.
            <a href="https://github.com/tonsky/FiraCode">FiraCode</a>,
            <a href="https://github.com/i-tu/Hasklig">Hasklig</a>,
            <a href="https://github.com/larsenwork/monoid">Monoid</a> or
            <a href="http://www.fsd.it/shop/fonts/pragmatapro/">PragmataPro</a>),
            then simply go to Preferences | Editor
            | Colors &amp; Fonts | Font, choose a corresponding font there and select 'Enable font ligatures'.
          </li>
          <li>You can now set any custom background image for the editor window via <strong>Find Action</strong>
            (&#8679;&#8984;A) | <strong>Set Background Image</strong>.
          </li>
          <li>IDE notifications are now friendlier – they appear in the right-hand bottom corner and are grouped by
            subsystem.
          </li>
          <li>The <strong>Inspection results</strong>
            window makes it easier to preview the corresponding piece of code immediately,
            apply a quick-fix or disable a group of inspections in-place.
          </li>
        </ul>
        <p>To learn more, please visit the
          <a href="https://www.jetbrains.com/objc/whatsnew/">What's new page</a>
          on our website or just
          <a href="https://www.jetbrains.com/objc/download/?rss">download AppCode 2016.2</a>, try it and
          let us know what you think in the comments section below!
        </p>
        <p><em>Your AppCode team</em></p>
          <p><em>JetBrains<br/>
          The Drive to Develop</em>
        </p>]]>
      </description>
      <pubDate>Wed, 20 Jul 2016 16:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#369</guid>
    </item>
    <item>
      <title>CLion 2016.2 released: Remote debug, Doxygen support, operator generation, and smart CMake features</title>
      <link>https://www.jetbrains.com/clion/whatsnew/?rss</link>
      <description><![CDATA[
        <p>As of today, CLion 2016.2 is generally available.</p>
        <p>This is our second release of 2016, building on the idea of releasing more often and bringing you the latest
          features faster. With many new fantastic tools, CLion can help you become a true C++ rockstar:
        </p>
        <ul>
          <li>Inspect code more efficiently thanks to improved
            <strong>performance</strong>
            of debugger drivers and the
            <strong>remote debug</strong>
            possibility.
          </li>
          <li>Keep your code well-documented with
            <strong>Doxygen</strong>
            support (and thus reduce maintainability costs).</li>
          <li>Save time on typing, with lots of new
            <strong>code generation</strong>
            options.</li>
          <li>Work with CMake project model more easily thanks to
            <strong>smart CMake</strong>
            support.</li>
        </ul>
        <p>Let's take a closer look at these and other capabilities available in CLion 2016.2.</p>
        <p><strong>Debugger performance</strong></p>
        <p>GDB and LLDB debugger drivers have been overhauled to improve both correctness and performance. We thank all
          our users for your collaboration - all your logs, sample projects and use case details finally made this
          possible!
        </p>
        <p>If you've ever run into '<strong>command timeout</strong>' in CLion, we encourage you to get this build as the problem should
          be fixed now. Lots of other issues have been fixed as well: 'Variables' windows that wasn't updated on
          variable setting, problems with showing frames, incorrect debugger exit, and more. As an important result,
          debugger performance has seen a huge boost – up to
          <strong>800x</strong>
          in some cases.
        </p>
        <p>The supported GDB version was updated to 7.11 and LLDB updated to 3.8. Besides, Linux users can now benefit
          from using LLDB (as it was previously available on macOS only).
        </p>
        <p><strong>Remote GDB debug</strong></p>
        <p>It's finally here! One of the most awaited features has finally made its way into CLion. Run an executable on
          a target host under <em>gdbserver</em>, connect remotely using CLion remote GDB configuration, and inspect code more
          powerfully from the IDE's debugger. Set breakpoints to stop at, evaluate expressions, inspect variables views,
          change variable values on the fly, and more. For more details about the supported platforms and configuration,
          see this <a href="https://blog.jetbrains.com/clion/2016/07/clion-2016-2-eap-remote-gdb-debug/?rss">earlier blog post</a>.
        </p>
        <p><strong>Doxygen support</strong></p>
        <p>Documenting code is a best practice that greatly aids code maintenance and support. Now CLion helps you with
          this by supporting the well-known Doxygen format.
        </p>
        <p>See the Doxygen documentation preview in the Quick Documentation pop-up (Ctrl+Q on Linux/Windows, F1 on
          macOS), navigate to the function parameters from their description in Doxygen comments, and rely on function
          and function parameters
          <strong>rename</strong> that
          update Doxygen references automatically.
        </p>
        <p>While adding new Doxygen comments to your code base, use Doxygen commands and function parameters
          completion, or simply
          <strong>generate the stub</strong>
          for Doxygen comments (it will work if your function has parameters,
          returns a value, or throws an exception).
        </p>
        <p>More details on Doxygen support in CLion can be found in <a href="https://blog.jetbrains.com/clion/2016/05/keep-your-code-documented/?rss">this blog post</a>.</p>
        <p><strong>Code generation</strong></p>
        <p>Saving time on typing is really easy with CLion. The many options of its 'Generate' menu (Alt+Insert on
          Linux/Windows, &#8984;N on macOS) have been expanded with
          <strong>equality, relational and stream output</strong>
          operators. Select
          if you'd like to generate in-place, as class members, use <em>std::tie</em> for the implementation, and more.
        </p>
        <p><strong>Generate definitions</strong> (introduced in 2016.1) got updated behavior templates. Now CLion is able to adapt to
          the patterns you are using in your project. It can detect and support three possible patterns:</p>
        <ul>
          <li>declarations are located in header files, definitions are in cpp-files;</li>
          <li>class/struct is located in header file only; or</li>
          <li>class/struct is located in cpp-file only.</li>
        </ul>
        <p>If you switch from one of these patterns to another, CLion will pick up on that and behave accordingly when
          you use code generation the next time. More on that
          <a href="https://blog.jetbrains.com/clion/2016/06/clion-2016-2-eap-debugger/#generate_definitions">here</a>.
        </p>
        <p>Another way to save time on typing is the improved Complete Statement feature (Ctrl+Shift+Enter on
          Linux/Windows, or &#8679;&#8984;&#9166; on macOS). It helps you create syntactically correct code constructs by inserting the
          necessary syntax elements and getting you in position to start typing the next statement. It can complete
          namespaces, classes, enums, enum classes, structs and control statements. Learn more about Complete Statement
          in this earlier
          <a href="https://blog.jetbrains.com/clion/2016/05/get-typing-superpowers/">blog post</a>.
        </p>
        <p><strong>Smart CMake support</strong></p>
        <p>We keep working to make CMake easier to use in CLion. 2016.2 adds refactoring support for CMake:</p>
        <ul>
          <li>Rename (Shift+F6 on Linux/Windows, &#8679;F6 on macOS) for users symbols (like functions or macros) - all the
            usages will be updated accordingly.
          </li>
          <li><a href="https://blog.jetbrains.com/clion/2016/06/clion-2016-2-eap-debugger/#cmake_safe_delete">Safe delete for files</a>
            - related CMake commands will be updated, and a warning will appear in case of a
            possibly incorrect command.
          </li>
        </ul>
        <p>To help you become a CMake guru, CLion also offers completion and navigation for user symbols, together with
          the new Boost-related live templates.
        </p>
        <p>If you want your CMake script to detect that it's being called from CLion ( and if so, set special
          variables/paths or execute some additional scripts of your choice), you can now do that with the special
          environment variable, <em>CLION_IDE</em>. Environment variable completion in CMake will make the task even easier.
        </p>
        <p><strong>Code formatting</strong></p>
        <p>CLion allows you to configure plenty of code style rules that will be applied on the fly as you type, to
          help you keep code well-formatted and thus easy to read and maintain. The newest settings fine-tune wrapping
          for lines after function return type in the scope of a class, in global and namespace scopes, lambda capture
          list, and in '&lt;&lt;' and '&gt;&gt;' operators.
        </p>
        <p>Also, the list of predefined code styles has been expanded with
          <strong>LLVM</strong> and <strong>LLDB</strong> styles.</p>
        <p><strong>Editor and tool windows improvements</strong></p>
        <M>If you a fan of fonts with
          <strong>ligatures</strong>
          (e.g. <a href="https://github.com/tonsky/FiraCode">FiraCode</a>,
          <a href="https://github.com/i-tu/Hasklig">Hasklig</a>,
          <a href="https://github.com/larsenwork/monoid">Monoid</a> or
          <a href="http://www.fsd.it/shop/fonts/pragmatapro/">PragmataPro</a>), you'll be pleased to
          know that CLion now supports such fonts. Simply go to Settings | Editor | Colors &amp; Fonts | Font, choose a
          corresponding font, and select the 'Enable font ligatures' option.
        </p>
        <p>To spice up your editor's look, you can now set a custom background image. Use Find Action (Shift+Ctrl+A on
          Linux/Windows, &#8679;&#8984;A on OS X), type <em><strong>Set Background Image</strong></em>,
          select an image and configure its settings in the
          dialog that appears.
        </p>
        <p>If you work with long files, a new <strong>alphabetical sorting</strong>
          in Structure View (Alt+7) can come in handy to
          locate entities quicker (as opposed the reflecting the order in the original file).
        </p>
        <p><strong>Other changes</strong></p>
        <p>There's a lot more in CLion 2016.2:</p>
        <ul>
          <li>Important improvements in VCS support:
          <ul>
          <li>Files not yet under version control are now shown in the commit dialog, so you'll never forget anything
            important.
          </li>
          <li>The Log view for Git and Mercurial loads in the background on every change, so it's always ready when you
            need it.
          </li>
          <li>Patches can now be applied from the clipboard or by simply dragging them into the IDE. There's also a
            Show Diff action to check the changes over your local version, and even a possibility to apply patches to
            files that were already moved or renamed.
          </li>
          <li>Don't worry about case-only renames in Git for Windows and macOS, as CLion now treats these situations
            correctly.
          </li>
          </ul>
          </li>
          <li>The Inspection results window makes it easier to preview the corresponding piece of code immediately and
            to disable a group of inspections in-place.
          </li>
          <li>The maximum supported version of MinGW-w64 was updated to 5.3, and Cygwin to 2.5.</li>
          <li>CLion on Windows now bundles a customized JDK version with font-rendering and focus fixes from the
            JetBrains team.
          </li>
          <li><a href="http://plugins.jetbrains.com/plugin/8240">Swift plugin</a> for CLion adds
            <a href="https://swift.org/blog/swift-2-2-released/">Swift 2.2</a> support, Introduce Variable refactoring and parameter placeholders
            for Swift. For more details head to the
            <a href="https://blog.jetbrains.com/objc/2016/06/introduce-variable-for-swift/?rss">AppCode blog</a>.
          </li>
        </ul>
        <p>To learn more, please visit the
          <a href="https://www.jetbrains.com/clion/whatsnew/?rss">What's new in CLion 2016.2</a> page on our website,
          <a href="https://www.youtube.com/watch?v=8_-k_IrPPoI">view our demo</a> and
          <a href="https://www.jetbrains.com/clion/download/?rss">download</a>
          CLion for your operating system.
        </p>
        <p><em>Your CLion Team</em></p>
        <p><em>JetBrains<br/>
        The Drive to Develop</em></p>]]>
      </description>
      <pubDate>Wed, 20 Jul 2016 16:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#368</guid>
    </item>
    <item>
      <title>PhpStorm 2016.2 is Here</title>
      <link>https://www.jetbrains.com/phpstorm/whatsnew/?rss</link>
      <description><![CDATA[
      <p>PhpStorm 2016.2, the second update for PhpStorm this year, is now <a href="https://www.jetbrains.com/phpstorm/whatsnew/?rss">available</a>!</p>

      <p>Here are some notable highlights of this release:</p>

      <ul>
          <li><strong>Better PHP language support:</strong> Improved type inference, strict type inspection for PHP 7, better parsing of
            PHP 7 and PHP 7.1, and improved getter and setter generation for PHP 7 (and higher).
        </li>
        <li><strong>New editing experience:</strong> Dynamic live template for smart completion of function parameters; values of class
            constants shown in completion lists; possibility to filter out static methods from completion list; smart
            type code completion; and various @throws improvements.
        </li>
        <li><strong>Code quality analysis:</strong> Reworked 'Unused imports' inspection for unused namespaces, functions, and
            constants; 'Return type' inspection; and 'Dynamic call to static method' inspection.
        </li>
        <li><strong>Frameworks, tools, and more:</strong> Template projects, better Joomla! support, and Xdebug On Demand for CLI PHP
            Scripts.
        </li>
      </ul>

      <p>For more details please see <a href="https://www.jetbrains.com/phpstorm/whatsnew/?rss">What's New in PhpStorm 2016.2</a> and <a href="https://www.jetbrains.com/phpstorm/download/?rss">download</a> the IDE for your operating system.</p>

      ]]>
      </description>
      <pubDate>Wed, 13 Jul 2016 12:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#367</guid>
    </item>
    <item>
      <title>IntelliJ IDEA 2016.2 is Here</title>
      <link>https://www.jetbrains.com/idea/whatsnew/?rss&amp;landing</link>
      <description><![CDATA[
      <p>Exciting news: <a href="https://www.jetbrains.com/idea/whatsnew/?rss&landing">IntelliJ IDEA 2016.2</a>, our second
    update in this year's series of releases, is out and ready for you
    to try. We've stayed busy the last four months to bring you these improvements and new features:</p>

<ul>
    <li><strong>Debugger</strong>
        <ul>
            <li>Variables merged with Watches
            <li>Multiline expressions in breakpoint Condition and Evaluate and log, and Data Type Renderers</li>
            <li>Try and return statements in Evaluate Expression</li>
        </ul>
    </li>
    <li><strong>Version control</strong>
        <ul>
            <li>Log for Git and Mercurial now loads data in the background, gets a handy loading progress indicator and a shortcut to navigate to the filter field</li>
            <li>Unversioned files in Commit dialog</li>
            <li>Case-only rename in Git for Windows and OS X</li>
            <li>Patches can now be applied from the clipboard or by dragging a file into the IDE; and IntelliJ offers help when applying patches with conflicts</li>
        </ul>
    </li>
    <li><strong>User interface</strong>
        <ul>
            <li>Font ligatures</li>
            <li>Breadcrumb for Java</li>
            <li>Notification popups got compact and moved to the right-bottom corner</li>
            <li>Background Image in Editor and IDE Frame</li>
            <li>The Inspection tool window now displays editable code for each problem and provides controls to apply a quick-fix or suppress the inspection</li>
        </ul>
    </li>
    <li>
        <strong>Java</strong>
        <ul>
            <li>JUnit 5 support</li>
            <li>A warning when you instantiate new objects inside equals, hashCode, compareTo or Comparator.compare methods</li>
        </ul>
    </li>
    <li>
        <strong>Spring Frameworks</strong>
        <ul>
            <li>Spring 4.3 core features, new inspections, and better performance</li>
            <li>Improvements for Spring Security 4.x</li>
            <li>Code completion and navigation in FreeMarker and Velocity templates for variables</li>
            <li>Coding assistance for Spring Caching</li>
        </ul>
    </li>
    <li>
        <strong>JavaScript</strong>
        <ul>
            <li>A quick-fix to convert JavaScript functions to ES6 arrow functions</li>
            <li>More postfix templates such as .let and .const</li>
            <li>Smarter code completion for enum types</li>
            <li>Better coding assistance for React; support for AngularJS 2</li>
            <li>Grunt, gulp and npm tasks as Before launch tasks in a Run/Debug configuration</li>
            <li>Code style preference over single quotes, double quotes or none at all</li>
        </ul>
    </li>
    <li>
        <strong>Database Tools</strong>
        <ul>
            <li>Code completion for database names in Data Sources and Drivers</li>
            <li>Auto-scroll from Editor in the Database tool window</li>
            <li>Surround With a function</li>
            <li>More context-aware SQL code completion</li>
            <li>Completion for column values in Table Editor</li>
            <li>Resizing columns via shortcuts</li>
            <li>Schema Search Path, Range types and types with TimeZone for PostgreSQL</li>
        </ul>
    </li>
    <li>
        <strong>Android</strong>
        <ul>
            <li>Faster Emulator</li>
            <li>GPU Debugger</li>
            <li>Code generation and testing for App Indexing</li>
        </ul>
    </li>
    <li>
        <strong>Installer</strong>
        <ul>
            <li>The Windows installer bundles our custom JDK build</li>
        </ul>
    </li>
</ul>

<p>To read about the new features in more detail and to download the update, proceed to the <a href="https://www.jetbrains.com/idea/whatsnew/?rss&landing">IntelliJ IDEA website</a>.</p>]]>
      </description>
      <pubDate>Tue, 12 Jul 2016 16:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#366</guid>
    </item>
    <item>
      <title>Announcing WebStorm 2016.2!</title>
      <link>https://www.jetbrains.com/webstorm/whatsnew/?rss</link>
      <description><![CDATA[
      <p>Please welcome the official release of <a href="https://www.jetbrains.com/webstorm/whatsnew/">WebStorm 2016.2</a>
      , the second update for our JavaScript IDE this year. This update brings even better experience while editing and refactoring JavaScript and TypeScript code and steps up the IDE's debugging capabilities.</p>

      <p>Here are the highlights of this update:</p>

      <ul>
          <li>Support for the upcoming <strong>TypeScript 2.0</strong> features.</li>
          <li>Improvements in <strong>React</strong> support: coding assistance for component properties defined using <em>PropTypes</em>
           , support for non-DOM attributes and lifecycle methods.</li>
          <li>Integration with <strong>Angular CLI</strong> for creating new projects and the collection of Angular 2 code snippets.</li>
          <li>New intentions for <strong>upgrading to ECMAScript 6</strong>: <em>Convert to arrow function</em> and <em>Convert to const or let</em>.</li>
      </ul>

      <p>In other updates, you can now take advantage of support for <strong>jspm imports</strong>, support for <strong>fonts with ligatures</strong>
       in the editor, improvements in working with <strong>VCS patches</strong>, and more.</p>

      <p>For more details, read the <a href="https://www.jetbrains.com/webstorm/whatsnew/?rss">What's new page</a>.</p>]]>
      </description>
      <pubDate>Mon, 11 Jul 2016 16:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#365</guid>
    </item>


    <item>
      <title>Security update released for IntelliJ-based IDEs v2016.1 and older versions</title>
      <link>http://blog.jetbrains.com/blog/2016/05/security-update-for-intellij-based-ides?RSS</link>
      <description><![CDATA[
        <p>We have just released a bug fix update for the latest version of all IntelliJ-based IDEs (2016.1.x).
        In addition to the usual functionality fixes, this update contains important fixes for two security issues inside IntelliJ Platform.
        The vulnerabilities, in various forms, are also present in older versions of the IDEs; therefore, patches for those are also available.</p>

        <p>While we have had no reports of any active attacks against these vulnerabilities, we strongly recommend all users to install the <strong>update as soon as possible</strong>.</p>

        <p>Please read more on the issues and ways to update in this <a href="http://blog.jetbrains.com/blog/2016/05/security-update-for-intellij-based-ides">special blog post</a>.</p>

        <p><em>JetBrains Team<br/>
          The Drive to Develop</em></p>
          ]]>
      </description>
      <pubDate>Wed, 11 May 2016 16:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#364</guid>
    </item>
    <item>
      <title>DataGrip 2016.2 is released</title>
      <link>https://www.jetbrains.com/datagrip/whatsnew/?RSS</link>
      <description><![CDATA[
        <p><a href="https://www.jetbrains.com/datagrip/?RSS">DataGrip</a>, our IDE for SQL and databases, has reached a new version.</p>
        <p>DataGrip 2016.2 brings UI for importing CSV files, JSON and XML support in literals, regular expressions checking,
          dynamic SQL support, completion in tables, keyboard layout aware completion and more.
        </p>
        <p>Specific DB features: Recompile packages in Oracle, search path support and enhancements in fields editing for PostgreSQL.
        </p>
        <p><em>JetBrains Team<br/>
          The Drive to Develop</em></p>
          ]]>
      </description>
      <pubDate>Wed, 20 June 2016 18:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#363</guid>
    </item>
    <item>
      <title>Hub 2.0: One Hub to Rule Them All</title>
      <link>https://www.jetbrains.com/hub/whatsnew/?RSS</link>
      <description><![CDATA[
    <p>Get <a href="https://www.jetbrains.com/hub/whatsnew/?RSS">Hub 2.0</a> for an easier way to connect your YouTrack, Upsource and TeamCity. This update also provides a single
      sign-on for all your applications, and lets you comfortably manage users and permissions in one place.
    </p>
    <p>Enjoy the fresh Hub 2.0 with:</p>
    <ul>
      <li>SAML support</li>
      <li>Multiple &amp; shareable dashboards</li>
      <li>Keyboard-centric dashboard</li>
      <li>Backup your database</li>
      <li>Per-user service licenses</li>
      <li>Password strength policy</li>
      <li>Read-only mode</li>
    </ul>
    <p>And that's not all, as dozens of enhancements are also here for you:</p>
    <ul>
      <li>Revised permissions management</li>
      <li>Remove user profile</li>
      <li>'Undo' command on dashboard</li>
      <li>UI &amp; usability improvements</li>
      <li>And much more</li>
    </ul>
    <p>Want more details? Check out our <a href="https://jetbrains.com/hub/whatsnew/?RSS">What's New</a> page,
    watch a short <a href="https://www.youtube.com/watch?v=rwcFY5yLPtc">demo</a>,
    or review the <a href="https://youtrack.jetbrains.com/releaseNotes?q=%28%23JPS+%23Resolved++Fix+versions%3A+%7BRelease+1.1%7D%2C+%7BRelease+1.2%7D%2C+%7BRelease+2.0%7D+resolved+date%3A+2015-08-01+..+2016-04-19%29+or+%28%23DSH+%23Resolved+Fix+versions%3A+1.1%2C+1.2%2C+2.0+and+resolved+date%3A+2015-08-01+..+2016-04-19%29+or+%28%23PW+%23Resolved+Fix+versions%3A+2.0+and+resolved+date%3A+2015-08-01+..+2016-04-19%29+or+%28%23BND+%23Resolved+and+visible+to%3A+%7BAll+Users%7D+and+Fixed+in+builds%3A+1.0.10+..1.0.159%29&title=Hub+2.0+Release+Notes&token=16798zii64z3d3o76mq6l75b0&showDescription=false&showComments=false">release notes</a>.</p>
    <p><a href="https://www.jetbrains.com/hub/download/?RSS">Download Hub 2.0</a> and use it absolutely free.</p>
    <p><em>Your JetBrains Team<br/>
    The Drive to Develop</em></p>
    ]]>
      </description>
      <pubDate>Wed, 20 Apr 2016 17:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#362</guid>
    </item>
    <item>
      <title>ReSharper Ultimate 2016.1 is Released!</title>
      <link>https://www.jetbrains.com/resharper/whatsnew/?rss</link>
      <description><![CDATA[
       <p>We've just finalized an update to ReSharper Ultimate and welcome you to <strong><a href="http://www.jetbrains.com/resharper/download/?rss">download Resharper Ultimate 2016.1 RTM</a></strong>!</p>
        <p>Major highlights of ReSharper 2016.1 are the following:</p>
        <ul>
                  <li>A variety of <strong>new context actions</strong>: ReSharper 2016.1 brings a set of new Alt+Enter actions to check method input parameters, manipulate strings, convert strings to objects, comment and uncomment code selections, and many more!</li>
                <li>A new <strong>Invert Boolean Member refactoring</strong>. The refactoring can be invoked on a method, property, local variable or a parameter to invert the boolean value it returns and update other members that receive values from it.</li>
                <li><strong><em>Smart Paste</em> feature</strong> that ensures the right escaping in string literals that you copy/paste around your code. It works in C#, VB.NET, JavaScript, XML, XAML and HTML files.</li>
                <li><strong>Asynchronous <em>Find Code Issues</em></strong>. Starting with version 2016.1, <em>Find Code Issues</em> works in the background both in ReSharper and ReSharper C++. This lets you keep editing or navigating your code while ReSharper runs its analysis.</li>
                <li>New <strong>WCF-specific code inspections</strong>, quick-fixes and context actions.</li>
                <li><strong>Initial support for Node.js</strong>. All ReSharper goodies you are well familiar with, like completion, code inspections, quick-fixes, and navigation features are now available for Node.js.</li>
                <li>ReSharper 2016.1 is way better at understanding <strong>VB.NET 14</strong>, introducing support for string interpolation, multi-line strings, null-conditional operators, partial modules and interfaces, year-first date literals and XML documentation comments.</li>
                <li><strong>Out-of-the-box xUnit.net support</strong>. ReSharper 2016.1 provides built-in support for xUnit.net and doesn't require a separate extension to be installed anymore.</li>
                <li>Support for <strong>JSON files and schemas</strong> includes the <em>File Structure</em> view, a "Convert JSON string to a Newtonsoft JSON.NET object" context action, JSON schema-aware code completion, inspections and quick-fixes.</li>
                <li><strong>JavaScript and TypeScript support enhancements</strong> include a reworked Rename refactoring (which can now rename files corresponding to TypeScript types), granular formatter settings, and full support for TypeScript 1.8. In addition, ReSharper starts to properly handle some bits of TypeScript 2.0: readonly properties, implicit indexers, private and protected constructors, abstract properties, and nullable types.</li>
                <li><strong>JSDoc improvements</strong>. ReSharper can now parse generics, HTML markup, and parameters with properties in your JSDoc comments.</li>
                <li><strong>Code style features</strong> keep improving. Code styles can now be applied with a single command. <em>Reformat Code</em>, <em>Apply Code Style</em> and <em>Run Code Cleanup</em> commands are now accessible from Alt+Enter menu when you make a selection in the editor. Another improvement covers the use of braces, which ReSharper now helps you make consistent across your code base.</li>
                <li><strong>Intermediate Language viewer</strong> is now built into ReSharper. The IL Viewer, which first appeared in dotPeek 10, is now available for drilling down library code right in Visual Studio.</li>
                <li><strong>Optimize References</strong> learns to handle NuGet references, and <em>Remove Unused References</em> starts to support NuGet references as well.</li>
              </ul>

              <p>ReSharper C++ 2016.1 comes with the following set of improvements:</p>
              <ul>
                <li><strong>To-do Explorer</strong>. ReSharper C++ 2016.1 introduces the long-awaited navigation view, which lets you view, group and filter comments that contain one of the 3 default to-do patterns (Bug, Todo and Not Implemented) and any custom patterns that you might want to set up.</li>
                <li><strong>New context actions and quick-fixes</strong>. ReSharper C++ 2016.1 comes with quick-fixes to change variable type, function return type, type of unmatched out of class definition or declaration. Another new quick-fix lets you create a field from constructor parameter. We also added a set of new context actions and quick-fixes for working with <code>#include</code> directives.</li>
                <li>The list of supported <strong>C++ language features</strong> is extended with generalized lambda captures, exception specifications, user defined literals and delegating constructors.</li>
                <li>ReSharper C++ 2016.1 enhances <strong>Rename refactoring</strong>, which can now automatically rename corresponding files (both source and header) along with code symbols, and to update usages in include directives.</li>
                <li>ReSharper C++ 2016.1 adds support for the <strong>Boost.Test framework</strong> to its Unit Test Runner. Please note that only Boost version 1.60 is supported at this point.</li>
                <li><strong>Code generation improvements</strong>. The <em>Generate stream operations</em> can now generate stubs for Boost.Serialization functions. In addition, formatting options are now taken into account when generating code.</li>
              </ul>

              <p>Other tools within the ReSharper Ultimate family have received their shares of improvement as well:</p>
              <ul>
              <li><strong>dotCover 2016.1</strong>: Test execution in Continuous Testing for MSTest and xUnit test becomes faster with dotCover 2016.1 thanks to pre-loading test runners, and coverage filters are now supported in Continuous Testing.
              In addition, TeamCity now understands the output of dotCover console runner and highlights its errors and warnings in the build log. </li>
              <li><strong>dotPeek 2016.1</strong> learns to show extension methods as instance methods and automatically highlights usages of the symbol under the caret.
              With dotPeek 2016.1 you can load NuGet packages and their dependencies from any online package source. </li>
              <li><strong>dotMemory 2016.1</strong> adds browser-style Back and Forward buttons to navigate through profiling results.</li>
              <li><strong>dotTrace 2016.1</strong> adds its <strong>Threads diagram into Visual Studio</strong>. Now, the integrated Timeline Viewer gets exactly the same diagram, which you can use to select threads and time ranges, view thread activity and filtered time intervals.</li>
              <li><strong>dotMemory Unit 2.2</strong>, our free .NET memory testing framework, improves performance of key queries (Type.Is, Interface.Is and Namespace.Like), supports open generic types in object selection, learns to select objects by wildcards using the Like and NotLike queries.</li>
              </ul>
            <p><strong><a href="http://jetbrains.com/resharper/download/?rss">Download the updated ReSharper Ultimate 2016.1</a></strong> and give it a try!</p>

            <p><em>The ReSharper Ultimate Team<br/>
            JetBrains<br/>
            The Drive to Develop</em></p>

       ]]>
      </description>
      <pubDate>Thu, 14 Apr 2016 23:59:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#361</guid>
    </item>
    <item>
      <title>RubyMine 2016.1: Rails 5, Ruby 2.3, better JavaScript and TypeScript, and more</title>
      <link>https://www.jetbrains.com/ruby/whatsnew/?rss</link>
      <description><![CDATA[
       <p>We're excited to announce the public availability of <a href="https://www.jetbrains.com/ruby/whatsnew/?rss">RubyMine 2016.1</a>, the next major update for our Ruby and Rails IDE.</p>
       <p>This update brings support for the latest Rails 5 and Ruby 2.3, while also improving your development experience with better JavaScript and TypeScript, enhanced VCS and database tools.</p>
       <p>The following features are on board:</p>
       <ul>
         <li><strong>Rails 5 ActionCable</strong> is now supported with code completion, navigation and refactorings; <strong>Rails API</strong> can now be chosen when creating a new app; code insight is added for all the new <strong>ActiveRecord</strong> methods.</li>
         <li>Stubs for <strong>Ruby 2.3</strong> are provided: all newcomers are present in completion, resolving and documentation; safe navigator and squiggly heredocs are also introduced.</li>
         <li>When creating a new Rails app, you can now choose one of the existing <strong>Rails templates</strong>.</li>
         <li>Improvements in <strong>ECMAScript 6</strong> and <strong>TypeScript</strong> support include better refactoring options, new &ldquo;Unused imports&rdquo; inspection, and new &ldquo;Optimize imports&rdquo; action.</li>
         <li><strong>Angular 2</strong> support is now enhanced with coding assistance for event and property bindings, completion inside any data bindings, code insight for custom event handlers, and much more.</li>
         <li>The <strong>JavaScript debugger</strong> now supports asynchronous client-side code, arrow functions in ES6, and Web and Service workers.</li>
         <li><strong>Running and debugging Node.js</strong> apps are now available on a remote machine or Vagrant box from the IDE.</li>
         <li><strong>VCS improvements</strong> include support for Git worktrees, and merging and comparing revisions with by-word difference highlighting.</li>
         <li><strong>Database tools</strong> bring better support for PostgreSQL, SQL Server custom types completion, table truncation option.</li>
       </ul>
       <p>For more details please read the <a href="https://www.jetbrains.com/ruby/whatsnew/?rss">What's new</a> page, where you can also download a free 30-day trial.</p>

       <p><em>Yours truly,<br/>
       The JetBrains Team</em></p>
       ]]>
      </description>
      <pubDate>Thu, 06 Apr 2016 15:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#360</guid>
    </item>

    <item>
      <title>Upsource 3.0 is released</title>
      <link>https://www.jetbrains.com/upsource/whatsnew/?rss</link>
      <description><![CDATA[
        <p>We are happy to announce the general availability of Upsource 3.0 that has matured and evolved into a
            one-of-a-kind Polyglot Code Review Tool. Here's what we have for you in this release.</p>
        <p><strong>PHP, JavaScript, Kotlin Code Insight</strong><br/>
        Code-aware navigation and static code analysis in your browser are now available for projects written in
            PHP, JavaScript and Kotlin.</p>
        <p><strong>GitHub Pull Requests</strong><br/>
        Teams that use GitHub pull requests as their way of reviewing changes can now benefit from all the smart
            code review features Upsource offers. Simply connect Upsource to GitHub and enjoy code insight for your pull
            requests. Upsource will keep comments and other activity synchronized.</p>
        <p><strong>Even Smarter Code Insight</strong><br/>
        To help reviewers see the impact of a new change on the overall code quality, we've added “Code Analysis
            Summary”. It shows what problems have been fixed with the new change, and what new possible issues the
            change introduced.</p>
        <p><strong>Build Status</strong><br/>
        In Upsource 3.0 we've added a Build status endpoint that lets you post build information from your
            Continuous Integration server to Upsource, so you can see the status of the build with this particular
            change.</p>
        <p><strong>And More!</strong><br/>
        We have also significantly improved IDE integration, added webhooks, new Analytics reports, reworked our
            permission model and simplified upgrade procedure.</p>
        <p>Having all these tools at hand makes it a lot easier for a developer to understand, review and suggest
            improvements for a change.</p>
        <p>Take a moment and check out the Upsource 3.0 <a href="http://jetbrains.com/upsource/whatsnew/">release
            notes</a>! Eager to try? <a href="http://jetbrains.com/upsource/download/">Download</a> the build and don't
            forget to backup your current instance!</p>
        <p>You can also <a href="http://info.jetbrains.com/Upsource-Webinar-April2016.html">register</a> to our free
            webinar "What's New in Upsource 3.0" to see the new features in action.</p>

        <p><em>Yours truly,<br/>
        The JetBrains Team</em></p>
        ]]>
      </description>
      <pubDate>Thu, 05 Apr 2016 15:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#359</guid>
    </item>

    <item>
      <title>AppCode 2016.1 released: better Swift language support, code folding for Swift declarations and more!</title>
      <link>https://www.jetbrains.com/objc/whatsnew/?rss</link>
      <description><![CDATA[
        <p>AppCode 2016.1 is here, so <a href="//www.jetbrains.com/objc/download">download</a> and try it right now! And if you've already installed the <a href="//blog.jetbrains.com/objc/2016/03/appcode-2016-1-rc2/">AppCode 2016.1
            RC2</a> build, then simply keep using it, since it's the same as the released one.</p>
        <p><strong>Swift</strong></p>
        <p>This release delivers a lot of fixes bringing correct parsing and resolve for the following Swift
            constructions:</p>
        <ul>
            <li>Types conforming to <strong>OptionSetType</strong> protocol</li>
            <li><strong>Self</strong> type</li>
            <li><strong>Variadic parameters</strong> in closures and functions</li>
            <li><strong>Typealias</strong> initializers</li>
            <li>Function array types</li>
        </ul>
        <p><strong>Swift code folding</strong></p>
        <p>With the code folding for declarations in Swift it's now easy to focus on the most important part of your
            code. Use expand/collapse actions for current code block (&#8984;+/&#8984;-), all code blocks in particular Swift file
            (&#8679;&#8984;+/&#8679;&#8984;-) or collapse recursively complex declarations in your code. Read more about all code folding
            options in <a href="//blog.jetbrains.com/objc/2016/03/appcode-3-4-eap-code-folding/">this blog post</a>.</p>
        <p><strong>CocoaPods support</strong></p>
        <p>Now you can edit your Podfiles with all the keywords supported in completion, including <strong>use_frameworks,
            inherit!, abstract!, abstract_target</strong> and others. See all these changes in action in the <a href="//www.youtube.com/watch?v=W-dujzFOqDQ">short demo</a>.</p>
        <p><strong>Build messages</strong></p>
        <p>Parsing of build messages is reworked in the release: now the <strong>Messages</strong> tool window (&#8984;0) displays all errors
            and warnings in a convenient way, skipping all irrelevant information.</p>
        <p>Build progress messages were updated to show user-friendly descriptions for particular build phases.</p>
        <p><strong>Source directories management</strong></p>
        <p>A new context menu called <strong>Mark directory as</strong> is available for folders in the <strong>Files</strong> view. It allows you to
            manage indexing, code completion, code generation or navigation features by manually setting any source
            directory as:</p>
        <ul>
            <li>Excluded</li>
            <li>Library</li>
            <li>Project sources and headers</li>
        </ul>
        <p><a href="//blog.jetbrains.com/objc/2016/02/appcode-3-4-eap-opens/">Read</a> how to use it and tune any of these options in your project.</p>
        <p><strong>C++ language support</strong></p>
        <p>You may know that AppCode shares the same codebase for C++ support with CLion, our cross-platform IDE for C
            and C++. In addition to changes made by the AppCode team, this release delivers a huge number of C++
            improvements made by the CLion team including:</p>
        <ul>
            <li>Support for <strong>variadic templates</strong> with related fixes in the function overload resolution, which together
                make it possible to resolve C++ code correctly and avoid many false positives in code analysis.
            </li>
            <li>Improved auto-import for <strong>STL</strong> symbols.</li>
            <li>Extended information displayed in the <strong>Quick documentation</strong> popup (F1) which now shows lambda
                expressions, namespace aliases and explicit instantiation, as well as hyperlinks for types in the
                documentation text.
            </li>
        </ul>
        <p><strong>Xcode compatibility</strong></p>
        <p>As we already wrote <a href="//blog.jetbrains.com/objc/2016/03/appcode-2016-1-rc2/">in our post</a> about AppCode 2016.1 RC2, this release can be used with Xcode 7.3. The
            minimum Xcode version supported by AppCode 2016.1 is limited to Xcode 7.2.x.</p>
        <p><strong>Other improvements</strong></p>
        <ul>
            <li>Fixes for <a href="//youtrack.jetbrains.com/issue/OC-6896">localization intentions</a> in Objective-C</li>
            <li>By-word difference highlighting option in Diff viewer.</li>
            <li>Support for multiple Git worktrees and Checkout with Rebase Git action.</li>
            <li>Right-to-left languages (Arabic and Hebrew) are now supported in the editor.</li>
            <li>CoffeeScript and Stylus are bundled in AppCode.</li>
            <li>Improved UI for <strong>Attach to local process...</strong> action.</li>
        </ul>
        <p>To learn more, please visit the <a href="//www.jetbrains.com/objc/whatsnew/">What's new page</a> on our website or just <a href="//www.jetbrains.com/objc/download">download AppCode 2016.1</a> and try
            it!</p>
        <p><em>The AppCode Team<br/>
        JetBrains<br/>
        The Drive to Develop</em></p>
        ]]>
      </description>
      <pubDate>Wed, 30 Mar 2016 17:30:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#358</guid>
    </item>

    <item>
      <title>Announcing General Availability of PyCharm 2016.1</title>
      <link>https://www.jetbrains.com/pycharm/whatsnew/?rss</link>
      <description><![CDATA[
        <p>Today we bring you PyCharm 2016.1, <a href="http://www.jetbrains.com/pycharm/download">now available for download</a>. This is the first update in the series of releases planned for 2016.
        Its outstanding new features for professional Python, Web and scientific development work together smoothly to offer you a unique coding experience.
        </p>
        <p><a href="http://www.jetbrains.com/pycharm/download/index.html">Download PyCharm 2016.1</a> for your platform today!</p>
        <p>The key features in this release include:</p>
        <p>Python-related improvements:</p>
        <ul>
          <li>Python 2 and Python 3 type hinting and compatibility inspection</li>
          <li>Docker Compose and Docker container settings</li>
          <li>Tox Support</li>
          <li>Improved Support for Django Forms</li>
          <li>Significant debugger improvements</li>
          <li>Enhanced support for IPython Notebook</li>
        </ul>

        <p>Platform enhancements:</p>
        <ul>
          <li>Git Rebase and Rename</li>
          <li>Git Worktree Support</li>
          <li>By-word changes highlighting in Diff Viewer</li>
          <li>Enhanced Database Tools</li>
          <li>Local Terminal Improvements</li>
        </ul>

        <p>Web development improvements:</p>
        <ul>
          <li>Improvements in ECMAScript 6 and TypeScript support</li>
          <li>Major enhancements in Angular 2 support</li>
          <li>Support for debugging asynchronous client-side code</li>
          <li>Running and debugging Node.js apps on remote hosts</li>
          <li>And even more</li>
        </ul>

        <p>For more details on these and other new features and changes in PyCharm 2016.1, please
        see our <a href='http://www.jetbrains.com/pycharm/whatsnew/index.html'>What's New</a> page,
        and <a href='http://www.jetbrains.com/pycharm/download/index.html'>download</a> the IDE for your platform.</p>
        <p>
        The JetBrains Team <br/>
        <em>The Drive to Develop</em>
        </p>

        ]]>
      </description>
      <pubDate>Wed, 23 Mar 2016 20:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#357</guid>
    </item>
    <item>
      <title>Announcing WebStorm 2016.1!</title>
      <link>https://www.jetbrains.com/webstorm/whatsnew/?rss</link>
      <description><![CDATA[
    <p>We're excited to announce the release of <a href="https://www.jetbrains.com/webstorm/whatsnew/?rss">WebStorm 2016.1</a>, the first
        major update for our IDE this year. This update brings even better experience while editing and refactoring JavaScript and TypeScript code and steps up the IDE's debugging capabilities.</p>

    <p>Here are the highlights of this update:</p>

    <ul>
        <li>
            <strong>Improvements in ECMAScript 6 and TypeScript support</strong>: better refactoring options, new <em>Unused imports</em> inspection and <em>Optimize imports</em> action.
        </li>
        <li><strong>Major enhancements in Angular 2 support</strong>: coding assistance for event and property bindings, completion inside any data bindings, code insight for custom event handlers, and much more.
        </li>
        <li>Support for <strong>debugging asynchronous</strong> client-side <strong>code</strong>, arrow functions in ES6, and <strong>Web</strong> and <strong>Service workers</strong>.
        </li>
        <li>Running and <strong>debugging Node.js</strong> apps on a <strong>remote machine</strong> or <strong>Vagrant box</strong> from the
            IDE.
        </li>
    </ul>

    <p>Other updates worth mentioning include support for AngularJS <strong>ui-router</strong>, support for <strong>CSS Custom properties</strong>, running and debugging <strong>Electron</strong> apps in the IDE, support for the JSON Schema format for smarter coding assistance, and new <em>Convert string to template string</em> intention.</p>

    <p>For more details, read the <a href="https://www.jetbrains.com/webstorm/whatsnew/?rss">What's new page</a>.</p>]]>
      </description>
      <pubDate>Mon, 21 Mar 2016 20:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#356</guid>
    </item>
    <item>
      <title>CLion 2016.1 released: Better language support and new dev tools</title>
      <link>https://www.jetbrains.com/clion/whatsnew/?rss</link>
      <description><![CDATA[
      <p>Spring is almost here and so is our new release, CLion 2016.1. This is the version that was previously tagged
        1.5 - we hope our
        <a href="https://blog.jetbrains.com/blog/2016/03/09/jetbrains-toolbox-release-and-versioning-changes/?rss">new versioning scheme</a>
        doesn't confuse you too much.
      </p>

      <p>We're nearly done with the
        <a href="http://blog.jetbrains.com/clion/2015/11/special-thanks-clion-1-5-roadmap/?rss">announced roadmap</a>,
        though some CMake items are left for future updates. Many extra
        features have also found their way into this release. Read on for more details, and then
        <a href="https://www.jetbrains.com/clion/download/?rss">download</a>
        and try the
        new version right now!
      </p>
      <p><strong>C++ language support</strong></p>
      <p>This release brings long-awaited support for
        <strong>variadic templates</strong>
        (C++11). With the related fixes in the
        function overload resolution, this makes it possible to resolve the code correctly and avoid many false
        positives in code analysis. This also means that
        <a href="http://www.ics.com/blog/qt-and-c11">Qt C++11 connect calls</a>
        are resolved correctly in CLion.
      </p>
      <p><strong>Auto-import</strong>
        has been improved greatly for symbols from STL, and the
        <strong>quick documentation</strong>
        popup (<em>Ctrl+Q</em> on Linux/Windows, <em>F1</em> on OS X) now shows lambda expressions, namespace aliases and explicit instantiation, as well
        as accurately redirecting hyperlinks.
      </p>
      <p><strong>Code generation</strong></p>
      <p>In addition to Override and Implement actions that generates stubs for virtual member functions from any of
        base classes, we've added
        <strong>Generate definitions</strong>
        (<em>Shift+Ctrl+D</em> on Windows/Linux,
        <em>shift+cmd+D</em>
        on OS X) which, as you would
        expect, generate definitions for existing declarations. All three actions put the code in the place the caret is
        positioned, in case it's inside the class, or ask for a destination in other cases.
      </p>

      <p>'Generate definitions' can be called up in three different ways:</p>
      <ul><li>By pressing <em>Shift+Ctrl+D</em> on Windows/Linux, <em>shift+cmd+D</em> on OS X.</li>
      <li>Under the Generate menu (<em>Alt+Insert</em> in Windows/Linux, <em>cmd+N</em> on OS X).</li>
      <li>As an intention action (<em>Alt+Enter</em>).</li>
      </ul>

      <p><strong>CMake and directories control</strong></p>
      <p>On the CMake side, a new feature called
        <strong>Reset CMake Cache</strong>
        is now available which allows you to clear the CMake
        Cache without dropping all of IDE indexes and caches.
      </p>

      <p>Sometimes your project folders may contain binaries, logs, generated data or build artifacts (that you surely
        don't want CLion to index) or simply libraries (that you don't want to touch with refactorings). To handle this,
        a new feature was introduced - '<strong>Mark directory As</strong>', which allows you to manually set directory as:
      </p>
      <ul>
      <li>Excluded</li>
      <li>Library files</li>
      <li>Project sources and headers</li>
      </ul>
      <p><a href="http://blog.jetbrains.com/clion/2015/12/mark-dir-as/?rss">Read</a>
        how code completion, code generation, navigation and search features and refactorings are working for
        each of these cases.
      </p>

      <p>The bundled
        <strong>Remote Host Access</strong>
        plugin will help you synchronize your sources with the remote host from time to
        time, for example if you develop on one machine but build/run on another. You can configure a FTP, FTPS or SFTP
        server together with the path mappings and excluded paths (to avoid downloading/uploading any files in
        particular).
      </p>

      <p><strong>Debug</strong></p>
      <p>In case you have a process running locally on your machine that you'd like to debug, you can do this within
        CLion. You just need to have the sources and open them in CLion, then call
        <a href="http://blog.jetbrains.com/clion/2016/01/attach-to-local-process/?rss">Attach to local process</a>
        (from the Run
        menu or Find Action dialog) – and benefit from the built-in debugger. Processes can be searched by process name
        or process pid: just start typing and select a match from the list.
      </p>

      <p><strong>New languages</strong></p>
      <p>CLion 2016.1 comes with support for two additional languages: Python and Swift. The
        <strong>Python</strong>
        plugin is bundled
        into the IDE and is
        <em>on</em>
        by default. To easily start working on your mixed Python and C/C++ code project, install
        the Python SDK and point CLion to the Python interpreter for your project.
      </p>

      <p>The feature set corresponds to the
        <a href="https://www.jetbrains.com/pycharm/features/editions_comparison_matrix.html?rss">PyCharm IDE Community Edition</a>
        and includes all the essential Python editing
        features, like code completion, formatting, navigation, etc., as well as Python refactorings, code analysis, and
        running/debugging/testing the Python part of your project. Get more details and watch a demo in this
        <a href="http://blog.jetbrains.com/clion/2016/01/python-support-in-clion/?rss">blog post</a>.
      </p>

      <p>Another addition is support for <strong>Swift</strong> language. As Apple has open sourced Swift, developers on Linux can now
        try the language, and for their work an IDE is essential. CLion is cross-platform, so version 2016.1 can be used
        as a Swift IDE on Linux. Since this is the very first stage of the Swift support in CLion, you'll need to
        download and install the plugin separately. If we see enough interest from the community, we may later bundle
        the plugin with CLion, so let us know!
      </p>

      <p>The feature set of the Swift plugin comes from
        <a href="https://www.jetbrains.com/objc/features/swift.html?rss">AppCode</a> (our IDE for iOS/OS X development which is based on
        Xcode toolchain and runs on OS X only). Swift code can be properly highlighted, formatted and completed;
        navigation and search actions are also available. If you're looking for more high-level features, welcome the
        familiar Rename refactoring for Swift.
      </p>

      <p>The plugin also includes Override/Implement for functions and protocols, and a built-in debugger. More details
        and short demo can be found in a
        <a href="http://blog.jetbrains.com/clion/2015/12/swift-plugin-for-clion/?rss">related blog post</a>.
      </p>

      <p><strong>Other improvements</strong></p>
      <p>Other fixes and enhancements in this release include:</p>
      <ul>
      <li>By-word difference highlighting option.</li>
      <li>Support for multiple Git working trees and Checkout with Rebase Git action.</li>
      <li>Right-to-left languages (Arabic and Hebrew) are now supported in the editor.</li>
      <li>Automatic detection of Google Test configurations on project loading.</li>
      <li>Custom bundled JRE on Linux with fixes from the JetBrains team.</li>
      <li>And lots more.</li>
      </ul>

      <p>To learn more, please visit the
        <a href="https://www.jetbrains.com/clion/whatsnew/?rss">What's new in CLion 2016.1</a>
        page on our website, view our
        <a href="https://www.youtube.com/watch?v=6kANYmJi0R4">demo</a>
        and
        <a href="https://www.jetbrains.com/clion/download/?rss">download</a>
        CLion for your operating system.
      </p>

      <p><em>The CLion Team<br/>
      JetBrains<br/>
      The Drive to Develop</em></p>]]>
      </description>
      <pubDate>Thu, 18 Mar 2016 20:30 21:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#355</guid>
    </item>


    <item>
      <title>IntelliJ IDEA 2016.1 is Here!</title>
      <link>https://www.jetbrains.com/idea/whatsnew/?rss</link>
      <description><![CDATA[
                    <p>Today we're announcing the availability of <a href="https://www.jetbrains.com/idea/whatsnew/?rss">IntelliJ IDEA 2016.1</a>
                    , the first update
                    in the series of releases planned for 2016. <a href="https://www.jetbrains.com/idea/download/?rss">Download</a>
                     the new version today and try all
                    the new features for yourself.</p>

                    <p>The major improvements include:</p>

                    <ul>
                        <li>Debugger
                            <ul>
                                <li>Groovy expressions in Evaluate Expression and Watches when debugging Java</li>
                                <li>Easier debugging of multiple threads</li>
                                <li>Warns you if the source code doesn't match the running copy</li>
                            </ul>
                        </li>
                        <li>VCS
                            <ul>
                                <li>Git worktrees support</li>
                                <li>Merging and comparing revisions with by-word difference highlighting</li>
                                <li>New actions for Git</li>
                            </ul>
                        </li>
                        <li>Editor
                            <ul>
                                <li>Shifting statements right and left</li>
                                <li>Easier way of importing static members</li>
                                <li>RTL languages support (e.g. Arabic and Hebrew)</li>
                            </ul>
                        </li>
                        <li>Gradle
                            <ul>
                                <li>Custom source sets support (this improvement fixes a great number of issues)</li>
                                <li>Automatic configuring EAR artifacts</li>
                            </ul>
                        </li>
                        <li>Java 8
                            <ul>
                                <li>Many new code inspections that help with migrating to Java 8 method references,
                                    lambda expressions, and the Optional type</li>
                            </ul>
                        </li>
                        <li>Kotlin
                            <ul>
                                <li><a href="http://blog.jetbrains.com/kotlin/2016/02/kotlin-1-0-released-pragmatic-language-for-jvm-and-android?rss">Kotlin 1.0</a>
                                 support</li>
                            </ul>
                        </li>
                        <li>Scala
                            <ul>
                                <li>Code completion now respects the type of symbols, their definition scope and
                                    their usage, and suggests property names for case classes within pattern
                                    matching statements</li>
                            </ul>
                        </li>
                        <li>JavaScript
                            <ul>
                                <li>Better coding assistance for ECMAScript 6, TypeScript and AngularJS 2</li>
                                <li>Easier debugging of asynchronous code</li>
                            </ul>
                        </li>
                        <li>Spring Frameworks
                            <ul>
                                <li>A lot of new coding assistance features for Spring Boot. Better support for
                                Spring MVC along with fixes for <a href="https://youtrack.jetbrains.com/issues/IDEA?q=%23spring+%23resolved+version%3A+2016.1">many issues</a>
                                 reported by users</li>
                            </ul>
                        </li>
                        <li>Thymeleaf
                            <ul>
                                <li>Coding assistance for user-defined dialects</li>
                                <li>Thymeleaf 3.0 support</li>
                            </ul>
                        </li>
                        <li>Android 1.5
                            <ul>
                                <li>Profiling leaked activities</li>
                                <li>New lint checks</li>
                            </ul>
                        </li>
                        <li>Docker
                            <ul>
                                <li>Docker Machine support</li>
                                <li>A separate tool window</li>
                                <li>Right-side panel with logs and controls to manage environment variables and port bindings</li>
                            </ul>
                        </li>
                    </ul>

                    <p>For more details, read the <a href="https://www.jetbrains.com/idea/whatsnew/?rss">What's new page</a>
                    , where you can also download the edition of your choice.</p>

                    <p>P.S. As <a href="http://blog.jetbrains.com/blog/2016/03/09/jetbrains-toolbox-release-and-versioning-changes/">announced</a>
                     earlier, with this release we're changing the versioning scheme and moving
                    away from one “major” release per year to several “equal” releases per year.</p>
               ]]>
      </description>
      <pubDate>Wed, 17 Mar 2016 17:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#354</guid>
    </item>
    <item>
      <title>JetBrains Upsource 2.5 is released!</title>
      <link>https://www.jetbrains.com/upsource/?rss</link>
      <description><![CDATA[

                  <p>We have some exciting news for you today as we've just released Upsource 2.5!</p>
                  <p>Our code review tool is now significantly faster and noticeably smarter. Upsource introduces a redesigned Review page, smart email notifications with a reply-by-email option, discussion labels, a brand new Branches page, and of course a number of improvements in the IDE plugin.</p>
                  <p>Check out the <a href="https://www.jetbrains.com/upsource/whatsnew/">release notes</a>
                   to learn more.</p>
                  <p>Eager to try the new version? <a href="https://www.jetbrains.com/upsource/download/">Download</a>
                   it here!</p>

              <p><em>Develop with pleasure!<br/>JetBrains Upsource Team</em></p>
               ]]>
      </description>
      <pubDate>Wed, 18 Nov 2015 15:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#353</guid>
    </item>
    <item>
      <title>Updates for all JetBrains Toolbox products as new licensing model is launched</title>
      <category>Updates for all JetBrains Toolbox products as new licensing model is launched</category>
      <link>https://www.jetbrains.com/store/?rss</link>
      <description><![CDATA[

              <p>Today is a big day because we've updated the whole
                  <strong>JetBrains Toolbox</strong>
                  which includes all our desktop
                  tools, and also launched our new subscription-based
                  <strong>licensing model</strong>
                  for these products.
              </p>

              <p>Here is a short summary and highlights of each update:</p>
              <ul>
                  <li>
                      <a href="http://www.jetbrains.com/resharper/whatsnew">ReSharper Ultimate 10</a> &mdash; includes ReSharper
                      Build to avoid redundant rebuilds, continuous testing, timeline profiling
                      inside Visual Studio, better code style management, NUnit 3.0 support, better understanding of C,
                      new C++ quick-fixes and refactorings, improved JavaScript and TypeScript support including regular
                      expressions and JSX/TSX syntax, decompiling to IL code.
                  </li>

                  <li>
                      <a href="http://www.jetbrains.com/idea/whatsnew">IntelliJ IDEA 15</a> &mdash; adds many new features
                      related to debugger, coding assistance, built-in tools, support of languages and frameworks and
                      more.
                  </li>


                  <li>
                      <a href="http://www.jetbrains.com/phpstorm/whatsnew">PhpStorm 10</a> &mdash; brings improvements in PHP
                      language support, editing experience, debugging, code analysis, and many other powerful features.
                  </li>

                  <li>
                      <a href="http://www.jetbrains.com/webstorm/whatsnew">WebStorm 11</a> &mdash; adds support for TypeScript
                      1.6, Flow and Angular 2, integration with Yeoman, and thorough improvements.
                  </li>

                  <li>
                      <a href="http://www.jetbrains.com/pycharm/whatsnew">PyCharm 5</a> &mdash; brings an outstanding
                      lineup of new features, including full Python 3.5 support,
                      Docker integration, Thread Concurrency Visualization, and more.
                  </li>

                  <li>
                      <a href="http://www.jetbrains.com/objc/whatsnew">AppCode 3.3</a> &mdash; adds support for Xcode 7,
                      Objective-C generics and multiple Swift 2 features.
                  </li>

                  <li>
                      <a href="http://www.jetbrains.com/clion/whatsnew">CLion 1.2</a> &mdash; introduces Google Test
                      support, productivity features for CMake, C++ debugger performance improvements, new VCS features
                      and more.
                  </li>

                  <li>
                      <a href="http://www.jetbrains.com/ruby/whatsnew">RubyMine 8</a> &mdash; brings improved experience in
                      managing gems with Rbenv gemsets and a better Bundler, faster debugger and more.
                  </li>
              </ul>

              <p>One important addition that JetBrains Toolbox makes possible is a special
                  <strong>'All Products'</strong>
                  plan allowing you to use any product from the list depending on your current needs.
              </p>

              <p>Note that you do not have to switch to the new model immediately. Your valid upgrade subscription still
                  works and will work until its expiration date. After that you will be able to switch to the new model.
              </p>

              <p>You are welcome to check JetBrains Toolbox pricing and terms &amp; conditions at
                  <a href="https://www.jetbrains.com/store">jetbrains.com/store</a>. Please contact us if you have any
                  questions.
              </p>

              <p>
                  <em>Your JetBrains Team</em>
              </p>
               ]]>
      </description>
      <pubDate>Mon, 02 Nov 2015 18:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#352</guid>
    </item>
    <item>
      <title>PyCharm Edu 2: Simple is better than complex</title>
      <link>https://www.jetbrains.com/pycharm-edu/whatsnew/?rss</link>
      <description><![CDATA[
                    <p>Please welcome <strong>PyCharm Edu 2</strong>, the newest release of our free and easy-to-use IDE for learning and
                    teaching programming with Python. Inspired by the motto, "Simple is better than complex" from The Zen of
                    Python, PyCharm Edu 2 introduces an even simpler user interface with brand new features to help novice
                    programmers become professionals more quickly than ever before.</p>

                    <p><strong><em>What's New in PyCharm Edu 2?</em></strong></p>
                    <p>For novice programmers:</p>
                    <ul>
                        <li>Simplified step-by-step debugger</li>
                        <li>Inline debugger</li>
                        <li>Simplified UI</li>
                        <li>Temporary Python Scratch files</li>
                        <li>Quick Python packages installation</li>
                    </ul>
                    <p>For course authors:</p>
                    <ul>
                        <li>Various course creation improvements</li>
                        <li>Integration with <a href="https://stepic.org/">Stepic</a>, a learning management platform</li>
                    </ul>


                    <p>Please see the <a href="https://www.jetbrains.com/pycharm-edu/whatsnew/">what's new page</a> for more details,
                        learn <a href="https://jetbrains.com/pycharm-edu/concepts/">how Pycharm Edu works</a> and don't wait a
                        moment longer &mdash; <a href="https://www.jetbrains.com/pycharm-edu/download/">Download PyCharm Edu 2</a> and start you journey with Python programming today! For
                        more details and learning materials, visit the <a href="https://www.jetbrains.com/pycharm-edu/" >PyCharm Edu website</a> and check
                        out the <a  href="https://www.jetbrains.com/pycharm-edu/quickstart/">Quick Start guide</a> to get rolling.
                    </p>
                    <p><em>Develop with pleasure! <br/>
                        The JetBrains Team
                        </em></p></p>
                    ]]>
      </description>
      <pubDate>Wed, 16 Sep 2015 18:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#351</guid>
    </item>
    <item>
      <title>Welcome AppCode 3.2 release!</title>
      <link>https://www.jetbrains.com/objc/whatsnew/?rss</link>
      <description><![CDATA[
                <p>Today we are happy to share with you that AppCode 3.2 is officially available. We've put a lot of effort into this
                    release to bring you better Swift development experience and a host of Swift productivity features.</p>
                <p>Let's see what's on board!</p>
                <ul>
                    <li>With more accurate <strong>code resolve for Swift and mixed Objective-C and Swift code</strong>, you can rely on AppCode 3.2's
                        code completion, find usages, navigation and Rename refactoring. You will also be happy to hear that custom
                        Swift frameworks are resolved correctly now, meaning that code completion and other features will work for them
                        as well.
                    </li>
                    <li>Swift <strong>string interpolation</strong> is now handled correctly, with symbol name properly highlighted and completed.</li>
                    <li>To speed up your Swift development, use the <strong>Override/Implement</strong> feature and override functions/implement
                        protocols in one step.
                    </li>
                    <li><strong>Quick Documentation</strong> for Swift shows not only the standard Apple documentation and your own documentation
                        comments, but also classes, protocols, functions, signatures, and even the inferred type for constants and
                    variables.
                    </li>
                    <li>Take the new <strong>debugger</strong> for Swift for a spin in AppCode 3.2.</li>
                    <li>Objective-C users can benefit from <strong>nonnull/nullable annotations</strong> (from Xcode 6.4).</li>
                    <li>A range of <strong>C++ parser</strong> improvements have made it into this release.</li>
                    <li>The update brings many general improvements as well, including a compact one-side view for comparing revisions,
                        the Distraction-Free mode, and more.
                    </li>
                </ul>
                <p>There are several other important changes. First, UI Designer has moved into an optional plugin. Second, we offer a
                    separate distribution package targeting OS X Yosemite users with custom bundled JDB, based on JDK 1.8, which
                    includes fixes from the JetBrains team for several annoying problems appeared in JDK. <a href="http://blog.jetbrains.com/objc/2015/06/appcode-starts-3-2-eap/?rss">Read more about that</a>.</p>
                <p>And last but not least, please note that AppCode 3.2 officially supports Xcode 6.4 on OS X 10.10 and Xcode 6.2 on OS
                    10.9. We've already shared some explanations in <a href="http://blog.jetbrains.com/objc/2015/08/appcode-3-2-release-candidate/?rss">an earlier post</a> talking about the release candidate.</p>
                <p>Finally, please note that this update is free for all AppCode users with an active license subscription! To download
                    the release build, please visit <a href="https://www.jetbrains.com/objc/download/?rss">our site</a>. For a more detailed overview, visit the <a href="https://www.jetbrains.com/objc/whatsnew/?rss">What's new in AppCode 3.2</a>
                    page.</p>
                <p><em>Develop with pleasure!<br/>JetBrains AppCode Team</em></p>]]>
      </description>
      <pubDate>Wed, 26 Aug 2015 18:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#350</guid>
    </item>
    <item>
      <title>Welcome ReSharper 9.2, ReSharper C++ 1.1 and More ReSharper Ultimate Updates</title>
      <link>https://www.jetbrains.com/resharper/whatsnew/?rss</link>
      <description><![CDATA[
            <p>A new update to JetBrains ReSharper Ultimate is now <strong><a href="https://www.jetbrains.com/resharper/download">available for download</a></strong>! This update includes ReSharper 9.2, dotTrace 6.2, dotCover 3.2, dotMemory 4.4, dotPeek 1.5, and ReSharper C++ 1.1.</p>
			<p><strong>ReSharper 9.2</strong> highlights include:</p>
            <ul>
                <li><strong>Improved support for Visual Studio 2015 RTM</strong>. ReSharper 9.2 refines integration with Visual Studio 2015 RTM, addressing issues discovered in versions 9.1.2 and 9.1.3.</li>
				<li>Support for <strong>Windows 10 Developer Tools</strong>. ReSharper 9.2 provides code completion for API checks and supports new Windows 10 specific XAML constructs.</li>
				<li>JavaScript and TypeScript support enhancements including <strong>full support for TypeScript 1.5 and ECMAScript 6</strong>, as well as support for <strong>regular expressions in JavaScript</strong>. Going further in supporting new language versions, ReSharper 9.2 is already aware of such TypeScript 1.6 features as local types, abstract classes, type predicates, <code>async</code> functions and methods and the <code>await</code> operator. Moreover, <em>Go to type of symbol</em> navigation option is now available from the <em>Navigate to</em> menu.</li>
				<li><strong>Run configurations</strong>. This is a brand new feature that allows you to create, manage, and execute multiple run configurations in a single solution. A run configuration lets you run, profile or debug a project, a static method or any executable file. For static methods, a run configuration can be quickly created right in the editor. You can create multiple run configurations depending on your needs and preferences. If you have dotTrace installed and integrated in Visual Studio, you can launch profiling from the same Alt+Enter pop-up menu.</li>
            </ul>

            <p><strong>ReSharper C++ 1.1</strong> comprises the following enhancements:</p>
			<ul>
			<li><strong>Google Test support</strong>. ReSharper C++ 1.1 introduces a unit test runner for Google Test that lets you invoke tests and test cases contextually from the editor. Similar to the mainline ReSharper, it comes with <em>Unit Test Explorer</em> and <em>Unit Test Sessions</em> tool windows to view, group, filter and run unit tests, as well as to create and manage unit test sessions. You can also add individual tests to sessions right from the text editor, via the Alt+Enter contextual menu.</li>
			<li><strong>Includes Hierarchy</strong> view helps visualize dependencies between #include directives.</li>
			<li><strong>Improved support for C++ core features</strong> includes inline namespaces (С++11), binary literals and digit separators (С++14).</li>
			<li>New live template macros for specifying expected types, expected variable names and the current namespace in new <strong>live templates</strong> that you create for your code bases.</li>
			<li>Two new refactorings: <strong>Introduce namespace alias</strong> and <strong>Introduce field</strong>. Introduce namespace alias refactoring is available via <em>Refactor this</em> menu and can be applied to the initial occurrence or to all occurrences by selection. Introduce field refactoring allows to create a new field based on a selected expression, initialize it with the expression or from the constructor, and replace occurrences.</li>
			<li>New <strong>code inspections</strong> to detect not implemented inline functions, redundant inline specifiers on a function definition and functions that can be const, as well as <strong>quick-fixes</strong> for these inspections. Automatic import now works with macros as well.</li>
			<li>A set of <strong>performance improvements</strong>, most notably ensuring that quick-fixes are immediately available on solution load.</li>
			</ul>
			<p>All other ReSharper Ultimate tools have been enhanced as well:</p>
			<ul>
			<li><strong>dotTrace 6.2</strong> is highlighted with:
			<ul>
			<li>Analysis of incoming HTTP requests in Timeline mode to make your web applications faster.</li>
			<li>Support for predefined run configurations to instantly profile any part of your code on the spot.</li>
			<li>Updated command line tools supporting additional profiling functionality.</li>
			</ul>
			</li>
			<li><strong>dotCover 3.2</strong> integrates with ReSharper 9.2 and provides a set of bug-fixes.</li>
			<li><strong>dotMemory 4.4</strong> is notable for:
			<ul><li>Letting you optimize memory usage with less effort, by getting snapshots automatically when a specified condition is met.</li>
			<li>Improving the Sunburst diagram for easier navigation in Visual Dominators view.</li></ul></li>
			<li><strong>dotMemory Unit framework 2.0</strong> receives a stand-alone launcher for continuous integration, and extends the list of supported unit testing frameworks.</li>
			</ul>

            <p><strong><a href="http://jetbrains.com/resharper/download/?rss">Download the updated ReSharper Ultimate</a></strong> as a single installer and give it a try!</p>
            <p><em>Develop with pleasure!<br>The JetBrains Team</em></p>]]>
      </description>
      <pubDate>Wed, 19 Aug 2015 23:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#349</guid>
    </item>
    <item>
      <title>CLion 1.1 released: Improved C++ parser, LLDB on OS X, and code style settings</title>
      <link>https://www.jetbrains.com/clion/whatsnew/?rss</link>
      <description><![CDATA[
            <p>After the 1.0 release excitement, joy and celebrations, we've spent the summer polishing the current feature set
               and introducing a couple of useful additions. Today we are happy to <strong>roll out CLion 1.1</strong>,
               the new version of our cross-platform IDE for C and C++!
                <a href="https://www.jetbrains.com/clion/download/?rss">Download</a>
               it and try right now! If you have a CLion license, your subscription is still valid and you can get this
               version absolutely free.</p>
            <p>We know you have great expectations of CLion, confirmed by tons of feature requests in our tracker, and
               we try our best to meet them. With v1.1, we searched for a good balance between stabilization, performance and new features.
               Here's how it finally looks:</p>
            <ul>
                 <li><strong>Improved C++ parser</strong>: After collecting your feedback on v1.0, we performed a massive overhaul of the C++ parser.
                     There are many tricky cases in modern C++ when, despite identical syntax, code constructs differ semantically
                     depending on the context. So now, CLion 1.1 understands your code more accurately.
                    <br/>The parser overhaul also brings <strong>performance</strong> improvements.</li>
                 <li>The <strong>default debugger on OS X is now LLDB</strong>, bundled into the distribution package. GDB is still an option you can
                     select (either the bundled or custom one).
                 </li>
                 <li><strong>Code style settings</strong>: CLion 1.1 introduces many new settings that help you stay compliant with your preferred
                     code style guidelines, from indents for class members and visibility keywords to settings for preprocessor
                     directives. Besides C and C++ specific code style settings, the new version also brings you code style settings
                     for CMake.
                 </li>
                 <li><strong>Popular code style schemes</strong>: In case you prefer a well-known code style like Google, Qt, GNU, Stroustrup, or a
                     braces-only style, apply them to your own configuration with CLion 1.1 in Editor | Code Style | C/C++ settings.
                 </li>
                 <li><strong>File extensions</strong>: <em>.hpp</em> or <em>.hxx</em>? <em>.cpp</em> or <em>.cxx</em>? Whichever you prefer,
                      you can now configure source and header
                      files extensions and use them while creating C++ class, C/C++ source or header files. Reorder the list of
                      possible combinations to have your favorite one on top and to use it as the default.
                 </li>
            </ul>
            <p>For a more detailed overview, please visit the <a href="https://www.jetbrains.com/clion/whatsnew/?rss">What's new in CLion 1.1</a>
            page on our website and <a href="https://www.jetbrains.com/clion/download/?rss">download</a> CLion for your operating system.</p>
            <p><em>JetBrains Team<br/>
            <a href="https://www.jetbrains.com/?rss">http://www.jetbrains.com</a><br/>
            &quot;Develop with pleasure!&quot;</em></p>]]>
      </description>
      <pubDate>Tue, 18 Aug 2015 19:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#348</guid>
    </item>
    <item>
      <title>YouTrack 6.5: Issue Tracker Designed for Development Teams</title>
      <category>YouTrack 6.5: Issue Tracker Designed for Development Teams</category>
      <link>https://www.jetbrains.com/youtrack/whatsnew/?rss</link>
      <description><![CDATA[
            <p>Today we bring you <a href="https://www.jetbrains.com/youtrack/whatsnew/?rss">YouTrack 6.5</a> featuring a number of integrations and revamped Administration and YouTrack configuration. We've redesigned these areas keeping your user experience as our main priority.</p>
            <p><strong>The latest release also introduces:</strong></p>
            <ul>
                <li>Integration with BitBucket and GitLab</li>
                <li>Upsource integration</li>
                <li>One-click Jira import</li>
                <li>Project Wizard</li>
            </ul>
            <p><strong>The following parts of YouTrack have been enhanced as well:</strong></p>
            <ul>
                <li>GitHub and TeamCity integration</li>
                <li>Dashboard, mailbox integration and workflow</li>
                <li>Bug-fix versions included in the license</li>
                <li>Mention @username notifications</li>
            </ul>
            <p>For more details visit the <a href="https://www.jetbrains.com/youtrack/whatsnew/?rss">What's new</a> page.
                <a href="https://www.jetbrains.com/youtrack/download/get_youtrack.html?rss">Get YouTrack 6.5</a>
                to start enjoying better user experience in addition to
                the awesome issue tracking your development team is already used to.
                The latest version is available for download or cloud registration.</p>
            <p><em>Keep tracking with pleasure!<br>The JetBrains Team</em></p>]]>
      </description>
      <pubDate>Wed, 12 Aug 2015 19:30:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#347</guid>
    </item>
    <item>
      <title>Hub 1.0: Single Entry Point for All JetBrains Teamware</title>
      <category>Hub 1.0: Single Entry Point for All JetBrains Teamware</category>
      <link>https://www.jetbrains.com/hub/?rss</link>
      <description><![CDATA[
            <p>Please welcome <a href="https://www.jetbrains.com/hub/?rss">Hub 1.0</a>,
                our brand new user management tool that works as a single entry point for all JetBrains teamware,
                including <a href="https://www.jetbrains.com/youtrack/?rss">YouTrack</a>,
                <a href="https://www.jetbrains.com/upsource/?rss">Upsource</a> and <a href="https://www.jetbrains.com/teamcity/?rss">TeamCity</a>.
                Hub is absolutely free for an unlimited number of users, forever.</p>
            <p><strong>Connect YouTrack and Upsource with Hub to get:</strong></p>
            <ul>
                <li>Single sign-on to YouTrack and Upsource</li>
                <li>Unified user and permission management</li>
                <li>Dashboard with widgets from all the tools</li>
                <li>A project wizard that creates and links appropriate projects in all tools</li>
                <li>Tools connected out of the box</li>
            </ul>
            <p>TeamCity will join the club with a special Hub plugin very soon. Please stay tuned for more news.</p>
            <p><a href="https://www.jetbrains.com/hub/?rss">Read more</a> about how Hub connects JetBrains teamware into
            a fully integrated suite of tools and <a href="https://www.jetbrains.com/hub/download/?rss">Download Hub</a>
            free today.</p>
            <p><em>Develop with pleasure!<br>The JetBrains Team</em></p>]]>
      </description>
      <pubDate>Wed, 12 Aug 2015 19:30:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#346</guid>
    </item>
    <item>
      <title>TeamCity 9.1 released: Improved Versioned Settings, enhanced .NET support, security upgrades, and more.
      </title>
      <link>https://www.jetbrains.com/teamcity/whatsnew/?rss</link>
      <description><![CDATA[
        <p>As of today, TeamCity 9.1, the latest version of your favorite Continuous Integration and Deployment server,
            is available for <a href="https://www.jetbrains.com/teamcity/download/?rss">download</a>.
        </p>
        <p>This minor release comes with a lot of big improvements. Here is what's new:</p>
        <ul>
            <li><strong>Major improvements in Versioned Settings</strong>:
                <ul>
                    <li>Create <strong>true historical builds</strong>, reproducing any of your builds at any point in time, dated back
                        to as long ago as your VCS allows
                    </li>
                    <li><strong>Different settings in different branches</strong> for storing different builds steps and parameters in
                        different branches, and applying them when needed
                    </li>
                    <li><strong>Personal builds with personal settings</strong> let you test-drive custom project settings, and apply
                        them if a build is successful
                    </li>
                    <li><strong>Perforce and Subversion</strong> are now supported for Versioned Settings, adding to the previously
                        available Git and Mercurial
                    </li>
                </ul>
            </li>
            <li><strong>Enhanced support for .NET tools</strong>:
                <ul>
                    <li><strong>Support for NUnit 3.0</strong> and guaranteed compatibility between all upcoming features of NUnit and TeamCity
                    </li>
                    <li><strong>VS 2015</strong>, <strong>MSBuild 2015</strong>, <strong>MSTest 2015</strong>, <strong>Powershell 5</strong>,
                        <strong>TFS 2015</strong> are fully supported, even before their official releases
                    </li>
                    <li>MSTest and VSTest are combined into a single <strong>Visual Studio Tests Runner</strong> and supported out of the box
                    </li>
                </ul>
            </li>
            <li>TeamCity 9.1 comes with pumped up security, <strong>introducing unidirectional Agent-Server
                communication</strong> which lets your agents establish a secure HTTPS connection with the server.
                <a href="https://confluence.jetbrains.com/display/TW/TeamCity+9.1+Release+Notes#TeamCity9.1ReleaseNotes-SecurityProblem">20+ important security
                improvements</a> have also been implemented.
            </li>
            <li><strong>UI and usability improvements</strong>
                <ul>
                    <li><strong>Reorder projects</strong> to better represent your actual project structure</li>
                    <li><strong>Reorder charts</strong> in a way that's most convenient for you and your team</li>
                    <li><strong>Coloring and URLs in build logs</strong> makes it easier to spot important details in logs</li>
                </ul>
            </li>
        </ul>
        <p>Please see <a href="https://www.jetbrains.com/teamcity/whatsnew/?rss">What's New</a> for more details and
        <a href="https://www.jetbrains.com/teamcity/download/?rss">download</a> TeamCity 9.1 for your server.</p>
        <p>
            <em>Develop with Pleasure!
                <br>JetBrains Team
            </em>
        </p>]]>
      </description>
      <pubDate>Wed, 15 Jul 2015 19:30:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#346</guid>
    </item>
    <item>
      <title>PhpStorm 9: Progress. Advance. Develop.</title>
      <category>PhpStorm 9: Progress. Advance. Develop.</category>
      <link>https://www.jetbrains.com/phpstorm/whatsnew/?rss</link>
      <description><![CDATA[
            <p>PhpStorm 9, the next big release of our IDE for PHP and web development, is
               <a href="https://www.jetbrains.com/phpstorm/whatsnew/?rss">already here</a>.
               Make faster progress with PhpStorm 9's refined editing and debugging experience,
               deeper code understanding, advanced productivity boosts, and complete support for remote development:</p>
            <ul>
                <li><strong>PHP Language &amp; Editing Experience</strong>:
                    Includes postfix code completion for PHP, partial PHP 7 support, advanced code understanding
                    (Introduce parameter refactoring, advanced PHP type inference, support for persistent language injections, and new inspections and intentions), and other enhancements.</li>
                <li><strong>New Debugging Experience</strong>:
                    Inline debugger for PHP and debugging workflow enhancements
                    (<em>php.ini</em> can be opened from settings, and debugger config validation has been enhanced).</li>
                <li><strong>Remote Development</strong>:
                    Remote edit, PHP Code Sniffer and Mess Detector via remote PHP interpreters.</li>
                <li>Many improvements related to <strong>frameworks</strong> and <strong>tools</strong>.</li>
                <li>A range of new and updated third-party plugins available in the
                    <a href="https://plugins.jetbrains.com/phpStorm">PhpStorm plugin repository</a>.</li>
            </ul>
            <p>PhpStorm 9 also delivers completely reworked JavaScript support and brings you these top-notch web technologies:</p>
            <ul>
                <li>Application dependency diagrams</li>
                <li>Tracing languages transpiled to JavaScript</li>
                <li>V8 profiling for Node.js apps</li>
                <li>Simultaneous tag editing</li>
            </ul>
            <p>This release also borrows many features and improvements from IntelliJ Platform, such as Distraction Free Mode,
               diff viewer with one-side viewer mode, VCS improvements, database tools update, HiDPI support for Windows and Linux,
               an updated look-and-feel of <em>Editor</em> tabs, and more goodies.</p>
            <p>For more details please see
               <a href="https://www.jetbrains.com/phpstorm/whatsnew/?rss">What's New in PhpStorm 9</a> and
               <a href="https://www.jetbrains.com/phpstorm/download/?rss">download</a> the IDE for your operating system.</p>
            <p>Don't miss our a webinar overviewing the new features and improvements in PhpStorm 9, scheduled for July 22nd, 14:00 GMT.
               <a href="http://info.jetbrains.com/PhpStorm-Webinar-July2015-Registration.html">Click here to join</a> the webinar.</p>
            <p><em>Develop with Pleasure!<br/>JetBrains Team</em></p>]]>
      </description>
      <pubDate>wed, 08 Jul 2015 15:15:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#345</guid>
    </item>
    <item>
      <title>Upsource 2.0 Introduces IDE Plugin, Streamlines Code Review</title>
      <link>https://www.jetbrains.com/upsource/whatsnew/?rss</link>
      <description><![CDATA[

                <p>Meet a major update to repository browser and code review tool from JetBrains: <a href="https://www.jetbrains.com/upsource/?rss"><strong>Upsource 2.0 is now available for download</strong></a>.</p>
                <p>If you have an existing license to Upsource 1.0, then 2.0 would be a <strong>free upgrade</strong> for you. If you don't have an existing license, note that a <strong>10-user plan is free</strong> anyway.</p>
                The new Upsource release comes with numerous improvements across many areas including code review process, support for version control systems, and managing reviews from within the IDE. Here are some of the highlights of the release:</p>
                <ul>
                <li>Upsource 2.0 delivers an <strong>IDE plug-in for code review</strong> that works with IntelliJ IDEA, WebStorm, Android Studio and more IDEs built on the IntelliJ platform. The plug-in helps submit revisions for review and manage the code review cycle, shows review comments and allows creating new comments right from within the text editor.</li>
                <li>Upsource 2.0 adds <strong>support for SVN branches</strong> along with Git and Mercurial branches. Other improvements in terms of VCS include support for Git and Mercurial tags, as well as setting up multiple VCS repositories in a single Upsource project.</li>
                <li>If your team is into Java development, you should know that Upsource 2.0 brings Java code inspections, navigation and search to <strong>Gradle-based projects</strong> in addition to Maven that was supported earlier. Upsource 2.0 can also <strong>compare Java code usages across revisions</strong> with a new action called <em>View usages diff</em>.</li>
                <li>Upsource 2.0 streamlines managing code reviews and taking part in them. For example, <strong>reviewer suggestions</strong> help authors find and assign appropriate reviewers faster. For reviewers, Upsource provides a new control that helps <strong>show or hide revisions in a review</strong>: when new revisions are added to the review, a reviewer only sees the diff of those new revisions without having to re-read previously changed code.</li>
                <li><strong>Collapsing unchanged fragments</strong> and opening the side-by-side diff in a full-screen popup help drastically decrease the amount of code that a user has to look through when inspecting changes between any two revisions.</li>
                <li><strong>Multiple improvements to the commenting system</strong> include live comment preview, persisting comment drafts, and adding inline comments to the <em>Review</em> timeline for a quicker overview of things to be improved within a review.</li>
                </ul>
                <p><strong><a href="https://www.jetbrains.com/upsource/whatsnew/?rss">Learn more and download Upsource 2.0</a></strong>.</p>

                <p><em>Develop with pleasure!<br/>
                The JetBrains Team</em></p>]]>
      </description>
      <pubDate>Wed, 20 May 2015 21:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#344</guid>
    </item>
    <item>
      <title>PyCharm 4.5: All Python Tools in One Place</title>
      <category>PyCharm 4.5: All Python Tools in One Place</category>
      <link>https://www.jetbrains.com/pycharm/whatsnew/?rss</link>
      <description><![CDATA[
                <p>Please welcome <strong>PyCharm 4.5</strong>, a new important release of our intelligent IDE for Python, Django and Web development
                    that unites even more tools and features together, working smoothly in one place to bring a unique development
                    experience.</p>
                <p>The key features in this release include:</p>
                <ul>
                    <li>Python <strong>Profiler</strong> Integration</li>
                    <li>Inline Debugger</li>
                    <li>matplotlib interactive mode</li>
                    <li><strong>Ignore Library Files</strong> and <strong>Step into My Code</strong> debugger options</li>
                    <li>Navigation From <strong>Variables View</strong></li>
                    <li>New and re-worked <strong>manage.py</strong> tool for Django projects</li>
                    <li>Improved <strong>Django 1.8</strong> code insight</li>
                    <li><strong>Bulk move</strong> refactoring</li>
                    <li>New refactorings: <strong>Convert to module</strong> &amp; <strong>Convert to package</strong></li>
                    <li>Significantly improved <strong>IPython Notebook</strong> integration with the new IPython Notebook console</li>
                    <li>Temporary Python <strong>Scratch Files</strong></li>
                    <li>Initial support for <strong>Python 3.5</strong></li>
                    <li><strong>Distraction-free mode</strong></li>
                    <li>And even <a href="https://www.jetbrains.com/pycharm/whatsnew/?rss">more</a></li>
                </ul>
                <p>For more details on these and other new features and changes in PyCharm 4.5 please see our <a href="https://www.jetbrains.com/pycharm/whatsnew/?rss">What's New</a> page, and <a href="http://www.jetbrains.com/pycharm/download/index.html?rss">download</a> the IDE for your platform.</p>
                <p><em>Develop with pleasure!<br/>
                The JetBrains Team</em></p>]]>
      </description>
      <pubDate>Fri, 15 May 2015 15:30:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#343</guid>
    </item>
    <item>
      <title>RubyMine 7.1: Puppet improvements, better JavaScript and CoffeeScript, and more</title>
      <category>RubyMine 7.1: Puppet improvements, better JavaScript and CoffeeScript, and more</category>
      <link>https://www.jetbrains.com/ruby/whatsnew/?rss</link>
      <description><![CDATA[
                <p>We thought you'd be interested to know that RubyMine 7.1, an important update to our intelligent Ruby on Rails IDE, is now available for <a href="http://www.jetbrains.com/ruby/download/?rss">download</a>.</p>
                <p>RubyMine 7.1 is focused on better integration with Puppet for managing project infrastructure, while also improving your web development experience. The following features are on board:</p>
                <ul>
                    <li><strong>Better Puppet integration</strong>: With all the new features of Puppet 4, resolving externally defined symbols, and Puppet environments.</li>
                    <li><strong>Improved CoffeeScript support</strong>: ?= operator, better navigation and formatter, and improved support for destructuring arrays and objects.</li>
                    <li><strong>Faster JavaScript</strong>: Completely reworked support for JavaScript large code bases and lots of enhancements in ECMAScript 6 support.</li>
                    <li><strong>TypeScript 1.4 & 1.5 support and built-in compiler</strong>: Support for union types, let and const keywords, as well as decorators and ES6 modules; compiling to JS code with all the errors highlighted in the editor on the fly.</li>
                    <li><strong>Move class/module refactoring</strong>: This new refactoring moves a Ruby class or module to its own file, creates a hierarchy of directories, and adds a 'require' statement to the source file.</li>
                    <li><strong>Distraction-free mode</strong>: A minimalistic UI mode option with no toolbars, tool windows or tabs; ideal when you just need to focus on nothing but code.</li>
                    <li><strong>Simultaneous HTML tag editing</strong>: As you edit an opening HTML tag, RubyMine takes care of the closing one.</li>
                </ul>
                <p>Other notable updates include Ruby <strong>2.2.x debugger</strong>, faster <strong>Vagrant</strong> commands, <strong>Phusion Passenger 5</strong> support, and <strong>HiDPI support</strong> for Windows and Linux.
                <p>To learn more about RubyMine 7.1, please visit our <a href="https://www.jetbrains.com/ruby/whatsnew/?rss">What's New</a> page.</p>
                <p>You can <a href="https://www.jetbrains.com/ruby/buy/?rss">buy or renew your RubyMine license</a> on our website. This update is free for you if you have an active upgrade subscription valid as of April 15th, 2015.</p>
                <p><em>Develop with pleasure!<br/>
                The JetBrains Team</em></p>]]>
      </description>
      <pubDate>Wed, 15 Apr 2015 20:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#342</guid>
    </item>
    <item>
      <title>CLion 1.0 has finally arrived!</title>
      <category>CLion 1.0 has finally arrived!</category>
      <link>https://www.jetbrains.com/clion/?rss</link>
      <description><![CDATA[
                <p>We are really excited today to tell you that <strong>CLion 1.0</strong>, the very first release of our cross-platform C/C++ IDE, is here!</p>
                <p><strong>Webinar - CLion: A Modern C++ IDE</strong><br/>
                    If you'd like to first see CLion 1.0 in action, and learn how you can benefit from using it, consider joining our free webinar on May 6, 2015. <a href="http://info.jetbrains.com/CLion-Webinar-May2015-registration.html?rss">Register today to save your seat</a>.</p>
                <p><strong>CLion 1.0 Features</strong><br/>
                    Read on for an overview of what's inside <a href="http://jetbrains.com/clion/?rss">CLion 1.0:</a></p>
                <ul>
                    <li>C, C++ (including C++11 support, libc++ and Boost), as well as JavaScript, XML, HTML and CSS.</li>
                    <li>Compatible with 64-bit Linux, OS X, and 64-bit Windows.</li>
                    <li>Compilers:
                        <ul>
                            <li>GCC/G++ and Clang support on OS X and Linux;</li>
                            <li>MinGW 32/64 3.* or Cygwin 1.7.* on Windows.</li>
                        </ul>
                    </li>
                    <li>Bundled toolchains: CMake 3.1.2 and GDB 7.8 (except for Cygwin on Windows).</li>
                    <li><a href="http://www.cmake.org">CMake</a> support, including:
                        <ul>
                            <li>Propagating CMake settings to the IDE, using CMake as a project model in CLion.</li>
                            <li>Automatic CMake changes handling.</li>
                            <li>Auto-Completion for CMake commands.</li>
                            <li>CMakeCache editor.</li>
                        </ul>
                    </li>
                    <li>Powerful editor with autoformatting, multiple cursors, and smart completion.</li>
                    <li>A range of one-click navigation options.</li>
                    <li>Code generation features to save your time while coding.</li>
                    <li>Reliable refactorings, including Rename, Change Signature, Extract Function/Constant/Define/Typedef, Pull Members Up, Push Members Down, and more.</li>
                    <li>Integrated debugger.</li>
                    <li>Integrates with most popular version control systems, including Subversion, Git, GitHub, Mercurial, CVS, Perforce (via plugin), and TFS.</li>
                    <li>Terminal and Vim-emulation mode (via <a href="https://plugins.jetbrains.com/plugin/164?pr=clion">plugin</a>).</li>
                    <li>Keyboard-centric approach, with lots of popular keymaps supported and the ability to customize them.</li>
                </ul>
                <p>You can download a 30-day free trial from <a href="https://www.jetbrains.com/clion/download/?rss">our website</a> and check out the <a href="http://jetbrains.com/clion/quickstart/?rss">Quick Start Guide</a> to become familiar with the IDE.</p>
                <p><em>Develop with pleasure!<br/>
                    The JetBrains Team</em></p>]]>
      </description>
      <pubDate>Thu, 14 Apr 2015 18:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#341</guid>
    </item>
    <item>
      <title>ReSharper C++ is released along with updates to JetBrains .NET tools</title>
      <category>ReSharper C++ is released, JetBrains .NET tools are updated</category>
      <link>https://www.jetbrains.com/resharper/whatsnew/?rss</link>
      <description><![CDATA[
                <p>We have just finalized a joint update to our .NET tools, added the first ever public version of ReSharper for C++, and the new release of <strong>ReSharper Ultimate</strong> is now <a href="http://jetbrains.com/resharper/download/?rss">available for download</a>!</p>
                <p>This update consists of ReSharper 9.1, dotTrace 6.1, dotCover 3.1, dotMemory 4.3, dotPeek 1.4 and ReSharper C++ 1.0, a new product to join our ReSharper Ultimate family.</p>
                <p>In addition to 700+ fixes, <strong>ReSharper 9.1</strong> highlights include:</p>
                <ul>
                    <li><strong>Improved support for Visual Studio 2015 and .NET 4.6</strong>. ReSharper 9.1 integrates actions based on Visual Studio Roslyn, so when you want to make changes to your code, you can choose either ReSharper or Visual Studio to do it for you, all from the same <em>Alt+Enter</em> menu.</li>
                    <li><strong>Better C#6.0 support</strong> that makes it easier to migrate an existing codebase to C#6.0. In addition to language constructs such as static usings and exception filters, we have added support for string interpolation and the nameof() operator. To simplify migrating your projects to C#6.0, ReSharper now offers quick-fixes to transform your code in the scope of a file, project or the whole solution.</li>
                    <li>JavaScript and TypeScript improvements including <strong>JSDoc support</strong>, improved TypeScript 1.5 and EcmaScript 6 support, as well as full understanding of TypeScript 1.4.</li>
                    <li>A new <strong>Evaluate expression</strong> context action that allows previewing the results of code execution right in the editor. For example, you can see how an exception message will look like at runtime, or check whether an expression returns the value it's supposed to return.</li>
                    <li>Improved code completion: we have implemented a new mechanism that lets you order items by relevance so that the best fitting options are suggested higher in the code completion popup list.</li>
                    <li><strong>Find types on NuGet</strong>. When you have a type or namespace used inside your project that can't be resolved to referenced libraries or packages, ReSharper can now search for this type or namespace in the NuGet package gallery, display the list of matching packages and easily download and install the package that you choose.</li>
                    <li>New <strong>Source Templates</strong> that can be created anywhere in the code of your project as extension methods and might be very handy in case you need to produce some repeatable code that is only relevant in your current project or solution.</li>
                </ul>
                <p>The other .NET tools in ReSharper Ultimate have been enhanced as well:</p>
                <ul>
                    <li><strong>dotCover 3.1</strong> improves support of MSTest and WinStore tests and ships numerous fixes for console tools.</li>
                    <li><strong>dotTrace 6.1</strong> receives the long-awaited support for SQL queries in Timeline profiling mode. Now you can determine exactly how long a particular query executes and which method runs the query.</li>
                    <li>The rich set of informative views in <strong>dotMemory 4.3</strong> is extended with Dominators sunburst chart. A quick glance at the hierarchy of dominators tells you which objects are crucial and how memory is retained in your application.</a></li>
                <li>Welcome <strong>dotMemory Unit</strong>: the state-of-the-art .NET memory monitoring framework. You can now extend your unit tests with the functionality of a memory profiler. Please check <a title="Unit Testing and Memory Profiling" href="http://blog.jetbrains.com/dotnet/2015/03/04/unit-testing-and-memory-profiling-can-they-be-combined/">this blog post</a> for more details.</li>
                <li><strong>dotPeek 1.4</strong> adds support for Visual Studio 2015 and C#6.0.</li>
            </ul>
            <p>
In addition to these upgrades to our .NET tools, we are rolling out the inaugural release of <strong>ReSharper&nbsp;C++</strong>. A separate product for C++ developers who work in Visual Studio, ReSharper&nbsp;C++ inherits most features of ReSharper including its powerful navigation, coding assistance and code generation. To learn more, please visit the <a href="https://www.jetbrains.com/resharper-cpp/">ReSharper C++ web site</a>.</p>
            <p><strong><a href="http://jetbrains.com/resharper/download/?rss">Download ReSharper Ultimate featuring ReSharper C++</a></strong> and give it a try!</p>
            <p><em>Develop with pleasure!<br/>
                The JetBrains Team</em></p>]]>
      </description>
      <pubDate>Thu, 09 Apr 2015 02:30:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#340</guid>
    </item>
    <item>
      <title>WebStorm 10. Because JavaScript</title>
      <category>WebStorm 10. Because JavaScript</category>
      <link>http://www.jetbrains.com/webstorm/whatsnew/?rss</link>
      <description><![CDATA[
                <p>Today is a big day for us, as we roll out<strong>WebStorm 10</strong>, a major update of your
                    favorite JavaScript IDE. You can <a href="http://www.jetbrains.com/webstorm/download/?rss">download</a>
                    and install it right now!
                </p>
                <p>This 10th anniversary release strives to meet your highest expectations, including language and
                    technology support, fast performance and powerful features:</p>
                <ul>
                    <li><strong>Improved JavaScript support</strong>: We've completely reworked support for
                        JavaScript and added lots for enhancements in ECMAScript 6 support.</li>
                    <li><strong>TypeScript 1.4</strong> support and <strong>built-in compiler</strong>: Instantly
                        provides a compiled JavaScript file and highlights any compilation errors in the editor.</li>
                    <li><strong>Application dependency diagrams</strong>: This new feature in spy-js allows you to
                        visualize and explore your app structure based on the runtime data.</li>
                    <li><strong>spy-js support for source maps</strong>: Enjoy spy-js features for any languages compiled to JavaScript.</li>
                    <li><strong>V8 profiling for Node.js apps</strong>: Capture and analyze V8 CPU profiles and heap
                        snapshots to eliminate performance bottlenecks and fight memory issues.</li>
                </ul>
                <p>Other noticeable updates include brand new <strong>Distraction-free mode</strong>, improved Grunt
                    integration, <strong>simultaneous HTML tag editing</strong>, project-wide <strong>Dart code
                        analysis</strong>, and <strong>HiDPI</strong> support for Windows and Linux.</p>
                <p>For a more detailed overview please visit <a
                        href="https://www.jetbrains.com/webstorm/whatsnew/?rss">What's new in WebStorm 10</a>, and <a
                        href="http://www.jetbrains.com/webstorm/download/?rss">download</a> the IDE for your OS.</p>
                <p><em>Develop with pleasure!<br/>The JetBrains Team</em></p>]]>
      </description>
      <pubDate>Tue, 31 Mar 2015 16:30:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#339</guid>
    </item>
    <item>
      <title>IntelliJ IDEA 14.1 is Here</title>
      <category>IntelliJ IDEA 14.1 is Here</category>
      <link>https://www.jetbrains.com/idea/whatsnew/?rss</link>
      <description><![CDATA[
                <p>We've worked hard this year to bring you <a href="https://www.jetbrains.com/idea/whatsnew/?rss">IntelliJ IDEA 14.1</a>,
                a fresh update for your favorite Java IDE.</p>
                <p>Most parts of the IDE have been enhanced in one way or another:</p>
                <ul>
                    <li>We've added <strong>debugger</strong> capabilities to the built-in <strong>decompiler</strong>
                     introduced in IntelliJ IDEA 14.</li>
                    <li>Please welcome the brand new <strong>Extract Functional Parameter</strong>
                     refactoring. Some existing refactorings have been extended as well, including Extract Method,
                     Make Static, Change Signature, and Safe Delete.</li>
                    <li>Try out the brand new <strong>Distraction Free Mode</strong>
                     for better focus, and take advantage of <strong>HiDPI support</strong> for Windows or Linux.</li>
                    <li>If you develop for <strong>Android</strong>, you'll appreciate all the enhancements and
                    new features brought into v14.1 from the latest Android Studio.</li>
                    <li><strong>Groovy</strong> compilation now works much faster.</li>
                    <li>We've reworked the <strong>Gradle</strong> tool window.</li>
                    <li><strong>Git</strong> and <strong>Mercurial</strong> log viewers have been improved.</li>
                    <li>The update brings advanced support for <strong>Spring Boot</strong> and initial support for
                    <strong>Bnd/Bndtools</strong> projects.</li>
                    <li>V14.1 introduces initial support for <strong>Docker</strong>.</li>
                    <li><strong>Database tools</strong> offer multiple consoles per data source, now with a schema
                    switcher, local history, and easier access.</li>
                    <li>For improved <strong>code generation</strong>, you can now customize templates for
                    equals/hashCode and getter/setter methods</li>
                    <li>The <strong>HTML editor</strong> has been extended with a cool new option for
                    simultaneously editing both opening and closing HTML tags.</li>
                    <li><strong>JavaScript</strong> developers will enjoy the support for
                    <strong>TypeScript 1.4</strong>, a built-in compiler for TypeScript; support for source maps and
                    advanced trace search for <strong>spy-js</strong>; and V8 profiling for <strong>Node.js</strong> apps.</li>
                </ul>
                <p>For more details please read <a href="https://www.jetbrains.com/idea/whatsnew/?rss">What's New</a> in IntelliJ IDEA 14.1
                and <a href="https://www.jetbrains.com/idea/download/?rss">download</a> the edition of your choice.</p>
                <p><em>Develop with pleasure!<br/>
                The JetBrains Team</em></p>]]>
      </description>
      <pubDate>Mon, 24 Mar 2015 14:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#338</guid>
    </item>
    <item>
      <title>TeamCity 9: Your 24/7 Build Engineer</title>
      <category>TeamCity 9: Your 24/7 Build Engineer</category>
      <link>https://www.jetbrains.com/teamcity/?rss</link>
      <description><![CDATA[
                <p>Great news, everyone: TeamCity 9 has just been officially released! The latest version of your favorite Continuous
                    Integration and Deployment server is now available for <a href="https://www.jetbrains.com/teamcity/download/?rss">download</a>.</p>
                <p>Here is how new features of TeamCity 9 can help you:</p>
                <ul>
                    <li><strong>Projects import</strong> lets you easily rearrange projects between servers, saving all project history and user
                    profiles.</li>
                    <li>You can now <strong>store project settings in VCS</strong> and review and audit them, the same way you do with your source
                    code.</li>
                    <li>Server clean-up now runs in the background, resulting in <strong>zero server maintenance downtime</strong> and 100% of server
                    time allocated for your builds.</li>
                    <li><strong>Simplified custom chart management</strong> lets you edit charts right from TeamCity Web UI, so that no more XML editing
                    is required.</li>
                    <li><strong>Favorite builds</strong> help you easily access builds you want to monitor, and keep fewer tabs open in a browser.</li>
                </ul>
                <p>TeamCity 9 also brings more useful integrations (via non-bundled plugins) with industry-leading tools:</p>
                <ul>
                    <li><strong>Microsoft Azure</strong> integration lets you scale out your build farm on an as-needed basis: TeamCity will start as
                        many agents in Azure cloud as necessary, and stop them once the workload drops down.
                    </li>
                    <li>You can now use remote TeamCity agents installed on <strong>VMware vSphere</strong> virtual machines to process builds more
                        efficiently: TeamCity analyzes the build queue and launches virtual machines with the TeamCity agents matching
                        queued builds.
                    </li>
                    <li><strong>Microsoft Visual Studio Online</strong> integration lets you set up VSO as your source control in TeamCity, link
                        TeamCity builds and version control history with VSO Work Items, and receive TeamCity notifications directly in
                        your Team Rooms.
                    </li>
                </ul>
                <p>For more details please see <a href="https://www.jetbrains.com/teamcity/whatsnew/?rss">What's New</a>, and <a href="https://www.jetbrains.com/teamcity/download/?rss">download</a> TeamCity 9 for your server.</p>
                <p>To dive deeper into the new features of TeamCity 9, consider joining our free webinar on January 21, 2015. <a href="http://info.jetbrains.com/TeamCity-Webinar-January2015-registration.html">Register today to save your seat</a>.</p>
                <p><em>Develop with pleasure!<br/>
                The JetBrains Team</em></p>]]>
      </description>
      <pubDate>Thu, 11 Dec 2014 21:15:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#338</guid>
    </item>
    <item>
      <title>Welcome AppCode 3.1 with Swift support</title>
      <category>Welcome AppCode 3.1 with Swift support</category>
      <link>https://www.jetbrains.com/objc/whatsnew/?rss</link>
      <description><![CDATA[
                <p>Hello everyone,</p>
                <p>Great news for all of us: AppCode 3.1 is officially available! You will especially like it if you've already started
                   developing with Swift. AppCode will help you with many basic tasks in the smartest way possible.</p>
                <p>Start a Swift project or open a Swift file in your current Objective-C project and benefit from:</p>
                <ul>
                    <li>Swift code auto-formatting (configure it in Preferences as needed, using a handy preview that reflects any changes).</li>
                    <li>Swift code highlighting and color scheme editor.</li>
                    <li>Autocompletion for types, methods and variables.</li>
                    <li>Wide choice of navigation options (go to declarations/definitions, navigate to class/file/symbol, or use current file structure view).</li>
                    <li>The ability to highlight all usages of the symbol at caret within a file, or find all of its usages across your project.</li>
                    <li>Rename refactoring.</li>
                    <li>Support for unit tests in Swift.</li>
                </ul>
                <p>Other helpful features in AppCode 3.1 include:</p>
                <ul>
                    <li>Inline Variable View while debugging.</li>
                    <li>Symbolic breakpoints.</li>
                    <li>Smart backspace that removes indents and white spaces according to your code style.</li>
                    <li>VCS support improvements.</li>
                </ul>
                <p>For more details please see the
                <a href="https://www.jetbrains.com/objc/whatsnew/?rss">What's New</a> page on the AppCode website.
                <a href="https://www.jetbrains.com/objc/download/?rss">Download</a> the latest AppCode and try it for free.
                </p>
                <p>We are always happy to hear from you. Follow our
                <a href="http://blog.jetbrains.com/objc/">blog</a> and
                <a href="https://twitter.com/appcode">twitter</a> for product updates, tips & tricks and other news, and share your thoughts with us.
                </p>
                <p><em>Develop with pleasure!<br/>
                The JetBrains Team</em></p>]]>
      </description>
      <pubDate>Wed, 10 Dec 2014 17:30:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#337</guid>
    </item>
    <item>
      <title>Upsource 1.0: Code Review Tool and Repository Browser Hits Release</title>
      <category>Upsource 1.0: Code Review Tool and Repository Browser Hits Release</category>
      <link>https://www.jetbrains.com/upsource/?rss</link>
      <description><![CDATA[
                <p>After two years of heavy development and four months of public early access, we at JetBrains are finally ready to roll out Upsource 1.0: the general release of the new on-premises code review tool and repository browser.</p>

                 <p>You are invited to <strong><a href="https://www.jetbrains.com/upsource/download/?rss">download Upsource 1.0</a></strong> and start using it with your team's projects. A <strong>free 10-user plan</strong>
                  is activated by default, and <a href="https://www.jetbrains.com/upsource/buy/?rss">larger plans are available</a> starting at $1,300.</p>

                  <p>Here's what you and your team can do with Upsource 1.0:</p>

        <ul>
            <li><strong>Access code in Git, Mercurial, Subversion and Perforce repositories</strong>: Explore and monitor all your VCS repositories from a central location, using a common friendly UI. Both internal company's repositories and externally hosted repositories such as those at GitHub can be handled by Upsource.</li>
            <li><strong>Keep track of code changes</strong>: Navigate to specific revisions, inspect diffs inline or side-by-side. Track recent commits, branches and merges, or search the project history to learn who did what and when.</li>
            <li><strong>Explore any revision of your code base</strong>: Enjoy quick read access to the current or any prior state of your project's code, without having to check out locally. Browse project structure, view syntax-highlighted files, search for code, files and text.</li>
            <li><strong>Discuss and review code</strong>: Discuss code and changes with teammates, create code reviews on individual revisions or entire branches, or keep the team up to date with important changes in the code base.</li>
            <li><strong>Use code insight in Java projects</strong>: Take advantage of code inspections when reading or reviewing code in Java projects, search for usages, or navigate to symbol declarations, as if you were using IntelliJ IDEA.</li>
            <li><strong>Share links to code</strong>: Use URLs to link to everything in code, including revisions, branches, code reviews, diffs, discussions, reports, search filters, files, or even selections in code.</li>
        </ul>

        <p><a href="https://www.jetbrains.com/upsource/?rss">Learn more</a> about Upsource and <strong><a href="https://www.jetbrains.com/upsource/download/?rss">give it a try</a></strong>!</p>

                <p><em>Develop with pleasure!<br/>
                The JetBrains Team</em></p>]]>
      </description>
      <pubDate>Tue, 09 Dec 2014 23:40:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#336</guid>
    </item>
    <item>
      <title>ReSharper 9 is released along with other JetBrains .NET tools</title>
      <category>ReSharper 9, other JetBrains .NET tools are released</category>
      <link>https://www.jetbrains.com/resharper/whatsnew/?rss</link>
      <description><![CDATA[
                <p>Great news from the .NET tools development team here at JetBrains: <strong>ReSharper 9.0, dotCover 3.0, dotTrace 6.0, dotMemory 4.2 and dotPeek 1.3 are all released and available for download</strong>!</p>
                <p>As all JetBrains .NET tools are now available from a single installer, you can <a href="http://jetbrains.com/resharper/download/?rss">download ReSharper 9</a> and choose to install only ReSharper or more of our .NET tools.</p>
				<p>Highlights of the final ReSharper 9.0 release include:</p>
				<ul>
                    <li><strong>Support for Visual Studio 2015 Preview</strong> while preserving compatibility with Visual Studio 2010, 2012 and 2013. A minor ReSharper update will be made available as soon as Visual Studio 2015 reaches the market.
                    <li><strong>Support for C#6.0.</strong> Although the final feature set for C#6.0 is not yet public, ReSharper 9.0 already provides support for new language constructs such as <em>static usings</em> and <em>exception filters</em>. We have also added a set of new quick-fixes to replace curly brace delimited constructs with expression bodies, or to update your null checking code using the new .? operator.</li>
					<li><strong>New navigation features</strong> including <em>Go to Action</em> to allow searching for a particular action using the legendary Alt+Enter shortcut and <em>Navigate to Exposing APIs</em> option for finding all the methods that are capable of returning a particular type.</li>
					<li><strong>Regular Expressions support</strong> with code completion for wildcards and regular expression groups, error highlighting, quick-fixes and a separate <em>Regular Expression Validation Utility</em>.</li>
					<li><strong>Fix in Scope</strong> improvements to remove redundant qualifiers, fix naming issues or remove regions in the scope of the whole solution. ReSharper is now able to look through the code in your solution and generate the appropriate imports for all types including types that contain extension methods.</li>
					<li><strong>Type Dependencies Diagram</strong> that helps finding out what code depends on a particular type, and what the type itself depends on.</li>
					<li><strong>New JavaScript and TypeScript refactorings</strong> and other improvements that include a set of new quick-fixes to cover over 270 different types of errors, new live templates for common TypeScript entities, and new code generation options.</li>
					</ul>

					<p>We're also rolling out considerable updates to all other tools in the JetBrains tool suite for .NET professionals:</p>
					<ul>
					<li><strong><a href="https://www.jetbrains.com/profiler/whatsnew/?rss">dotTrace 6.0</a></strong> introduces a completely new Timeline profiling mode for collecting temporal call stack and thread state data, refines the starting point of the profiling process with dotTrace Home view, adds more flexibility to subsystems, and supports Visual Studio 2015 Preview.</li>
					<li><strong><a href="https://www.jetbrains.com/dotcover/whatsnew/?rss">dotCover 3.0</a></strong> supports remote code coverage, gets a restyled coverage configuration dialog, a new coverage controller, as well as support for ReSharper 9 and Visual Studio 2015 Preview.</li>
					<li><strong><a href="https://www.jetbrains.com/dotmemory/whatsnew/?rss">dotMemory 4.2</a></strong> learns to live on a shared platform with the other .NET tools, and therefore receives Visual Studio 2015 Preview support as well.</li>
					<li><strong><a href="https://www.jetbrains.com/decompiler/whatsnew/?dotnetblog">dotPeek 1.3</a></strong> borrows a set of actions introduced in ReSharper 9, and integrates its symbol server with ReSharper's navigation to external sources, which allows setting break points in third-party code that you navigate to using ReSharper.</li>
					</ul>
					<p>All JetBrains tools for .NET professionals now operate on a shared platform, which means less consumption of computing resources when running them at the same time in Visual Studio. Moreover, with the <strong>new ReSharper Ultimate license</strong>
					 you can now use all of them at affordable price that includes 1 year of free upgrade subscription.</p>

					<p>To learn more about this set of updates to JetBrains .NET tools:</p>
					<ul>
					<li>Read an overview of the new release and <a href="http://jetbrains.com/resharper/download/?rss">download ReSharper 9.0</a> to try it in action.</li>
					<li>Explore the new profiling mode and other improvements in <a href="https://www.jetbrains.com/profiler/whatsnew/?rss">dotTrace 6.0</a>.</li>
					<li>Browse <a href="https://www.jetbrains.com/dotcover/whatsnew/?rss">dotCover 3.0</a> highlights.</li>
					<li>Check out <a href="https://www.jetbrains.com/dotmemory/whatsnew/?rss">dotMemory 4.2 overview</a>.</li>
					<li>See the list of <a href="https://www.jetbrains.com/decompiler/whatsnew/?rss">dotPeek 1.3 features
					</a>.</li>
					</ul>
				<p>To dive deeper into the new features of ReSharper 9.0 and dotTrace 6.0, <strong>register for our free webinars</strong>:</p>
				<p><em>December 11</em>: Highlights the new features and improvements in ReSharper 9.0. Two sessions are available for you to choose from:
				<ul>
				<li><a href="http://info.jetbrains.com/ReSharper-Webinar-December2014-Registration-Session1.html">ReSharper 9.0 webinar, session 1</a> (optimized for Europe)</li>
				<li><a href="http://info.jetbrains.com/ReSharper-Webinar-December2014-Registration-Session2.html">ReSharper 9.0 webinar, session 2</a> (optimized for the Americas)</li>
				</ul>
				<p><em>December 16</em>: <a href="http://info.jetbrains.com/dotTrace-Webinar-December2014.html">What's New in dotTrace 6.0 (single session)</a>.</p>
                <p><strong><a href="http://jetbrains.com/resharper/download/?rss">Download a single .NET tools installer</a></strong> and give it a try!</p>

                <p><em>Develop with pleasure!<br/>
                The JetBrains Team</em></p>]]>
      </description>
      <pubDate>Fri, 05 Dec 2014 03:45:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#335</guid>
    </item>
    <item>
      <title>ReSharper 9 hits Beta along with other JetBrains .NET tools</title>
      <link>https://www.jetbrains.com/resharper/download/?rss</link>
      <description><![CDATA[
                <p>Please welcome Beta releases of <strong>ReSharper 9.0, ReSharper C++, dotCover 3.0, dotTrace 6.0, dotMemory 4.2 and dotPeek 1.3.</strong></p>
                <p>As all of them are now available from a single installer, you can <a href="http://jetbrains.com/resharper/download/">download ReSharper 9 Beta</a> and choose to install only ReSharper or more of our .NET tools.</p>
                <p>A quick overview of what's new in these releases:</p>
                <ul>
                    <li><strong>ReSharper 9.0 Beta</strong> integrates into Visual Studio 2015 Preview, provides initial support for C#6.0, embeds a new Go To Action option into the Alt+Enter shortcut, introduces support for regular expressions, adds type dependency diagrams, brings more bulk quick-fixes and import actions. Client-side languages get a special treatment with 50+ new JavaScript and TypeScript quick-fixes, as well as 270 new code inspections.</li>
                    <li><strong>ReSharper C++ Beta</strong> is the first Beta release of the long-expected flavor of ReSharper that supports C++. The current state of ReSharper C++ including its limitations is described <a href="https://www.jetbrains.com/resharper/features/cpp.html">here</a>.</li>
                    <li><strong>dotCover 3.0 Beta</strong> receives remote code coverage, a restyled coverage configuration dialog, a new coverage controller, as well as support for ReSharper 9 and Visual Studio 2015 Preview.</li>
                    <li><strong>dotTrace 6.0 Beta</strong> introduces a completely new Timeline profiling mode for collecting temporal call stack and thread state data, refines the starting point of the profiling process with dotTrace Home view, adds more flexibility to subsystems, and supports Visual Studio 2015 Preview.</li>
                    <li><strong>dotMemory 4.2 Beta</strong> learns to live on a shared platform with the other .NET tools, and therefore receives Visual Studio 2015 Preview support as well.</li>
                    <li><strong>dotPeek 1.3 Beta</strong> borrows a set of actions introduced in ReSharper 9, and integrates its symbol server with ReSharper's navigation to external sources, which basically allows setting break points in third-party code that you navigate to using ReSharper.</li>
                </ul>
                <p>Note that all JetBrains .NET tools now operate on a shared platform, which conserves resources when several products are running at the same time in Visual Studio.</p>
                <p>If you have ignored prior Early Access builds expecting to preview ReSharper and friends on a later stage, this is probably the time for you to give the updates a try. As we are on a very tight release schedule this time, we ask you to check the known issues outlined below, and if your system environment is fine, please <a href="http://www.jetbrains.com/resharper/download/">download and install the Beta releases</a>. When you have them installed, if anything is not working, <strong>please let us know about any critical issues as soon as possible</strong>.</p>
                <p>If anything is going wrong, the easiest way to let us know is select <em>ReSharper | Help | Report a Bug or Submit Feedback</em>. In the Feedback Center window that opens, you'll be able to briefly describe the problem you're having, and send additional info our way: from environment information to a screenshot of your Visual Studio window to a settings file or a snapshot of your solution's structure.</p>
                <p>Some things are certain to go wrong. We know them, and you should know them, too. Here are major <strong>known issues</strong> of this Beta release:</p>
                <ul>
                <li>Running any product under Windows with a non-English locale leads to a Visual Studio crash.</li>
                <li>The installer only runs on 64-bit operating systems.</li>
                <li>The Beta releases don't currently support Windows XP.</li>
                <li>Standalone applications (dotTrace, dotMemory and dotPeek) don't launch under Windows Vista.</li>
                </ul>
                <p>In case you are not affected by the known issues outlined above, please <a href="http://jetbrains.com/resharper/download/">download the Beta installer</a> and give it a ride!</p>
                <p><em>Develop with pleasure!<br/>
                The JetBrains Team</em></p>]]>
      </description>
      <pubDate>Fri, 28 Nov 2014 03:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#334</guid>
    </item>
    <item>
      <title>PyCharm 4: More of Everything You Love About Python</title>
      <category>PyCharm 4: More of Everything You Love About Python</category>
      <link>https://www.jetbrains.com/pycharm/whatsnew/?rss</link>
      <description><![CDATA[
                <p>Please welcome <strong>PyCharm 4</strong>, the new major release of our intelligent IDE for Python,
                    Django and Web development that brings more of everything you love about Python!</p>
                <p>Most valuable goodies in this update are:</p>
                <ul>
                    <li><strong>IPython Notebook</strong> integration</li>
                    <li><strong>NumPy</strong> array Viewer</li>
                    <li><strong>Behavior-Driven Development</strong> support</li>
                    <li>Attach to process</li>
                    <li>Referring objects</li>
                    <li><strong>Jinja2</strong> debugger</li>
                    <li>Improved <strong>Python/Django console tool window</strong></li>
                    <li>Now you can <strong>leave the console open</strong> after a project run or a debug session</li>
                    <li>View of <strong>call hierarchy</strong> trees for method calls in different scopes</li>
                    <li>Better <strong>package management</strong></li>
                    <li>Unittest <strong>subtests</strong> support</li>
                    <li>New project creation wizard</li>
                    <li>A host of improvements inherited from <strong>WebStorm 9</strong> and the ever-growing <strong>IntelliJ Platform</strong></li>
                    <li>And even <a href="https://www.jetbrains.com/pycharm/whatsnew/?rss">more</a>.</li>
                </ul>
                <p>In case you missed it, PyCharm has recently become much more education-friendly! Recently we launched PyCharm
                    Educational Edition, a free &amp; open source edition of PyCharm IDE for students that learn programming and their
                    teachers. Get your free <a href="https://www.jetbrains.com/pycharm-educational/?rss">PyCharm Educational Edition</a> today.</p>
                <p>For more details on these and other new features and changes in PyCharm 4, please check our <a href="https://www.jetbrains.com/pycharm/whatsnew/?rss">What's New</a> page and
                <a href="https://www.jetbrains.com/pycharm/download/?rss">download</a> the IDE for your platform.</p>
                <p><em>Develop with pleasure!<br/>
                The JetBrains Team</em></p>]]>
      </description>
      <pubDate>Wed, 19 Nov 2014 21:40:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#333</guid>
    </item>
    <item>
      <title>Hone Your Craft with RubyMine 7</title>
      <category>Hone Your Craft with RubyMine 7</category>
      <link>https://www.jetbrains.com/ruby/whatsnew/?rss</link>
      <description><![CDATA[
                <p>We're pleased to let you know that <strong>RubyMine 7</strong>, the latest update of our intelligent Ruby on Rails IDE, is available for <a href="http://www.jetbrains.com/ruby/download/">download</a>.</>
                <p>For all of us at JetBrains, being a developer means a lot more than everyday coding. It is also about being on the edge of knowledge, honing your programming skills, and keeping your tools as sharp as they can be.</p>
                <p>That said, it only makes sense that this major update polishes all of RubyMine's subsystems, adding new features and enhancements to help you write and maintain code:</p>

                <ul>
                    <li><strong>Chef</strong> is now supported via <strong>special plugin</strong> compatible with RubyMine 7 that introduces cookbooks, recipes and resources in the IDE.</li>
                    <li><strong>Puppet language support</strong> was improved significantly, with a plugin designed to analyze Puppet manifest files.</li>
                    <li><strong>EditorConfig integration</strong> now brings more code styling options.</li>
                    <li><strong>Debugger was improved</strong> including the option to run the console in the context of a debugging session, and the ability to view variable values next to their usages in the editor.</li>
                    <li><strong>RVM-managed Ruby interpreters</strong> can now be added as a <strong>remote SDK</strong>; there are also improvements for <strong>vagrant-</strong> and <strong>deployment-based remote SDK</strong>.</li>
                    <li>Lots of enhancements for web development, including <strong>Emmet preview action</strong>; support for the latest <strong>CSS3</strong>, <strong>Stylus</strong> and <strong>Sass</strong> versions; code reformat functionality for <strong>Slim</strong> and <strong>HAML</strong>; support for <strong>ReactJS</strong> and <strong>JSX/ES6</strong>; and more.</li>
                    <li>You can now experiment and prototype right in the editor, without creating any new project files, thanks to RubyMine's new feature called <strong>Scratch Files</strong>.</li>
                    <li><a href="http://www.jetbrains.com/ruby/whatsnew/">And more</a>.</li>
                </ul>
                <p>You can <a href="http://www.jetbrains.com/ruby/buy/">buy or renew your RubyMine license</a> on our website. RubyMine 7 is a free update for you if you purchased or renewed your license on or after November 13, 2013.</p>

                <p><em>Develop with pleasure!<br/>The JetBrains Team</em></p>]]>
      </description>
      <pubDate>Wed, 12 Nov 2014 14:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#332</guid>
    </item>
    <item>
      <title>IntelliJ IDEA 14: Where your finest code is forged</title>
      <category>IntelliJ IDEA 14: Where your finest code is forged</category>
      <link>https://www.jetbrains.com/idea/whatsnew/?rss</link>
      <description><![CDATA[
                <p>A month earlier than last year, we're excited to announce <strong>IntelliJ IDEA 14</strong>, the major new release of your favorite Java IDE.
                Every part of your favorite working tool has been enhanced:</p>

                <ul>
                    <li>Built-in Java decompiler</li>
                    <li>Improved Java debugger: Show referring objects, Inline variables view and other enhancements</li>
                    <li>Detecting code styles on the fly</li>
                    <li>New editor features: Smarter backspace key and enhanced Multiple selections</li>
                    <li>Better code analysis with automatic @NotNull, @Nullable and @Contract annotations inference</li>
                    <li>Advanced coding assistance for Thymeleaf template engine</li>
                    <li>Improved Gradle and Maven integration</li>
                    <li>Built-in JavaFX scene builder</li>
                    <li>Drools 6 support</li>
                    <li>Better Git and Mercurial integration</li>
                    <li>Scratch files</li>
                    <li>Enhancements and new features introduced in Android Studio Beta, including support for Android Wear and TV</li>
                    <li>Postfix code completion for JavaScript</li>
                    <li>PhoneGap, Cordova and Ionic support</li>
                    <li>New database tools</li>
                    <li>And much more...</li>
                </ul>
                <p>For more details please read <a href="https://www.jetbrains.com/idea/whatsnew/?rss">What's new</a> in IntelliJ IDEA 14 and <a href="https://www.jetbrains.com/idea/download/?rss">download</a> the edition of your choice.</p>

                <p>Dive deep into the newest IntelliJ IDEA 14 features by joining the November 18th <a href="http://info.jetbrains.com/IDEA-Webinar-November2014-registration.html?rss">live webinar</a> by Breandan Considine. Registration is already open!</p>

                <p><em>Develop with pleasure!<br/>The JetBrains Team</em></p>]]>
      </description>
      <pubDate>Wed, 05 Nov 2014 15:30:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#331</guid>
    </item>
    <item>
      <title>JetBrains Debuts PyCharm Educational Edition</title>
      <category>JetBrains Debuts PyCharm Educational Edition</category>
      <link>https://www.jetbrains.com/pycharm-educational/?rss</link>
      <description><![CDATA[
                <p>Please welcome <strong>PyCharm Educational Edition</strong>, a new easy-to-use yet powerful Python IDE for learning and teaching Python programming! With special interactive educational functionality, PyCharm Educational Edition combines the easy learning curve of interactive coding platforms with the power of a real-world professional tool to help novice programmers learn the craft and turn professional quicker than ever before!</p>
                <p>Don't wait &mdash; <a href="https://www.jetbrains.com/pycharm-educational/download/">download</a> PyCharm Education Edition for your platform and start learning Python programming today!</p>
                <p>The core features of this edition are:</p>
                <ul>
                    <li>Special new <strong>Educational</strong> project type. From a student's point of view, an Educational project is like an <strong>interactive course</strong> that includes tasks and files for editing, and a Check button that gives instant feedback and scores your assignment. With this type of project, teachers can create courses or assignments with lessons and tasks, create exercise code, define expected results, write tests that will work in the background. In particular, they can employ the "fill in the missing code" educational technique where you ask a student to insert the correct code in an already existing code sample.</li>
                    <li>A greatly <strong>simplified interface</strong> to make the learning curve as easy as possible. The advanced tools are hidden by default and may be activated as you progress.</li>
                    <li>On Windows, <strong>Python is installed together with PyCharm</strong>, with no additional installation required. Linux and Mac OS installers automatically detect a system interpreter. All you need to start learning is just to install PyCharm.</li>
                </ul>
                <p>Read more about PyCharm Educational Edition on its <a href="https://www.jetbrains.com/pycharm-educational/?rss">website</a> and <a href="https://www.jetbrains.com/pycharm-educational/download/?rss">download</a> it for your platform!
                <br/>Check the <a href="https://www.jetbrains.com/pycharm-educational/quickstart/?rss">Quick Start guide</a> and learn more about PyCharm's educational functionality.</p>

                <p><em>Develop with pleasure!<br/>The JetBrains Team</em></p>]]>
      </description>
      <pubDate>Thu, 30 Oct 2014 21:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#330</guid>
    </item>
    <item>
      <title>YouTrack 6: A Bird's Eye View of Your Projects</title>
      <category>YouTrack 6: A Bird's Eye View of Your Projects</category>
      <link>https://www.jetbrains.com/youtrack/?rss</link>
      <description><![CDATA[
                <p>We've just released <strong><a href="https://www.jetbrains.com/youtrack/download/get_youtrack.html?rss">YouTrack 6</a></strong> with dramatically expanded project management capabilities.</p>
                <p>A new <strong>live Dashboard and 17 new reports</strong> are here to help your development team and managers visualize project activities, analyze performance and monitor progress.</p>
                <p>YouTrack is now the perfect place to track and manage everything, from bug reports and customer requests to team tasks and projects.</p>
                <p>The key features in YouTrack 6 include:</p>
                <ul>
                    <li>17 new reports broken down into four types:
                        <ul>
                      <li>Issues distribution</li>
                      <li>Timeline</li>
                      <li>Time management</li>
                      <li>State transition</li>
                        </ul>
                    </li>
                    <li>Personalized live Dashboard</li>
                    <li>Reworked user management</li>
                    <li>Multiple drafts per user</li>
                    <li>New image editor</li>
                    <li>Customizable shortcuts</li>
                    <li>AND logical operator in search queries</li>
                </ul>
                <p><a href="https://www.jetbrains.com/youtrack/download/get_youtrack.html?rss">Get YouTrack 6</a> today and experience its comprehensive issue tracking and project management capabilities.</p>
                <p>For more details please see the <a href="https://www.jetbrains.com/youtrack/whatsnew/?rss">What's New page</a> or <a href="http://info.jetbrains.com/YouTrack-Webinar-Registration-October2014.html">register for our free live webinar</a> on Friday, November 14, 15:00 &ndash; 16:00 GMT.</p>
                <p><em>Keep tracking with pleasure!<br/>JetBrains Team</em></p>]]>
      </description>
      <pubDate>Tue, 28 Oct 2014 23:50:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#329</guid>
    </item>
    <item>
      <title>WebStorm 9: Simply Superior</title>
      <category>WebStorm 9: Simply Superior</category>
      <link>http://www.jetbrains.com/webstorm/whatsnew/?rss</link>
      <description><![CDATA[
                <p>Today we are announcing the public release of <strong>WebStorm 9</strong>, a major update of our JavaScript IDE already available for <a href="http://www.jetbrains.com/webstorm/download/?rss">download</a>.</p>
                <p>To bring you the very best development experience based on today's most powerful and modern webdev technologies and tools, WebStorm 9 introduces:</p>
                <ul>
                    <li><strong>Full support for Meteor</strong>. WebStorm now provides coding assistance and debug capabilities for Meteor applications.</li>
                    <li><strong>Support for React</strong> including syntax highlighting, code completion and error detection for <strong>JSX</strong> and JavaScript expressions in JSX, and more.</li>
                    <li><strong>Integration with Gulp</strong> that helps you easily browse through the list of project tasks and run or debug any of them.</li>
                    <li><strong>New spy-js features</strong>: spy-js can now trace and profile Node.js apps, enhances code completion with the runtime data collected, and allows you to evaluate any expression without breakpoints.</li>
                    <li><strong>Integration with PhoneGap, Cordova and Ionic</strong> so you can create, emulate and deploy mobile apps right from the IDE.</li>
                    <li><strong>Automatic update for Node.js apps</strong> when code is changed, thanks to the updated Live Edit feature.</li>
                </ul>
                <p>Other updates contributing to WebStorm 9 superiority include ESLint and JSCS code quality tools, EditorConfig support, Scratch files, enhancements in CSS3 support, postfix code completion for JavaScript, support for Polymer, and integration with Dart's pub serve.</p>
                <p>Please see <a href="https://www.jetbrains.com/webstorm/whatsnew/?rss">What's new in WebStorm 9</a> for a more detailed overview, and <a href="http://www.jetbrains.com/webstorm/download/?rss">download</a> the IDE for your operating system.</p>
                <p>Join us October 30th for a free webinar with John Lindquist, <em>A Deep Dive into WebStorm 9's New Features</em>. <a href="http://info.jetbrains.com/WebStorm-Webinar-Registration-October2014.html">Registration</a> is now open!</p>
                <p><em>Develop with pleasure!<br/>JetBrains Team</em></p>]]>
      </description>
      <pubDate>Wed, 22 Oct 2014 16:30:00 +0400</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#328</guid>
    </item>
    <item>
      <title>dotMemory 4.1 is Released. Here are 6 Good Reasons to Upgrade</title>
      <category>dotMemory 4.1 is Released. Here are 6 Good Reasons to Upgrade</category>
      <link>http://www.jetbrains.com/dotmemory/whatsnew/?rss</link>
      <description><![CDATA[
                <p><a href="http://www.jetbrains.com/dotmemory/whatsnew/?rss">dotMemory 4.1 is here</a> to deliver more rigorous, productive and beautiful .NET memory profiling experience with freshly baked goodies:</p>
                <ul>
                <li>Disable/Enable collection allocations on the fly to profile a certain app functionality without slowing down all of its other areas.</li>
                <li>Get more data on GC roots. dotMemory shows you the name of the field through which a static object is referenced.</li>
                <li>Detect more common issues in a single click: New automatic inspection called <em>String duplicates</em> along with two WPF-related inspections (from v4.0.10).</li>
                <li>Copy, save and share profiling results, nicely formatted for further analysis or sharing.</li>
                <li>Explore new restyled UI icons in this update, designed for a clearer and more beautiful profiling experience.</li>
                <li>Easily order and manage multiple memory investigations by giving custom names to your analysis tabs.</li>
                </ul>
                <p>Please <a href="http://www.jetbrains.com/dotmemory/whatsnew/?rss">download dotMemory 4.1</a>  for a better profiling experience!</p>
                ]]>
      </description>
      <pubDate>Wed, 01 Oct 2014 17:30:00 +0400</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#327</guid>
    </item>
    <item>
      <title>PhpStorm 8: Evolving with You</title>
      <category>PhpStorm 8: Evolving with You</category>
      <link>http://www.jetbrains.com/phpstorm/?rss</link>
      <description><![CDATA[
               <p>Hello from JetBrains,</p>

                <p>We're happy to announce the release of PhpStorm 8, the newest version of our IDE for PHP and web development. PhpStorm 8 brings even more emerging technologies to help you enjoy web development, with deepest-ever code understanding and advanced support for remote environments:</p>
                <ul>
                <li>PHP Language Support: completely re-worked language injections into PHP literals; PHP 5.6 full support; source & test directories for PHP; new intentions and inspections, formatting, type inference, and other major improvements.</li>
                <li>Frameworks: Blade template engine support; WordPress support; Drupal 8 support</li>
                <li>Behat support</li>
                <li>Remote PHP interpreters support</li>
                <li>Debugging & testing improvements, with support for Zend Server Z-Ray</li>
                </ul>

                <p>PhpStorm 8 also brings support for some of the most trending web technologies:</p>
                <ul>
                <li>Advanced AngularJS support</li>
                <li>Spy-js, a JavaScript and Node.js tracing tool</li>
                <li>Integration with Grunt, a JavaScript task runner</li>
                <li>PhoneGap/Cordova integration</li>
                <li>Integration with Bower, gulp.js, CucumberJS test framework, Postfix templates for JavaScript, and more.</li>
                </ul>

                <p>This release also inherits many features and improvements recently made to IntelliJ Platform, including multiple carets and selections, working with a single file without creating a project, bundled Scratch plugin, EditorConfig support, and more.</p>

                <p>For more details please see <a href="http://www.jetbrains.com/phpstorm/whatsnew/index.html">What's New</a> in PhpStorm 8 and <a href="http://www.jetbrains.com/phpstorm/download/index.html">download</a> the IDE for your operating system.</p>

                <p>Develop with Pleasure!</p>
                <p>JetBrains Team</p>

                ]]>
      </description>
      <pubDate>Thu, 16 Sep 2014 16:30:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#326</guid>
    </item>
    <item>
      <title>Meet JetBrains Upsource, a New Repository Browser and Code Review Tool</title>
      <link>http://www.jetbrains.com/upsource/?rss</link>
      <description><![CDATA[
               <p>Today we are starting an Early Access Program for <a href="http://www.jetbrains.com/upsource/?rss">JetBrains Upsource</a>: a new on-premises team tool to <strong>browse your source code repositories, share, discuss and review code</strong>.</p>
               <p>With JetBrains Upsource, you can:</p>
               <ul>
               <li>Keep track of revisions in source code repositories based on Git, Perforce, Subversion and/or Perforce.</li>
               <li>Visualize the history of commits, branches and merges.</li>
               <li>Examine changes in new revisions in detail.</li>
               <li>Explore any revision of your code base, file by file.</li>
               <li>Enjoy automatic code inspections in Java projects, as if you were working in IntelliJ IDEA.</li>
               <li>Discuss code and code changes, or set up formal code reviews.</li>
               </ul>

               <p>Interested? Here's what you can do:</p>

               <ul>
               <li><strong><a href="http://www.jetbrains.com/upsource/?rss">Read more about Upsource</a></strong> and learn what it's capable of as a <a href="http://www.jetbrains.com/upsource/browser/?rss">repository browser</a> and as a <a href="http://www.jetbrains.com/upsource/codereview/?rss">code review tool</a>.</li>
               <li><strong><a href="http://www.jetbrains.com/upsource/?rss">Subscribe to receive e-mails</a></strong> about further Upsource releases, including Betas and the final Upsource 1.0 release.</li>
               <li><strong><a href="http://www.jetbrains.com/upsource/eap/?rss">Download a pre-release Upsource build</a></strong> by becoming a part of the Upsource Early Access Program (EAP).</li>
               </ul>

               <p>Being a part of EAP gives you an extra opportunity to get in touch with the team and influence how Upsource develops in the long run. Get on board, and let's make Upsource a top-notch tool together!</p>

                ]]>
      </description>
      <pubDate>Thu, 07 Aug 2014 20:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#325</guid>
    </item>
    <item>
      <title>dotPeek 1.2 Is Released</title>
      <link>http://www.jetbrains.com/decompiler/whatsnew/?rss</link>
      <description><![CDATA[
               <p> Long awaited update for the free .NET decompiler from JetBrains is finally available: you can <strong><a href="http://www.jetbrains.com/decompiler/whatsnew/?rss">download dotPeek 1.2</a></strong>.</p>
               <p>Highlights of this update include:</p>
               <ul>
               <li>dotPeek can be used as a <em>symbol server</em> and provide Visual Studio debugger with the information required to debug assembly code. Not only can dotPeek generate source files on debugger's request, with dotPeek you can <em>generate PDB files manually</em> and see the progress in a dedicated tool window.</li>
               <li><em>Process Explorer window</em> that provides you with the list of all currently running processes and allows exploring their modules and decompiling those of them that are .NET assemblies. </li>
               <li>Quick search and node filtering in <em>Assembly Explorer</em> with lowerCamelHumps supported.</li>
               </ul>
               <p>Please <strong><a href="http://www.jetbrains.com/decompiler/whatsnew/?rss">download dotPeek 1.2</a></strong> for a better decompilation  and debugging experience!</p>

                ]]>
      </description>
      <pubDate>Wed, 16 Jul 2014 15:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#324</guid>
    </item>
    <item>
      <title>PyCharm 3.4 is Now Available</title>
      <category>PyCharm 3.4 is Now Available</category>
      <link>http://www.jetbrains.com/pycharm/whatsnew/</link>
      <description><![CDATA[
            <p>Please welcome <strong>PyCharm 3.4</strong>, the latest and greatest version of the most intelligent IDE
             for Python and Web development.
             This update is now available for
             <a href="http://www.jetbrains.com/pycharm/download/">download</a> to bring you improved functionality,
             better performance, and many handy new must-have features that we hope will make you
             even more productive!</p>

            <p>Notable highlights in this release include:</p>
            <ul>
            <li>New <strong>Python interpreters management</strong> with a new UI</li>
            <li>New refined support for <strong>remote interpreters</strong></li>
            <li><strong>Django 1.7</strong> support</li>
            <li>New <strong>live templates</strong> for Python</li>
            <li><strong>Multiple carets</strong> and selections</li>
            <li><strong>Vagrant support</strong> improvements</li>
            <li>New automatic <strong>quick-fixes</strong></li>
            <li><strong>Full debug support</strong> in the interactive Python console</li>
            <li>Debugging for <strong>Stackless Python</strong></li>
            <li>Advanced built-in <strong>AngularJS support</strong></li>
            <li><strong>IdeaVIM</strong> plugin updated with new enhancements</li>
            <li>New <strong>'Github' color scheme</strong> for the PyCharm editor</li>
            <li>And many other valuable improvements across the IDE</li>
            </ul>
            <p>For more details on these and other new features and changes in PyCharm 3.4, please check our
            <a href="http://www.jetbrains.com/pycharm/whatsnew/">What's New</a>
             page and <a href="http://www.jetbrains.com/pycharm/download/">download</a>
              the IDE for your platform.</p>
            <p><em>
            Develop with pleasure!
            <br/>
            JetBrains Team
            </em></p>
            ]]>
      </description>
      <pubDate>Thu, 29 May 2014 17:30:00 +0400</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#323</guid>
    </item>
    <item>
      <title>Welcome AppCode 3.0</title>
      <category>Welcome AppCode 3.0</category>
      <link>http://www.jetbrains.com/objc/whatsnew/</link>
      <description><![CDATA[
            <p>Hello everyone,</p>
            <p>Big day today as we've just released <strong>AppCode 3.0</strong>, your new favorite IDE for iOS/OS X development!</p>
            <p>We focused on making v3.0 a more complete and productive development experience for you.
                We listened to your feedback and introduced the top-voted feature: integrated UI Designer,
                as well as improvements in target management, code generation actions for TDD, look&amp;feel changes,
                and a plugin for a fantastic iOS debugging tool from
                <a href="http://www.ittybittyapps.com/">Itty Bitty Apps</a>
                called <a href="http://revealapp.com/">Reveal</a>.
                As a result, less switching between IDEs means more productive coding for you.</p>
            <p>So, here are the top highlights in AppCode 3.0:</p>
            <ul>
            <li>Integrated <strong>UI Designer</strong> supporting .xib and .storyboard formats, providing all the essential UI editor features and the full component pallet supported by iOS SDK.</li>
            <li>Plugin for <strong><a href="http://revealapp.com/">Reveal</a></strong>. Inspect view elements and hierarchies of your iOS apps in real time, use the 2D and 3D visualization possibilities, and apply the view's editing on the fly. All these available with a very simple configuration from  AppCode.</li>
            <li>The code generating action <strong>Cmd+N</strong> now works for test methods, setUp/tearDown methods and creating Kiwi blocks.
            See our <a href="http://blog.jetbrains.com/objc/2014/05/unit-testing-with-appcode-3-0-be-more-productive-with-less-effort/#_ga=1.59476269.1442624697.1396969606">demo</a> to learn more.</li>
            <li>New <strong>Project Settings</strong> UI for adding targets and configuring frameworks, sources and resources simply by dragging.</li>
            <li>The editor now offers <strong>multiple carets and selection</strong>. Just place the caret in several locations and edit them all at once. Completion and live templates will also work.</li>
            <li>Built-in <strong>Terminal</strong> is available. Now you can start it right in the IDE with <strong>Alt+F12</strong>.</li>
            <li>Improvements in C++11 providing support for such important features like initializer lists, raw string literals, variadic templates and type traits.</li>
            <li>Enhanced look &amp; feel including color schemes from Xcode, and a fully re-worked Xcode keymap.</li>
            <li>New and enhanced navigation. For example, 'Search everywhere' will really search in every nook and cranny (Files, Actions, Preferences, etc.).</li>
            </ul>
            <p>Read more details about
                <a href="http://www.jetbrains.com/objc/whatsnew/#_ga=1.160295485.1442624697.1396969606">what's new</a>
                and
                <a href="http://www.jetbrains.com/objc/download/#_ga=1.160295485.1442624697.1396969606">download</a> AppCode 3.0 free trial for 30 days to evaluate all the new features. Note that AppCode 3.0 is a free update for everyone who purchased their AppCode license after May 20, 2013.
                Learn more about <a href="http://www.jetbrains.com/objc/buy/#_ga=1.160902077.1442624697.1396969606">AppCode 3.0 pricing</a>.</p>
            <p>We also want to thank everyone who has evaluated our Early Access Program builds! Your feedback, votes and submissions to the issue tracker were instrumental in getting this release out the door.</p>
            <p><em>
            Develop with pleasure!
            <br/>
            JetBrains AppCode Team
            </em></p>
            ]]>
      </description>
      <pubDate>Tue, 20 May 2014 18:00:00 +0400</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#322</guid>
    </item>
    <item>
      <title>dotMemory 4.0 out, dotTrace on sale</title>
      <category>dotMemory 4.0 out, dotTrace on sale</category>
      <link>http://www.jetbrains.com/dotmemory</link>
      <description><![CDATA[
                <p>You've waited for this long enough. As of today, our profilers
                dotTrace Memory and dotTrace Performance assume new identities.
                We are thrilled to announce the release of <a href="http://www.jetbrains.com/dotmemory" target="_blank">dotMemory 4.0</a>,
                our smart and reliable .NET memory profiler.</p>

                <p>At the same time, dotTrace Performance, henceforth known as
                simply <strong>dotTrace</strong>, is now on SALE: Up to <strong>58% OFF</strong> on commercial
                licenses and up to <strong>33% OFF</strong> on personal licenses. For more pricing
                details please go to the <a href="http://www.jetbrains.com/profiler/buy" target="_blank">dotTrace website</a>.</p>

                <p>So, back to dotMemory 4.0: it introduces a unique memory analysis
                concept. We believe that complicated and deeply intellectual memory usage
                analysis can be a fascinating and everyday activity. With dotMemory you start
                from all objects in memory and narrow to smaller object sets until the
                memory issue is solved. Just let dotMemory's powerful functionality and
                intuitive UI guide you through the journey.</p>

                <p>The key features of dotMemory 4.0 include:</p>

                <ul>
                    <li>Powerful automatic inspections to instantly detect common types of memory leaks</li>
                    <li>Multiple views on data for a detailed analysis of memory usage issues. For example, you can group instances by dominating object sets or by similar retention paths. Other innovative views include the icicle chart to visualize the call tree.</li>
                    <li>Memory traffic analysis to detect what causes excessive garbage collection.</li>
                    <li>Comparing memory snapshots to visualize improvements or regressions in memory usage.</li>
                    <li>Support for various types of applications based on .NET framework 2.0 up to 4.5.1, including desktop applications, web applications and web services.</li>
                    <li>Timeline view to capture real-time data.</li>
                    <li>Remote profiling to detect memory issues in running production environments.</li>
                    <li>Profiling API to invoke the profiler from exact code positions in your applications.</li>
                </ul>

                <p>Explore these and other features on the <a href="http://www.jetbrains.com/dotmemory" target="_blank">dotMemory website</a>.</p>

                <p>dotMemory is available in different license types: commercial,
                personal, open source, and more. If you purchased a dotTrace Memory
                license after January 1, 2012, you are welcome to upgrade your
                memory profiler for free. <a href="http://www.jetbrains.com/dotmemory/download" target="_blank">Download dotMemory 4.0</a>
                today and enjoy the new memory profiler. If you would like to first
                try it, a free 10-day evaluation license is available.</p>

                <p>
                    <em>Profile with pleasure!</em>
                    <br/>
                    <em>JetBrains dotMemory Team</em>
                </p>
            ]]>
      </description>
      <pubDate>Thu, 24 Apr 2014 22:00:00 +0400</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#321</guid>
    </item>
    <item>
      <title>YouTrack 5.2 introduces &quot;work item&quot; type, enables supporting multiple helpdesk customers in a
        single e-mail thread
      </title>
      <link>http://www.jetbrains.com/youtrack/whatsnew</link>
      <description><![CDATA[
                <p>We are proud to announce the release of <a href="http://www.jetbrains.com/youtrack/download/get_youtrack.html?utm_source=youtrack52&utm_medium=rss&utm_campaign=youtrack">YouTrack 5.2</a>, a fresh
                spring update for our issue tracking & agile project management tool.</p>

                <p>YouTrack 5.2 introduces a number of great features including:</p>

                <ul>
                    <li>"Work item" type to let you specify the type of work done</li>
                    <li>Enhanced help desk support: multiple To and CC recipients</li>
                    <li>Custom date format: for the whole system or per user</li>
                    <li>Epic as a default issue type</li>
                    <li>Performance improvements</li>
                </ul>

                <p>For more details please visit our <a href="http://www.jetbrains.com/youtrack/whatsnew?utm_source=youtrack52&utm_medium=rss&utm_campaign=youtrack">What's New</a>
                 page.</p>

                <p>To get the latest YouTrack 5.2, <a href="http://www.jetbrains.com/youtrack/download/get_youtrack.html?utm_source=youtrack52&utm_medium=rss&utm_campaign=youtrack">sign up for YouTrack InCloud</a>,
                which is hosted by us and available free for 10 users, or <a href="http://www.jetbrains.com/youtrack/download/get_youtrack.html?utm_source=youtrack52&utm_medium=rss&utm_campaign=youtrack">download YouTrack stand-alone</a>
                 which comes with a free 10-user pack.</p>

                <p>
                    <em>Keep tracking with pleasure!</em>
                    <br>
                    <em>JetBrains YouTrack Team</em>
                </p>
            ]]>
      </description>
      <pubDate>Wed, 16 Apr 2014 19:00:00 +0400</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#320
      </guid>
    </item>
    <item>
      <title>RubyMine 6.3: Rails 4.1, Slim 2.0, AngularJS, and more</title>
      <category>RubyMine 6.3: Rails 4.1, Slim 2.0, AngularJS, and more</category>
      <link>http://www.jetbrains.com/ruby/whatsnew</link>
      <description><![CDATA[
                  <p>While RubyMine 6 focused on making sure you got the best of Ruby, we're not forgetting about raising your productivity while developing web applications.
                  This is why RubyMine 6.3, <a href="http://www.jetbrains.com/ruby/download/">available for download as of today</a>, brings support for <strong>Rails 4.1</strong>,
                  <strong>better Slim</strong> and <strong>AngularJS</strong>, as well as <strong>multiple carets and selection</strong>,
                  a long-awaited and top-voted editor feature.</p>
                  <p>RubyMine 6.3 introduces the following important changes:</p>
                  <ul>
                    <li><strong>Spring</strong> and <strong>json.jbuilder views</strong> for better Rails 4 & 4.1 support</li>
                    <li>Slim support enhancements with <strong>Slim 2.0</strong>, code <strong>formatting</strong> and <strong>embedded code types</strong></li>
                    <li><strong>AngularJS</strong> framework support with smart code completion, refactoring, navigation, and quick documentation</li>
                    <li><strong>REST Client сookies</strong> support with adding, modifying and reviewing capabilities</li>
                    <li>More <strong>filters</strong> such as :css, :sass, and :coffeescript supported for <strong>HAML</strong></li>
                    <li><strong>RSpec 3-compatible formatter</strong></li>
                    <li>Bundled <strong>Vagrant</strong> plugin</li>
                  </ul>
                  <p>To learn more, please visit our <a href="http://www.jetbrains.com/ruby/whatsnew/">What's New</a> page.
                  RubyMine 6.3 is a <strong>free update</strong> for everyone with license purchased/updated on or after April 3, 2013.</p>
                  <p><em>Develop with pleasure!<br/>JetBrains RubyMine Team</em></p>
          ]]>
      </description>
      <pubDate>Thu, 03 Apr 2014 18:00:00 +0400</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#319</guid>
    </item>
    <item>
      <title>WebStorm 8: Web Intelligence at Your Service</title>
      <category>WebStorm 8: Web Intelligence at Your Service</category>
      <link>http://www.jetbrains.com/webstorm/</link>
      <description><![CDATA[
                <p>Please welcome WebStorm 8.0, the latest version of our JavaScript IDE.<br/>
                This major update adds support for some of the most trending web technologies and brings new tools to
                improve your development experience.</p>
                <p>Highlights in WebStorm 8.0 include:</p>
                <ul>
                    <li><strong>Advanced AngularJS support.</strong> WebStorm now provides smart AngularJS specific
                    code completion, refactoring, navigation and quick access to documentation.</li>
                    <li><strong>Spy-js, a JavaScript tracing tool.</strong> Spy-js makes tracing and profiling JavaScript easy in any browser.</li>
                    <li><strong>Multiple cursors and selections</strong> will help you edit your code faster, especially if you are used to this feature in other editors.</li>
                    <li><strong>Integration with Grunt</strong>, a JavaScript task runner and <strong>Bower</strong>, a package manager for the web.</li>
                </ul>
                <p>Other important updates included in WebStorm 8.0 are:</p>
                <ul>
                    <li>New <strong>Live Console</strong> in JavaScript and Node.js debugger.</li>
                    <li>Support for <strong>CucumberJS</strong> test framework.</li>
                    <li>Improvements in the support of JavaScript modules: <strong>RequireJS, AMD and EcmaScript 6 Harmony modules</strong>.</li>
                    <li>Up-to-date support for <strong>LESS 1.7</strong>, improved performance for JavaScript and TypeScript, and much more.</li>
                </ul>
                <p>Read more about <a href="http://www.jetbrains.com/webstorm/whatsnew/">what's new in WebStorm 8.0</a>
                 and <a href="http://www.jetbrains.com/webstorm/download/">download</a> the IDE for your platform.</p>
                <p>WebStorm 8.0 is a free update for everyone who purchased their license after March 26, 2013.</p>
                <p><em>Develop with pleasure!<br/>JetBrains WebStorm Team</em></p>
        ]]>
      </description>
      <pubDate>Wed, 26 Mar 2014 18:00:00 +0400</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#318</guid>
    </item>
    <item>
      <title>ReSharper, dotCover and dotTrace Receive Updates</title>
      <link>http://www.jetbrains.com/resharper/whatsnew</link>
      <description><![CDATA[
            <p>Today we are happy to announce a triple update for our .NET tools. <strong><a
            href="http://www.jetbrains.com/resharper/download/?rss">ReSharper 8.2 is now available for download</a></strong>, along with compatible updates to <a href="http://www.jetbrains.com/dotcover/download/?rss">dotCover</a> for code coverage and <a href="http://www.jetbrains.com/profiler/download/index.html?rss">dotTrace Performance</a> for performance profiling.</p>
            <p>ReSharper 8.2 highlights include:</p>
            <ul>
            <li><strong>Expanded TypeScript support</strong> with smart completion, <em>Create From Usage</em> quick fixes and <em>Import Module</em> context action, navigation combos, naming settings, support for generics and compiler defined errors highlighting. For details on these features, please see an earlier post, <a href="http://blog.jetbrains.com/dotnet/2014/03/17/more-typescript-support-in-resharper-8-2/">More TypeScript support in ReSharper 8.2</a>.
            </li>
            <li><strong>Jasmine 2.0 support</strong> for ReSharper's unit test runner that works with JavaScript and TypeScript files.</li>
            <li>About 140 <strong>bug fixes</strong> that address issues discovered in prior 8.0.x and 8.1 releases including Quick Documentation fixes and other enhancements. </li>
            </ul>
            <p><strong>dotCover 2.7 and dotTrace Performance 5.5.4 are both compatible with ReSharper 8.2</strong>. dotCover 2.7 additionally introduces standalone test runner which can be most useful for running manual tests outside Visual Studio, as well as for analyzing coverage snapshots.</p>
            <p>We recommend that you <strong>download <a href="http://www.jetbrains.com/resharper/download/?rss">ReSharper 8.2</a>, <a href="http://www.jetbrains.com/dotcover/download/?rss">dotCover 2.7</a></strong> and <strong><a href="http://www.jetbrains.com/profiler/download/?rss">dotTrace Performance 5.5.4</a></strong>, and we hope that these latest updates will be useful for you.</p>
            ]]>
      </description>
      <pubDate>Fri, 21 Mar 2014 17:00:00 +0300</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#317</guid>
    </item>
    <item>
      <title>IntelliJ IDEA 13.1 Released!</title>
      <link>http://www.jetbrains.com/idea/whatsnew?rss</link>
      <description><![CDATA[
                <p>We are thrilled to announce that IntelliJ IDEA 13.1, an update for our flagship IDE, is now available for download, bringing you full Java 8 support among other notable improvements:</p>
			    <ul>
				<li>Java 8: lambdas, method references, type annotations, etc.</li>
				<li>Sublime Text style multiple selection.</li>
				<li>Postfix code completion for Java.</li>
				<li>Chronon integration (back-in-time Java debugger).</li>
				<li>Built-in debugger for JDK 8's Nashorn and OpenShift cloud.</li>
				<li>Better performance for Spring projects that heavily use XML.</li>
				<li>Improved support for AngularJS and Spy-js.</li>
				<li>Version control improvements: Amend commits for Mercurial, GitHub two-factor authentication, enhanced Log and Diff viewers, and more.</li>
				<li>Better structural search.</li>
				</ul>
                <p>Check out the <a href="http://www.jetbrains.com/idea/whatsnew/?utm_source=idea131&utm_medium=rss&utm_campaign=idea">What's New</a> page to learn more about these and other enhancements in IntelliJ IDEA 13.1.
                    and <a href="http://www.jetbrains.com/idea/download/?utm_source=idea131&utm_medium=rss&utm_campaign=idea">download</a> the edition of your choice.</p>
                <p><em>Develop with pleasure!<br/>
                The JetBrains Team</em></p>
            ]]>
      </description>
      <pubDate>Thu, 18 Mar 2014 23:00:00 +0400</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#316</guid>
    </item>

    <item>
      <title>TeamCity 8.1 adds simplified setup, VS 2013 support, improved REST API, and more</title>
      <link>http://www.jetbrains.com/teamcity/whatsnew?rss</link>
      <description><![CDATA[
                <p>Whether you've crossed to the light side of continuous integration with TeamCity 8 or not, we already have a fresh update for you to make your work even easier. TeamCity 8.1 is available for download, introducing the following major changes:</p>
			    <ul>
				<li>Simplified and sometimes ‘automagic' server and project configuration.</li>
				<li>Support for Microsoft Visual Studio 2013, Subversion 1.8, and Maven 3.1.</li>
				<li>Feature branches auto-merge for Git and Mercurial.</li>
				<li>Many additions to the REST API.</li>
				</ul>
                <p>Check out the <a href="http://www.jetbrains.com/teamcity/whatsnew/?utm_source=teamcity81&utm_medium=rss&utm_campaign=teamcity">What's New</a> page to learn more about these and other enhancements in TeamCity 8.1.
                    and <a href="http://www.jetbrains.com/teamcity/download/?utm_source=teamcity81&utm_medium=rss&utm_campaign=teamcity">download TeamCity 8</a>.</p>
                <p>Note that since v8.0, each additional Build Agent License added to TeamCity Professional Server gives you 10 more build configurations. See <a href="http://www.jetbrains.com/teamcity/buy/?utm_source=teamcity81&utm_medium=rss&utm_campaign=teamcity">TeamCity pricing</a> for more details.</p>
                <p><em>Develop with pleasure!<br/>
                The JetBrains Team</em></p>
            ]]>
      </description>
      <pubDate>Wed, 12 Feb 2014 23:30:00 +0400</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#315</guid>
    </item>

    <item>
      <title>YouTrack 5.1 introduces help desk support, &#64;mentions, issue digest and more!</title>
      <link>http://www.jetbrains.com/youtrack/whatsnew/</link>
      <description><![CDATA[
            <p>We are glad to announce the release of <a href="http://www.jetbrains.com/youtrack/download/get_youtrack.html?utm_source=RSS&utm_medium=link&utm_term=Get_YouTrack&utm_campaign=YouTrack">YouTrack 5.1</a> &mdash;
            a fresh winter update for our agile issue tracking &amp; project
            management tool.</p>
            <p>YouTrack 5.1 brings a number of great goodies, including:</p>
            <ul>
                <li>Help desk support: send notifications to unregistered users</li>
                <li>Archive projects</li>
                <li>Burndown chart now includes weekends and actual spent time</li>
                <li>Mention a user by &#64;username</li>
                <li>Reply to a comment</li>
                <li>Right-to-left (RTL) support</li>
                <li>Custom notification templates per project</li>
                <li>Issue digest and duplicate cluster digest notification templates</li>
            </ul>
            <p>You will also enjoy a set of enhancements, such as:</p>
            <ul>
                <li>Workflow code in-place preview</li>
                <li>Flexible auto-watch (star) configuration</li>
                <li>Drag attachments anywhere</li>
                <li>Sped-up issue history</li>
            </ul>
            <p>For more details please check our <a href="http://www.jetbrains.com/youtrack/whatsnew/?utm_source=RSS&utm_medium=link&utm_term=What's_new&utm_campaign=YouTrack">What's New</a> page or read the <a href="http://blog.jetbrains.com/youtrack/?utm_source=RSS&utm_medium=link&utm_term=Get_YouTrack&utm_campaign=YouTrack">product blog</a>.</p>
            <p>To get the latest YouTrack 5.1, <a href="http://www.jetbrains.com/youtrack/download/get_youtrack.html?utm_source=RSS&utm_medium=link&utm_term=Get_YouTrack&utm_campaign=YouTrack">sign up for YouTrack InCloud</a>,
            hosted by us and available free for 10 users or
            <a href="http://www.jetbrains.com/youtrack/download/get_youtrack.html?utm_source=RSS&utm_medium=link&utm_term=Get_YouTrack&utm_campaign=YouTrack">download YouTrack stand-alone</a> which comes with a free 10-user pack.</p>
            <p><em>Keep tracking with pleasure,<br/>
            JetBrains YouTrack team</em></p>
            ]]>
      </description>
      <pubDate>Wed, 12 Feb 2014 18:00:00 +0400</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#314</guid>
    </item>
    <item>
      <title>PyCharm 3.1 is out, totally refined, optimized and supporting Python 3.4 and Django 1.6</title>
      <link>http://www.jetbrains.com/pycharm/whatsnew/</link>
      <description><![CDATA[
    <p>We're happy to announce the immediate availability of PyCharm 3.1, a minor update for our intelligent Python IDE
        that's still full of new features. PyCharm 3.1 is available as a Professional Edition or the free and
        open-source Community Edition.
    </p>
    <p><a href="http://www.jetbrains.com/pycharm/download/index.html">Download PyCharm 3.1</a> for your platform now!</p>
    <p>We are sure you'll enjoy many improvements. We've done our best to bring the latest updates and improvements
        from the Python world and Web technologies to PyCharm while still maintaining the stability and robustness that
        you have come to expect.
    </p>
    <p>For this new PyCharm 3.1 release we have improved and optimized different parts of PyCharm, including new
        features from the underlying IntelliJ Platform, which is constantly being enhanced. PyCharm now supports the
        latest Python 3.4 and Django 1.6, and offers refined Google App Engine support.
    </p>
    <p>Other important changes and new features in this update include:</p>
    <ul>
        <li>Enhanced Vagrant support backed up with provider management and plugin management.</li>
        <li>Local terminal with lots of handy improvements.</li>
        <li>Performance improvements in different subsystems.</li>
        <li>New optimized language injections for formatted and concatenated SQL strings.</li>
        <li>General workflow optimizations, like binary modules skeletons generation moved to background, python
            interpreter autodetection and no code errors highlighting on interpreter absence. All this allows you to
            start coding with minimum delay.
        </li>
    </ul>
    <p>Read more about what's new in PyCharm 3.1 on our
        <a href="http://www.jetbrains.com/pycharm/whatsnew/index.html">product website</a> or the
        <a href="http://blog.jetbrains.com/pycharm/2014/02/announcement-pycharm-3-1-has-been-released/">product blog</a>, and
        <a href="http://www.jetbrains.com/pycharm/download/index.html">download</a>
        the IDE for your platform.
    </p>
    <p><em>Develop with pleasure!<br/>The JetBrains Team</em></p>
]]>
      </description>
      <pubDate>Tue, 04 Feb 2014 22:00:00 +0400</pubDate>
      <guid isPermaLink="false">http://www.jetbrains.com/rss.xml#313</guid>
    </item>
  </channel>
</rss>
