Plug-in: IDE_TabIndex

Starina

Member³
When I call function IDE_TabIndex, the information about windows (editor, code list) is not updated immediately.

What I should make to update windows.

Code:
Ex.:
 begin
    IDE_TabIndex(1);

    //old windows
    //to-do: update windows
    //new windows

    MyProc;
  end;

P.S. PLD 8.0 and 9.0
 
Last edited:
Seems to work fine. I assume you are switching in the Program Window and that the Program Editor and Code Contents are not updated immediately?
 
Yes, I meant the program window, when there are open packages tabs (specification and body). The windows are updated only after my the procedure has finished.
 
Marco, can you help me? How I can update the code contents window after call IDE_TabIndex? Or is it impossible?
 
Back
Top