bugs and questions in pl\sql dev

sinys

Member²
In pl\sql dev version 9.0.5.1648
1) Show "PlanPanel" text in explain plan window if minimize splitter.
kmYTcH56.png

2) Observed a strong window flicker when click "Edit" on table.

Questions:
1) How I can select don't on start pl\sql dev?
2) When you will add style in PL\SQL Beautifier?

SQL:
select /*new line*/
         depno as department_number,
         dname as departmen_name,
         loc   as department_location
  from   /*new line*/
         dept,
         emp
  where  /*new line*/
         emp.empno = p_empno
         and dept.deptno = emp.deptno;
 
1) How I can select don't on start pl\sql dev?
2) When you will add style in PL\SQL Beautifier?
I'm not quite sure what you mean. Can you elaborate?

3) How I can set on "Logon" window on folders always expanded?
If you have the "AutoSave Desktop" preference enabled (Tools > Preferences > User Interface / Options), then all previously opened folders will be reopened when you restart PL/SQL Developer.
 
Marco Kalter said:
1) How I can select don't on start pl\sql dev?
I'm not quite sure what you mean. Can you elaborate?
4JS3UA3T.png

As a rule I login by system and always select "my_user" in this combobox. Please add opportunity set "my_user" as default.

Marco Kalter said:
2) When you will add style in PL\SQL Beautifier?
I'm not quite sure what you mean. Can you elaborate?

You promised. Do you remeber that?

Marco Kalter said:
3) How I can set on "Logon" window on folders always expanded?
If you have the "AutoSave Desktop" preference enabled (Tools > Preferences > User Interface / Options), then all previously opened folders will be reopened when you restart PL/SQL Developer.

tnk5sVUx.png


I want the tree was always solved.
 
Windows 7 64bit
pl\sql developer 9.0.6.1664 (and in old versions)

when click on popup-button expend calendar in date field then pl\sql developer is hanging
9Rg23efN.png
 
Back
Top