Recent content by jlcox

  1. jlcox

    Minor bug with Compare Table Data

    Yes, it works now. Thank you!
  2. jlcox

    Minor bug with Compare Table Data

    Select a table in one database and compare table data with another by selecting a target session. After the comparison is complete, apply the changes. If you go back now to the first tab and try to change the target session to compare with another database, the Target Session button doesn't do...
  3. jlcox

    Export results to clipboard request

    I love the ability to right click on a row in a result grid and export the results to the clipboard as a SQL file. Very handy for propagating changes through environments. One minor glitch...if a column in the grid is virtual, the generated insert statement includes the virtual column, which...
  4. jlcox

    Query results row count missing

    The footer of the sql results grid shows the current record or current records fetched in the current versions. Beta 15 does not show a row count in the footer, which is useful information.
  5. jlcox

    Preference to reduce icon size

    I like that the icon sizing is configurable in the preferences, as I think they're a bit too big by default. But, to reduce the size of the icons, you need to increase the value of the "Reduce icon sizes" slider, which seems way too complicated and counter-intuitive. A simple "Icon size" slider...
  6. jlcox

    Standard query doesn't set focus to new tab

    Open a program window (or anything, really) in the editor. Right-click on a table in the browser and execute a standard query. Query executes and tab is created, but active tab remains on the editor and doesn't change to the results of the standard query
  7. jlcox

    Job run details info truncated

    This also affects current version (v 14) and earlier. If a job has an error, the text of the error appears in the Additional Info column in the Jobs/Run Details tab. However, the text is truncated and there is no ellipsis button or other function to display the entire text. Please make the...
  8. jlcox

    Can't paste value into linked table field.

    1. Edit a record (with rowid) 2. Choose a linked query to open a related table. 3. Go to single record view and unlock the row. 4. Pasting a value is not an option, although it does work in normal row view.
  9. jlcox

    "Compare User Objects" and "Export User Objects" gets slower with each version

    I can confirm the same. It seems that views, especially, are processed very slowly.
  10. jlcox

    Window read-only status

    Minor bug: Open package and spec in view mode. Change read-only status with popup menu. File is editable, but toolbar icons for comment and beautify are still disabled until a character is typed in the editor.
  11. jlcox

    PL/SQL Devloper

    Try select * from user_tab_cols
  12. jlcox

    Export data from context menu doesn't work correctly

    Now that I have caused it to behave normally by maximizing/restoring/maximizing, it behaves as expected, even after closing and reopening the application.
  13. jlcox

    Export data from context menu doesn't work correctly

    Reported this earlier, still not working correctly in latest version. Select "Export Data" from context menu in object browser. Tab appears, but does not focus, and when focused, the selection is cleared. However...this works properly if the application window is not maximized. If it is...
  14. jlcox

    Function/proc overloads don't appear in browser tree

    create or replace package test is function foo(v_bar in number) return number; procedure foo(v_bar in number, v_foobar out number); end test; / create or replace package body test is function foo(v_bar in number) return number is begin return v_bar + 1; end foo; procedure...
  15. jlcox

    Problem with application window, unable to minimize.

    Happens to me, too, usually after I undock and redock my laptop.
Back
Top