start portlet menu bar

HCLSoftware: Fueling the Digital+ Economy

Display portlet menu
end portlet menu bar
Close
Select Page

The RTist development team has just finalized sprint 2023.35 and as an outcome two new versions of RTist are now available: RTist 11.3 2023.35 and RTist 12.0 2023.35. The latter is the first version of RTist that works with the new Eclipse 2023.06, but it is currently an experimental release that should only be used for testing.

Let's look at some of the new features that are available in both these releases.

Working with Multiple Code Snippets in the Code Editor

RTist

You can now choose to show all code snippets for an element in a single Code editor. This significantly reduces the number of open Code editors, gives a better overview, and makes copy/paste of code between different code snippets easier. Each code snippet can be individually collapsed or expanded so that you can maximize the editing area for those code snippets you are most interested in.

Improved Modeling References Command

RTist

The Modeling References command now supports searching for references located in external projects. Together with the related Code Snippet References command it has also been moved in the context menu to now appear in the Navigate submenu. This makes the context menu shorter and easier to use.

Support for old C++ compilers

It's now possible to compile the TargetRTS with an old C++ compiler that doesn't support C++ 11. This makes it possible for users that, for one reason or another, cannot uplift to a more modern C++ compiler, to still use the latest version of RTist if they don't use a feature that requires C++ 11. When building the model, an error will be reported (either by the Model compiler or the C++ compiler) if such a feature anyway is used.

Improved Element Filtering

RTist

Dialogs and views where a list of elements can be filtered by typing text in a filter box have now been harmonized and improved. They all now support "fuzzy" string matching which for example allows you to find an element by abbreviating its name. Boldface is used to show which parts of the name that match the filter text. Also, the Search tab of the Select Element dialog now presents found elements in a table which can be sorted.

 

Navigating to Substitutable Types

RTist

You can now express in the model, by means of dependencies, which concrete capsules that at run-time will be incarnated into a capsule part. This is for example useful when the capsule part is typed by an abstract capsule. The commands for navigating to the Composite Structure and State Machine diagram from that capsule part now consider such dependencies. Hence you can avoid to always navigate to the (abstract) type of the capsule part and instead navigate to one of the concrete capsules. Note that the dependencies should be «create» dependencies and it's necessary to use the Model viewpoint for creating them.

Learn more about the new features by watching the videos in our Sprint Demo YouTube Playlist.

Comment wrap
Secure DevOps | July 8, 2022
HCLSoftware announces release of RTist 11.2 2022.26
Read a blog announcing the release of RTist V11.2 2022.26 that went live on July 6, 2022. Learn more to have a quick look at the enhancements of this release.