Reload object in the Editor

The Editor doesn’t refresh the popup tips of a reloaded procedure/package in the Editor.

What I’ve done in the Editor:

  1. Open a procedure using “Load object from database”
  2. Drop the procedure in the Editor with DROP PROCEDURE statement
  3. Dynamically recreate the procedure with DBMS_SQL
  4. I use the Reload object from database icon on the toolbar

If I hoover the icon over the Navigator the object properties remains the same as it was.