Recent content by Michael C. Neel

  1. M

    Change background color of current SQL statement in SQL window

    Thank you mike - "Hot track highlighting" is what I wanted!
  2. M

    True Bind Variables

    Thanks - the test window is what I was looking for. I don't suppose there is a way to make the variable window a popup like the substitution window and put the SQL Output tab below the Test Script tab? I don't see many options for it in preferences.
  3. M

    True Bind Variables

    I'm trying to find how to enable bind variables in PL/SQL developer (i.e. :varname). So far I can only find support for SQL * Plus's substitution variables (i.e. &varname). For a software developer, substitution variables aren't very helpful since they don't work outside of the editor and will...
  4. M

    Change background color of current SQL statement in SQL window

    The Editor/Highlight Color does not changed the color of the recently run statement. By default this is a light green color and the recently run statement is a medium blue.
  5. M

    Change background color of current SQL statement in SQL window

    Hello, I'm a new PL/SQL user after many years of using Toad. In Toad a Shift-F9 executes the SQL statement under my cursor and only that statement. In PL/SQL Developer F8 will execute all statements. I've found that I can turn on AutoSelect Statement that will make F8 behave more the way I...
Back
Top