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.

DSS.BAT rhino .js launched eclipse is not the look and feel of TI CCS. HOw can the many features present in CCS be made available?

Can DSS eclipsec be configured so that the eclipse that is started has the look and feel of TI CCS?

I used DSS.BAT to use rhino debugger for my .js.

...

    var script_server_singleton = ScriptingEnvironment.instance();
script_server_singleton.getServer("CCSServer.1").openSession(".*"); //Open a CCS Session to bring up the CCS GUI which will share the same debug context
...


This is successful in starting up eclipse.

However the eclipse does not have the look and feel of the TI CCS.

Can DSS eclipsec be configured so that the eclipse that is started has the look and feel of the full TI CCS?

thanks 

Andrew