This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CODECOMPOSER: another GUI defect on active targetconfig

Part Number: CODECOMPOSER

Hi

There is a bug in CCS when it comes to showing the currently active target config.

It is common to have a folder inside the project root folder named TargetConfigs, in there you can have several ccxml files.

if you right click on one of those files, you can select "Select as active target configuration". And in the default setup CCS will append "[Active]" to the filename in Project explorer.

But if the"TargetConfigs" folder is a virtual folder linking to a "TargetConfigs" folder in another location. This does not happen anymore.

The same goes if the files itself is linked files.

EDIT: To be clear, the bug is only in the GUI, the different configs is still being set active, just not visible in the GUI

Examples attached.

In this screenshot You see the three different example projects, I added a yellow arrow where the "[Ative]" annotation is missing.

As a side note I notice that the annotation for Default target do work on linked version.

I have seen this for several versions of CCS now, just newer got around to report it.

I installed the latest version for this report.

Code Composer Studio
Version: 12.5.0.00007

OS: Windows 10, v.10.0, x86_64 / win32
Java vendor: Eclipse Adoptium
Java runtime version: 11.0.13+8
Java version: 11.0.13

The OS detection in CCS seams to be wrong, here is the version infor from the System app

Edition Windows 11 Enterprise
Version 22H2
Installed on ‎04-‎10-‎2022
OS build 22621.2428
Experience Windows Feature Experience Pack 1000.22674.1000.0

The three examples:

gui_targetConfigs_bug.zip