Recent content by Christo Kutrovsky

  1. C

    quick find in editor

    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.
  2. C

    quick find in editor

    No, going to chekc it out right now. Thanks !
  3. C

    quick find in editor

    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...
  4. C

    http output in test window

    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...
  5. C

    http output in test window

    Also the profiler refreshes it's data everytime the tab is switched to the profiler.
  6. C

    http output in test window

    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 ...
  7. C

    http output in test window

    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.
  8. C

    Sessions window grid copy changed

    whip !! good catch !!!
  9. C

    delete word deletes too much

    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 */...
  10. C

    Sessions window grid copy changed

    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.
  11. C

    Sessions window grid copy changed

    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...
  12. C

    Wishlist

    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.
  13. C

    Wrong EXPLAIN PLAN ordering

    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...
  14. C

    Minor bug in code contents highlight

    Email send. Subject: Minor glitch in code content highligth
  15. C

    Extracting query results as INSERT statements

    That would be nice. Special copy -> as "insert" . Count my vote.
Back
Top