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.
Hi
I have been using codecomposer for many years now, and have my workflow streamlined so I have a script that will create the workspace and import the project (and some git stuff) each time I have to work on a new feature.
But I have not found a way to disable the "getting started" layout/Tab, with the project-explorer and the output-group minimized.
When you start your workspace number 245, it gets a bit annoying that i have to click close start-tab, and click restore on the two other parts each end every time.
So is there a way to disable this behavior, either on the project creation (using eclipsec.exe) or by a simple file write?
Note: This is NOT about the bug that some have seen where the "getting started" tab would not close. It is about expected but annoying behavior.
Hello Martin,
Browse to:
<CCS INSTALL DIR>\ccs\eclipse\plugins\com.ti.ccstudio.branding_[version]
Open "plugin_customization.ini" in a text editor
In line 2, change the value of "org.eclipse.ui/showIntro" to "false"
Thanks
ki