Recent content by Taoism

  1. T

    My wishlist for 6.0

    Hi Marco, I did a quick search on the boards, but couldn't see if this was being added: Will there be more syntax highlighting options available in the next release? I.e. Perhaps 3 or 4 "custom" keyword types that could be individually coloured? (So I could add built-in Oracle functions to...
  2. T

    Extend trial length?

    Hi, I downloaded your trial version of PL/SQL Developer, and we have decided to purchase it. However, the purchase req is being created today, and my trial copy expired two days ago. I would guess that it could take up to one month for the req to get through all the channels and for us to get...
  3. T

    Replace -> Use with Regexp?

    Ok then, now at least I know for sure Thanks for the timely reply! Cheers, Keith.
  4. T

    Replace -> Use with Regexp?

    Does anyone know the format of the match variables for regular expressions in this editor? I would like to do a "replace all" using the following regular expression: Find: :NEW\.([a-zA-z]+) Replace: p_\1 IN table_name.\1%TYPE However, \1 gets literally substituted. I have tried %1, and $1...
Back
Top