We extended the MS Word adapter to recognize headings as candidates. The configuration language now supports the „heading” keyword as in the example below.
locate heading where pattern matches ".*" {
}
This will find any heading as candidate that matches the regular expression „.*”. Find all details in the Microsoft Word – Artifact Type documentation.
A new quick fix was added to remove all duplicate links in one step. This means that all, but one link is removed. The user can not influence which link survives the clean up. „Read-only” links can not be deleted, therefore the result of the quick fix is one of the following:
When running the YT batch export application on a continues integration server, the job will now be marked as failure when an error occurs during YT execution.
The configuration editor will now validate that there are no name clashes for data access and artifact types.
When running the YT batch export application on a continues integration server, the job will now be marked as failure when an error occurs during YT execution.
The configuration editor will now validate that there are no name clashes for data access, artifact types, artifact categories, artifact attributes, link classification and link roles.
We increased the performance of suspicious link validation for large link numbers.
The YT Issues view now allows to limit the number of issues displayed to a user defined number.
The YT Issues view now allows to filter and group the shown issues by type displayed.
When opening the YT issues details view the „Previous” and „Next” issue buttons will jump to issues respecting the order of the issues list.
The artifact representations in the YT Overview are now drawn with a color gradient and will cast a shadow.
When configuring multiple artifact types that point to the same objects in Doors, under certain circumstances the Doors adapter did not fetch all relevant attributes in one swing. This results in poor performance since the adapter has to reload missing attributes lazily.
The tool tip for the link direction evaluation switch now change their text based on the state of the switch.
Fixed an issue that prevents YT from recognizing changes in the native data storage outside YT. When the data.yt file changed outside YT, e.g. by the version control system YT will now reload the file correctly.
The columns can now be reordered and resized. The changes will not be reset after closing the dialog or restarting YT.
The „active” check mark is now updated correctly for artifact and link types even when multiple mappings are defined.