[DEL]
key.
When the user did a quick fix on an error, the error detail dialog was not updated – it still showed the error, which may have been fixed already. This has been improved: Now the dialog shows the next error or closes itself if no more errors exist.
If suitable, the code completion now suggests chains of keywords. For example, imagine the attribute mappings section for an adapter: In most cases, the configuration starts with the keyword
map and an opening curly brace
{
. The code completion now offers
map {
as proposal.
If Excel is busy, e.g. because a dialog is open or the user is editing a cell’s contents, YT cannot open Excel documents. In these cases, YT showed a general error message saying „make sure that Excel is installed.” We improved this message.
YT did open text files with Java’s default encoding. This has been adjusted; the text adapter now takes the Eclipse encoding preferences into account. This pertains to all levels, i.e., the global encoding settings as well as settings on project, folder, and file level.
For your convenience, YT Editor creates links even if artifacts are entered into the „wrong” sections. Imagine you have a link type specified from A (Requirement) to B (TestCase). In this case, YT creates the link even if the TestCase is added to the editor’s section A and the Requirement is added to section B.
However, if the link type had role labels configured and artifacts were entered into the „wrong” sections, the role labels were not added to the artifact sections correctly. This might have confused the user. Now the role labels have been removed from YT Editor completely.
Due to this bug in Eclipse’s C/C++ Development Tooling, YT checks comments for uniqueness. When doing these checks on a large number of files, a performance leak occurred. This leak has been closed now.