Recent content by Wim

  1. W

    Unit Testing with PL-SQL

    I can testify that the test manager does quite a good job although somebody looking for something resembling JUnit might be disappointed. It's worth a try!
  2. W

    Need "Select Only" Tool

    If you create a user with read-only rights to the database and use that user/pw combo to execute the queries in Query Reporter, you should be safe, isn't it?
  3. W

    Ctrl-F and F&R dialog

    The issue with ctrl-f has been solved; I too had a custom preference set that I didn't update for ctrl-f. The other issue seems to be gone as well!
  4. W

    Large data editor background color

    Agreed!
  5. W

    Ctrl-F and F&R dialog

    Even though I reset the key configurations to default, ctrl-f is not working for me. I'll test some more and get back to you all. When using the button in the menu to launch the Find&Replace window I also get the following: - the (dropdown-)field for "Text to find" is not 'active', meaning I...
  6. W

    Object browser - double click behaviour

    I've set the default behaviour of double-click to 'Edit Spec & Body' as well as the behaviour for packages and package bodies to the same value. Nevertheless it seems that the double-clicking behaviour randomly picks from - (un)folding the object in the browser - opening the editor with the...
  7. W

    debuging

    You're like a mistery novel: always reveal bits and pieces of the puzzle one at a time :) I'm not entirely sure I grasp the situation though. You don't have the code or IDE to test/debug the .Net software, so you purchased it. Is there no support from the supplier of the software? And if the...
  8. W

    debuging

    My guess might be totally wrong but it seems to me like the data you're inserting comes from your .Net program and is being passed to the procedure as an argument of some sorts. Either you let your .Net programming environment (IDE) help you debug what data is being passed to the stored...
  9. W

    Create Synonym Issue

    I can't reproduce it though: - not in the Find Database Objects window - and not in the Create Synonym dialog I did stumble upon this bug though when trying:http://www.allroundautomations.com/threads/ubbthreads.php?ubb=showflat&Number=34724#Post34724
  10. W

    debuging

    It seems to me that the .Net program is making use of a few Oracle10g stored procedures (be it packages, procedures, functions, ..). If you want to test the specific functionality of these stored procedures the manual of PL/SQL Developer explains in detail how you can do so. In brief you select...
  11. W

    Copy/paste code - feature request

    So now it's either rich-text with the background color (more like marking in for example Word) included, or plain text without any markup whatsoever. It would be cool if I could have the syntax highlighting but not the background. As it adds readability within the IDE, it does the same if I...
  12. W

    Find Database Objects - feature request

    An indicator of how long the search has been performing so far (just like the indicator of how long a query has been running).
  13. W

    Enhancement Request for Find & Replace

    And indeed they are there. Very handy! I would love to see something similar implemented in the 'Find Database objects' tool.
  14. W

    Bug: backwards find&replace

    CREATE OR REPLACE PROCEDURE test is BEGIN dbms_output.put_line('This is not a test'); -- cursor positioned on this line dbms_output.put_line('This is not the end of the test'); END test; Bugfix confirmed BUT it now changes all instances of the 'This is' search pattern. (Also when I...
  15. W

    Copy/paste code - feature request

    If I'm not mistaken it's the option(s) that can be found under * Tools - Preferences - Fonts - Grid - Include font style with Copy * Tools - Preferences - Fonts - Editor - Include font style with Copy
Back
Top