Recent content by cobets

  1. C

    Full text search - views

    So, you right. PlSQLDev does not execute views, but it parses views. And searching time depends on parsing time. Can you add to PLSQLDev some options for search on views, for example search on views body only (all_views.text) Thanks
  2. C

    debug - show parameters values prefixed by procedure name

    If parameter name seems like MyProcedure.MyParameter debugger shows "not a variable" hint when mouse cursor on it Can you fix it ?
  3. C

    Full text search - views

    Why for full text search on views PLSQLDev execute all views (I can see it on session sql text window) ? Full text search for views is for Full text search on data returned by views or for text search on view's text (user_views.text) ? thank you
  4. C

    Search in Export Tables window

    Can you add context search in Export Tables window, so i can quickly found table for export?
  5. C

    Not found Message box for Find & Replace

    Hi! May be it will be nice if "Not found" Message box appear when no (more) text found for Find & Replace (Edit -> Repeat Last Find) Thank you!
  6. C

    Modifying selected text in view window

    Hi! There is a little bug in view window. if I right-click on stored proc and select "View", а view window will be opened, but if i select a text from proc body and press space, i can modify a text. PL/SQL Developer Version 7.0.0.1050
Back
Top