Scott ,
The findall is definetelly nice. I think i'll put it as my main CTRL+F shortcut.
However I still miss the quick find up/down funcitonality. Very convenient.
Sometimes i copy/paste a pl/sql program unit into another editor because of some of the very handy shortcuts it has. Helps me find stuff much faster.
I think the current pl/sql editor has some very nice features, but lacks some very basic ones, specifically when searching for text.
I would...
Marco,
I am trying to turn off any HTML output as it slows me down when I do repeated tests.
I so you call htp.flush and htp.get_line. I was unable to find any documentation on these methods, where did you read about using them?
My idea was to "flush" http before returning from my test...
Unfortunatelly, i just ran into a strange issue.
When I have http output, and I resize the window, the test window automatically siwtches to the http output tab ...
With all the bad reports and enhacements request (at least from me) i decided that PL/SQL Developer reserves a few good ones.
I love the TEST window. especially thet HTTP output is just awesome.
That's it, just awesome.
Hello,
Usually when you do a delete word (ctrl+del or ctrl+backspace) you are supposed to delete the word on the left or on the right of the cursor.
PL/SQL developers deletes until the next word on the left or on the right.
What this means is that if you have:
select /*+ hint hint */...
Open sessions window, where there's content in the subqueries tab on the bottom (say events)
click a column to select this column.
Right click -> copy
Paste in notepad.
6.0.3.893
When I "copy" from the result sets of the grids in a Sessions window, aditional double quotes are added.
The old behaviour was nothing been added, and lines copied as is.
I find this new behaviour extremlly unconvenient. Was this changed per a request, or accidently?
I like the old...
I would like not to be limited to queries involving DBA_OBJECTS only when designing my own object browser folders.
I would like to include say .. partitions ... or table statistics ...anything.
PL/SQL developer's explain plan query ordering is not correct. Sometimes the order of the plan will not be correct.
For example, when having a HASH-JOIN subkey, the tables will be replaced. (the hashed table will be second...).
The query you are using is:
select level, plan_table.* from...