Hello
We just have our new PL/SQL Developer installed yesterday and observed rapidly the same problem :-(
We can reproduce it with a simple table like the following created into two different schemas :
create table TABLE_TEST
(
rec_id INTEGER not null,
rec_string VARCHAR2(32)
)...