Recent content by til

  1. T

    PL/SQL Developer why not support for Mac OS X?

    Our Mac Developers are switching to SQL Developer because PL/SQL Developer doesn't run on the Mac.
  2. T

    A small nuisance

    Ok. didn't know the shift-click, that helps.
  3. T

    A small nuisance

    If you have several windows open, the "x" icon for closing the last window disappears behind some tab-navigating arrows. I find myself constantly clicking "arrow-right" of the tab navigation to see and use the "X". Very annoying for example if I'm repeatedly opening and closing windows from a...
  4. T

    Hide instrumentation code (feature request)

    I actually have a good Idea for a possibly rather easy implementation of this feature: We are actually using AutoReplace for our instrumented Code with *.tpl (template) files. I imagine it could be easy to hide/expand some of the autoreplaced code by just showing the key ( and maybe the...
  5. T

    Why does plsql developer installer need admin permissions?

    If you update, you don't have an option "only for current user". We are officially on 12 and I can't update to 13 for my user only, since 12 was installed for all users.
  6. T

    Hide instrumentation code (feature request)

    We have a lot of debug statements in our code and probably we are not the only ones. It would be really nice to be able to hide these easily. I'm thinking of an option where I define something like: hide all "if..end if" blocks with condition(s) "l_debug_lvl >=...
  7. T

    Small bug/feature

    When I'm developing sometimes I work on a plsql script and switch back and forth between test window and programm window. Now there is a small nuisance if you do that: the programm window always adds a slash "/" at the end of the cript and test window complains about that slash.
  8. T

    Enhancement Request: the Windows List

    I would be happy with a small 'X' button on the right of each window in the list.
  9. T

    New Tool Suggestion: PL/SQL IDE for Eclipse!

    Has the near Future come any nearer by now?
  10. T

    Beautifer enhancement

    @sachin: That is a misplaced comment in my view. What would you expect the beautifier to do in this case?
  11. T

    Enhancement Requests for Beautifier

    Three things i really miss in the Beautifier: 1) Leave a Blank between leading comma and following text. 2) New line after IF (indent the new line by one "tab"). 3) Place closing brackets under opening brackets. This one is tricky, because it does not make sense for every bracket, only if the...
  12. T

    View collection variables in debugger?

    Possibly it depends not only on the db version, but also on the sqlnet version. I've seen collection related problems depending on sqlNet.
  13. T

    View collection variables in debugger?

    Looks like that works with a oracle 10 db though, it only hangs on a 9.2
  14. T

    Debugger Hangs on Array

    yes it works on our 10.2.0.2.0! Wow, i'm really glad that bug is gone now. Now i just hope our development db will be upgraded to 10 soon. (or you guys find out what the 9.2 problem is)
Back
Top