Recent content by Victorious

  1. Victorious

    Edit Package label in Window List

    Why not? For example, you can change it to [EPB | EP | VPB | VP]-employee, it's very important for developers to see what they working on.
  2. Victorious

    Beautifier Bug ver 8.0.1 option "Split join expression before ON"

    The option "Split join expression before ON" does not work
  3. Victorious

    Window List - sort order? - again

    Here is some comments from me. When PL/SQL Dev started from crash and I selected option to restore the session backup, I found the same situation with sorting. It's constantly problem since version 7.
  4. Victorious

    Beautifier Bug ver 8.0

    The statement Select * From Employer e Join Person p On p.Emp_ID = e.Emp_ID Join Staff s On s.Person_ID = p.Person_ID must be formatted as Select * From Employer e Join Person p On p.Emp_ID = e.Emp_ID Join Staff s On s.Person_ID = p.Person_ID In 7.1.5 it was so. Thanks
  5. Victorious

    Table LOB Store parameters

    Need enhancements in script generator "Table/View SQL". 1) LOB Store parameters 2) May be optional drop statement
  6. Victorious

    Parsing query BUG

    Try open test window, place query text and invoke Explain Plan. Result is... Bug in replacing variables with parameters.
  7. Victorious

    Plugin Interface bugs

    IDE_SetBookmark(1,1,10) Set Bookmark on line 11 instead of 10; IDE_GetBookmark(1,X,Y) return Y=11, actually bookmark set on line 10; IDE_GotoBookmark(1) set editor cursor on Bookmark line - 1. My Addon Easy Bookmark in PLSQL Dev 7.1.1 receive 1-3 hook evens, prior 7.1.1 only one)
  8. Victorious

    BUG in programm window

    Why "C", it is possible to draw that or more intelligible
  9. Victorious

    BUG in programm window

    separate icon for Corsors, naturally
  10. Victorious

    BUG in programm window

    CURSOR parents_cur IS SELECT * FROM ... treated as variable in programm window
  11. Victorious

    Debug Bug :(

    :New and :Old values inside trigger hang up PLSQL Developer when moving mouse over this variables :confused:
  12. Victorious

    Idea, HTML Manuals

    Make HTML Manuals with Multitabbed result like tabs in MyIE browser. Very conveniently! Link to MyIE Home http://www.myie2.com/html_en/home.htm
Back
Top