IDEs News

Write Cleaner Code with Delphi’s Ternary Operator

September 16, 2025
Delphi 13 Florence introduces several Delphi language improvements, including a concise ternary operator for inline conditional expressions.

Delphi by Embarcadero is an advanced Integrated Development Environment (IDE) that allows you to build native applications for desktop, mobile, web, and console environments using a single codebase. It includes a visual designer, code editor, debugger, and component library, all specifically designed for rapid application development with the Object Pascal programming language. With Delphi, you can target Windows, macOS, iOS, Android, and Linux while leveraging a large developer community and extensive third-party plugin support.

With the Delphi 13 Florence release, developers can now express conditional logic more cleanly with the introduction of a ternary operator. Implemented using the familiar 'if' keyword, this new syntax mirrors similar constructs in other languages, allowing conditions to be evaluated directly within expressions. This change improves code readability and reduces verbosity, especially in scenarios where simple value selection depends on a condition. Alongside this, RAD Studio 13.0 includes additional Delphi language refinements aimed at modernizing and simplifying code development.

To see a full list of what's new in version 13 Florence, see our release notes.

Delphi is licensed per Named, Network Named or Concurrent user and is available as a Perpetual License with an Update Subscription that includes support and free upgrades for 1 Year. See our Delphi licensing page for full details.

Delphi is available to buy in the following products:

Easily Debug Rust Code on Remote Targets

September 15, 2025
RustRover 2025.2 now supports remote debugging, making cross-machine development and troubleshooting more accessible.

RustRover by JetBrains is a specialized integrated development environment (IDE) designed to support the unique needs of Rust developers. Built on JetBrains' IntelliJ platform, it combines deep language understanding with tools that enhance productivity, such as intelligent code completion, advanced code analysis, and robust refactoring capabilities. RustRover also integrates seamlessly with Cargo, Rust's package manager, and includes built-in support for testing and debugging to streamline the entire development workflow. By focusing on the requirements of performance-critical and memory-safe applications, RustRover helps developers write efficient, reliable, and maintainable Rust code with ease.

The RustRover 2025.2 update adds remote debugging support, enabling developers to debug applications running on distributed systems or embedded devices more efficiently. By launching gdbserver and setting up a remote session in the IDE, developers can now use GDB, LLDB, or custom GDB builds to inspect code over the network. This update is especially useful for Rust developers dealing with complex deployments or environments where local debugging is not an option.

To see a full list of what's new in 2025.2, see our release notes.

RustRover is licensed per user, and is available as a commercial annual subscription license. We can supply new subscriptions, subscription renewals, lapsed renewals, and additional user licenses. See our RustRover licensing page for full details.

RustRover is available to buy in the following products:

Price Change for JetBrains Products

September 15, 2025
Renew before October 1st, 2025 and save! JetBrains subscription prices will increase for their IDEs, .NET Tools, dotUltimate, and the JetBrains All Products Pack, effective October 1st, 2025.

JetBrains subscription prices will increase for their IDEs, .NET Tools, dotUltimate, and the JetBrains All Products Pack, effective October 1st, 2025. The new pricing for each product is shown below:

Product Current SRP New SRP
All Products Pack $779/€779 $979/€979
IntelliJ IDEA $599/€599 $719/€719
PyCharm $249/€249 $299/€299
PhpStorm $249/€249 $289/€289
GoLand $249/€249 $289/€289
DataGrip $229/€229 $259/€259
CLion $229/€229 $259/€259
DataSpell $229/€229 $299/€299
RubyMine $229/€229 $269/€269
WebStorm $159/€159 $199/€199
ReSharper $349/€349 $389/€389
Rider $419/€419 $519/€519
dotUltimate $469/€469 $609/€609

SRP = Suggested Retail Price as at August 1st, 2025.

Special Offer: Renew early at the current price and save money! You can renew at the current price for up to two years in advance.

For new and existing customers, JetBrains is temporarily changing the maximum allowable renewal period. Both new and existing customers can prepay for their subscriptions from July 31st, 2025 to September 30th, 2025 to secure the current price, with commercial customers able to take out up to a 2-year subscription.

Act Now: To get your new or renewal licenses at the current price, before the price increase!

NEWS UPDATE #1 - Early Renewals - Please Note: If you renew early, before the end of September, your current expiration date will not change. For example, if your current subscription ends on December 10th, 2025 and you renew now for 1-year, your new expiration date will be December 10th, 2026 or if you renew now for 2-years, your new expiry date will be December 10th, 2027.

NEWS UPDATED #2 - Multi-Year Deals - Please Note: If you would like to save even more money on your existing JetBrains subscriptions, then ask us for a multi-year quote for 2 years or 3 years. If you commit to at least two or three years in advance you can not only lock in the current price, you will also get a further discount depending on the length of the multi-year deal. For more details - just ask us for a multi-year quote!

Click your product in the table above and use the 'Get Quote' form to receive your renewal price, or contact us to discuss new or renewal subscription licensing.

Get Instant Ruby Signature (RBS) Insights on Hover

September 11, 2025
RubyMine 2025.2 now displays hover hints for RBS types, making it easier to understand declarations without leaving your current context.

RubyMine by JetBrains is a powerful Integrated Development Environment (IDE) specifically designed for Ruby and Ruby on Rails development. It offers a comprehensive suite of features to boost your coding efficiency, including smart code completion, syntax highlighting, code refactoring tools, built-in debugging and testing frameworks, and seamless integration with popular libraries and databases. Whether you're a seasoned Rails developer or just starting out, RubyMine's intuitive interface and robust features can help you write cleaner, more maintainable code and accelerate your development workflow.

The RubyMine 2025.2 release introduces a feature that adds hover hints for Ruby Signature (RBS) declarations and references. This enhancement is especially useful for developers working with type annotations, as it enables quick access to type information directly within the editor. Instead of navigating away from your code, you can now hover over an RBS reference to instantly view details such as type alias definitions. This feature helps maintain coding focus and speeds up understanding of typed Ruby code.

To see a full list of what's new in version 2025.2, see our release notes.

RubyMine is licensed per user, and is available as a commercial annual subscription license. We can supply new subscriptions, subscription renewals, lapsed renewals, and additional user licenses. See our RubyMine licensing page for full details.

RubyMine is available to buy in the following products:

Easily Add AI Capabilities to your Apps

September 11, 2025
RAD Studio 13 Florence introduces SmartCore AI components for building AI-driven features directly into Delphi and C++Builder applications.

RAD Studio by Embarcadero is a integrated development environment (IDE) used to build applications for various platforms. It allows programmers to create native apps for Windows, macOS, mobile devices (Android and iOS), and more using C++ or Delphi. RAD Studio is known for its rapid application development features and is targeted towards professional developers building data-rich and visually appealing applications.

The RAD Studio 13 Florence release brings a significant step forward in application development with the introduction of the SmartCore AI Component Pack. This new feature provides runtime components that allow AI capabilities to be embedded directly into your applications. Designed as a foundation for future AI integrations, it supports building intelligent features into both new and existing apps using Delphi or C++Builder. The architecture is extensible, enabling developers and third-party vendors to expand on it with support for additional AI engines and custom user interface elements.

To see a full list of what's new in version 13 Florence, see our release notes.

RAD Studio is licensed per Named, Network Named or Concurrent user and is available as a Perpetual License with an Update Subscription that includes support and free upgrades for 1 Year. See our RAD Studio licensing page for full details.

RAD Studio is available to buy in the following products: