Change Windows type from plugin?

vlevi

Member³
Hello,

I often drag and drop SQL files onto PL/SQL Developer. But sometimes these files are programs, or command windows, but they are all .sql extension.
Is there a plugin function, similar to IDE_GetWindowType? I think, before PL/SQL Developer opens a file, it might call a plugin function IDE_GetWindowType(filename:pchar):integer, where I can return a specfic window type. I know from the file name, file size, or some other special things, if it is a program, SQL, or command window.

 
Back
Top