Early Access Program News

RubyMine 8 RC: VCS Integration Improvements

Hello everyone,

Today we’re entering the homestretch with the Release Candidate (build 143.380) that you can download from our website. You can also use a patch update from RubyMine 8 Beta (build 143.366).

We continue our series of blog posts about the major new features of the upcoming RubyMine release: Bundler Support ImprovementsReact Support ImprovementsNew Debugging OptionNew UI for TestingAdjustments for Color DeficiencyFaster DebuggerIDE Look and Feel ImprovementsRbenv Gemsets.

VCS Integration Improvements

Version Control System is an essential developer tool. That’s why all our IDEs support Git, SVN, Mercurial, Perforce, and others, and we never stop working on better integration with different version control systems. This release also brings new VCS features.

Editing code in Diff Viewer

Editing capabilities are now available in the Commit Dialog. If you want to make a quick edit, there’s no need to go back to the editor anymore. Switch off the Disable editing icon…

vcs_1

…and just start typing in Your version pane on the right, with the usual code editing features available:

vcs_2

Editing works in both the Two-sided and One-sided Diff Viewers.

Git Rebase

The Rebase action is now available in the Branches menu on equal terms with Merge, supporting multiple roots, automatic stash/unstash and conflict resolve:

vcs_3

Branch operations

Now you have access to branching operations right from the context menu in the VCS Log Viewer:

vcs_4

Shelve in Perforce

Now you can shelve your changes not only locally but also in Perforce, which may be safer and more convenient in some cases. Use the new action in the Local Changes tab:

vcs_8

Please find more details in the IntelliJ IDEA blog.

Managing patches in Mercurial Queues

If you use Mercurial Queues, you’ll be glad to know that RubyMine now provides dedicated tools for managing patches. It lets you create patches directly in the Commit Dialog:

vcs_6

Likewise, import a local commit as patches, rename, apply, unapply and remove them in the VCS Log Viewer:

vcs_7

Please note that we are still fixing the remaining issues. If you have any to report, please do so in our issue tracker. The full list of fixed issues can be found in the release notes.

Please take a look at all the new features in RubyMine 8 and download and try it from our site.


Develop with pleasure!
JetBrains RubyMine Team

image description