Recent content by kofolamaster

  1. K

    wrong procedure name when copying from other schema package

    When copying package->procedure using CTRL+C from object browser browsing other schemas the copied name is schema.procedure_name instead of schema.package_name.procedure_name. This does not happen when copying from owned packages - the name is only procedure_name instead of...
  2. K

    beautifier error

    This bug is still present in 9.0.1
  3. K

    paste TAB in editor misplaces cursor

    All the test case bugs are still present in 9.0.1
  4. K

    weird find/replace

    All the bugs are fixed in 8.0.4.1514 good job :) I suggest locking/closing this thread.
  5. K

    paste TAB in editor misplaces cursor

    Still present in 8.0.4.1514 I have widened the test case: 0. enter into Notepad abc\tdef (\t being TAB character) and copy it into clipboard 1. open new SQL window 2a. do not type anything into SQL window 2b. type following into SQL window: x 2c. type following into SQL window: xx 2d. type...
  6. K

    beautifier error

    The bug is still present in 8.0.4.1514 Simplified test case: select '':
  7. K

    minor bug(?) - parentheses highlighting fails on last char in SQL window

    This bug is still present in 8.0.0.1480. Test case: open new SQL window and add following: SELECT * FROM (SELECT * FROM dual) This shoul be the only line without any characters after ')'. The parentheses ( and ) are not highlighted until any character is added after ')'.
  8. K

    paste TAB in editor misplaces cursor

    This bug is still present in 8.0.0.1480.
  9. K

    beautifier error

    The bug is still present, but instead of endless loop, shows an error messagebox.
  10. K

    weird find/replace

    The behaviour in examples 1, 2 and 3 has changed, but has still bugs. "aaaaaaaaaa"; select last one "a", "replace all" on "selection" "a"->"b" 1 items replaced output is "aaaaaaaaba" -- output should be "aaaaaaaaab" this bug hits with any number of selected "a" Tested with PLSQLDeveloper 8.0.0.1480
  11. K

    beautifier error

    Hello, I have folowing issues with SQL beutifier in my PlSqlDeveloper 7.1.5.1398: // this one is not parsed SELECT '':'' from dual; // this one loops forever SELECT :'' from dual; Have a nice day, KM
  12. K

    paste TAB in editor misplaces cursor

    Pasting should be made on the first line, first character of the editor (the editor may contain text) - which is the usual case when pasting scripts/parts from external editors.
  13. K

    paste TAB in editor misplaces cursor

    The settings are: Step (chars): 2 Smart tab: [x] Smart fill: [ ] Use tab character: [ ] Wrap lines: [ ] Allow cursor after end of line: [ ] Visible margin: 80
Back
Top