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: CCS Theia for C2000 - Go to definition/declaration opens new window

Part Number: CODECOMPOSER

Tool/software:

Hello, 

since the existing CCS will be discontinued and the newer Theia version should be used instead for the C2000 development, we started to evaluate it and found out that the go to definition or declaration commands always open the same file (the definition or declaration is in the same file) in a separate window with an absolute path when a project is located on an emulated drive. 

For example, c:\Laufwerk_E folder is used as the emulation folder for drive E. 

When I open the adc_ex13_soc_oversampling.c file from the right file explorer the window contains the relative path: adc_ex13_soc_oversampling > adc_ex13_soc_oversampling.c

When I right-click to the adcA1ISR method and select "go to definition", the definition should be located in the same file. But the new window with the same file is opened instead. This window contains absolute path: Laufwerk_E > Sandbox > adc_ex13_soc_oversampling > adc_ex13_soc_oversampling.c

This behavior is very annoying because code modifications are not synchronized between the same file windows. Can this behavior be adjusted somehow?