Recent content by Boris Mironov

  1. B

    Preferences in ini-file

    Hello, Is it possible to make default preferences as an ini-file? The reason for this question is multi-developer environment. I guess, it would be very helpful to use ini-file as (at least) initial setup of preferences or loadable (as "Set all values to default"). If our team decides to...
  2. B

    Code Assistant for Collections

    Hello, Could Code Assistant help with using PL/SQL collections / Records? I would like to see list of fields for collections the same way I see the list of columns for tables. Thanks a lot, Boris
  3. B

    Code assistant has problems in Test window

    Hi Marco, Another problem in Test window: Same "old" behaviour after adding code like TYPE tab_emp IS TABLE OF emp%ROWTYPE INDEX BY BINARY_INTEGER; Best regards, Boris
  4. B

    Missed reserved keywords

    Hello, It seems that PL/SQL Developer is missing some reserved words from its Oracle dictionary. Here is my custom.kwf that fixes this issue: round rownum userenv chr length initcap ceil floor last_day instr ltrim rtrim trim lpad rpad lower upper nvl decode substr trunc to_date to_char...
  5. B

    Wishlist: table export improvements

    Hello, I would like to ask for following improvements in "Table export as SQL INSERTS": 1) Use same case as setup in preferences (eg, if I want to convert reserved words to UPPER case and column names to LOWER case in my programs then I would like to have the same rule applied to generated...
  6. B

    Code assistant has problems in Test window

    Hi Marco, Thanks for quick fix :) Boris
  7. B

    Code assistant has problems in Test window

    Hi guys, It is wonderful to use PL/SQL Developer 6.0.4 for day-to-day use! Thanks! Unfortunately, I experience one small issue in Test window. It is very convenient to use Code assistant to finish variable names when you program. This feature works when you edit Package Body but does not when...
  8. B

    Ampersand (&) in comment line does not error

    Hi Marco, What about adding new parameter to Tools / Preferences... interface about PL/SQL behaviour around ampersand in comments? We have very extensive application with lots of packages. Developers use PL/SQL Developer as development tool. Actual implementation process is batch that...
  9. B

    Status bar bug

    Hi Patrick, Yes, I agree with you. Although, I checked simple case. 1. DELETE some records from table through "SQL window" 2. Click "Rollback" button. 3. Pick "Yes" 4. Status bar will stay the same with "2 rows deleted" Folks, it is wrong! Best regards, Boris ;)
  10. B

    Status bar bug

    Hi Marco, Sorry for confusing explanation. What I meant is the following: 1. DELETE FROM abc WHERE id=1 2. Status bar will show something like "2 rows deleted in 0.11 seconds" 3. "Commit" & "Rollback" buttons become available 4. Click "Commit" button 5. "Confirm Yes/No" popup appears 6. Choose...
  11. B

    Status bar bug

    Hello, I just found the bug in the "status bar". It is in "SQL Window". I ran DELETE statement and status bar showed up number of records TO BE DELETED with popup window "Commit/Rollback". I choose "Rollback" and status bar has not been updated properly ;o) Little bug that could be "little...
Back
Top