I've been using Code Composer for a few years now.
I found updates made in my code editor (UltraEdit) often do not seem to update in the Code Composer's world. I've changed the configuration of Code Composer to always use UltraEdit in hopes this will solve the issue.
Now every time I compile the code the main.c file opens after the compile leading to many windows of the main.c.
I have all my files already opened in my UltraEdit project - I don't want Code Composer to open any files after compile. I've looked through the preferences in Composer but don't see any related choice. Any ideas?
Thank you