How can plugin swap between code tabs in TestWindow?

malcolmdj

Member
In a plugin (the one I am writing), I can use IDE_TabIndex(index) to swap between the various tabs at the *top* of the TestWindow (i.e. swap between [Test Script], [DBMS Output], [Statistics], etc).

But the question is, how can a plugin swap between the tabs at the *bottom* of the TestWindow. I.e. swap between the various code modules being displayed when viewing the main "Test Script" tab at the top.

Thx
 
Back
Top