Recent content by michaeldias

  1. michaeldias

    wList plugin

    I second this request. Its been on the wish list ever since 7.1 and I can still find my old request to implement this in 2008.
  2. michaeldias

    Enhancement Request - Single Record View inconsistent behaviour

    Hi. I commonly run 2 queries together to get the result sets in multiple tabs. In the normal view I can flick between these to compare record sets. For sets with lots of columns I can use the horizontal scroll bar in one tab and then set in the other tab to compare more fields. When I move...
  3. michaeldias

    Autoreplace enhancement request

    Thanks Theod. Thanks Patrick, been using commentlines for what seems like forever.
  4. michaeldias

    Feature Request.

    Can horizontal split be allowed in other windows type? It is currently only allowed for Program Windows where it could also be useful for very large sql windows.
  5. michaeldias

    v8 Window list configuration

    in v8 onwards different window types have different prefixes. S- = SQL P- = Program window Can this be user configures? I would find it a lot easier to use colours to differentiate rather than prefixes.
  6. michaeldias

    Code Assistant Enhancement for DBlinks

    The code assistant helps select columns when an alis is used which is great. However, as soon as DBlinks are used, it is as if the alias is not picked up so the code assistant does not work. Can this be remedied? Workarounds include adding the dblink at then end or using views. However, this...
  7. michaeldias

    Autoreplace enhancement request

    The v8.0 autoreplace only covers 1 line of code. I can put together long string but then I lose any indentation I may want. For example forr=FOR R_| IN( SELECT FROM )LOOP END LOOP; Can the featuer be extending over 1 line? I am still using v7.0 which supports the softema textType plugin...
  8. michaeldias

    PL/SQL Developer Hangs when describing a view

    It was not marked as invalid in the dictionary tables but recompiling the view has fixed the problem. Perhaps a timeout to skip over the object(s). The code appeared in the trace file so there should be enough information to bring back the object in the results pane if we match on search criteria.
  9. michaeldias

    PL/SQL Developer Hangs when describing a view

    Hello, I regularly use the find facility within the tool and find when that it hangs when including views for a particular user. I have traced from another session and found that it hangs when describing a particular view. I have run this in debug mode and have a debug.txt file I can send...
  10. michaeldias

    Export to excel multiple sheets

    Hello Marco, this would be a good feature. However v8 seems to have a similar feature to work aroung the 64k number of rows limit. Some standard ordering and naming convention would have to be applied to keep this tight. Additionally it would be great to use extra sheets to get around the 256...
  11. michaeldias

    Back to 7.0.3

    We are running with version v7.1.5.1396. The debugging problem is to do with "ORA-0314 not connected to Oracle" which is described in the forum with workarounds. I have not found details on the problem with not seeing the methdods in the package body.
  12. michaeldias

    Back to 7.0.3

    I would just like to say that I am a huge fan of PL/SQL Developer having used the tool since my Oracle days 7 years ago. However I have recently moved back to the 7.0 code stream with 7.0.3. The 7.1 code stream seems slower and more unstable. Although the code folding is a long awaited feature...
  13. michaeldias

    PLSQl Dev 7.1.4 lost features

    Marco, I have found that there is a subtle change in functionality between versions but the feature still works as you have stated. In the old version I can -click on ALT and then use left mouse button (LMB)and drag to perform a box select. -click LMB and then click ALT and use mouse drag to...
  14. michaeldias

    PLSQl Dev 7.1.4 lost features

    Thank you Marco. I have retried the Alt + Mouse and it no longer works. It just highlights everything as normal. To be sure I have restore my key configuration to system default with no luck.
  15. michaeldias

    PLSQl Dev 7.1.4 lost features

    I seem to lose 2 things when upgrading to this version from v7.0.3. The first is the Window List plugin that allows each window type to have its own colour. Additionally the box editting function no longer works. This is where you press ALT + left click to highlight a block of text to cut or...
Back
Top