Recent content by TX1Michael

  1. T

    Plug-in access to bind variable section of Test Window

    This is probably a question for Marco... looking through the plugindoc I didn't see anything that looked like it would do it, but is there a way to access the bind variable section of a Test Window? I'm able to grab the code portion using IDE_GetText/IDE_GetSelectedText, but I'd like to be able...
  2. T

    A couple of minor bugs in 9.0

    Marco, I also noticed the same behavior using the IDE_AddConnection/IDE_SetWindowConnection functions. If I add a new connection (with a password specified) and then call IDE_SetWindowConnection with the new connection index, it gives me the "ORA-01005: null password given" error popup...
  3. T

    Can plug-in use current window's session?

    Is there a way for a plug-in to use the Oracle session that the current window is using when calling SQL_* functions? I
Back
Top