Recent content by ArtVC

  1. A

    Crashes on open workset via shortcut option

    I did make 3 tests and find that debug file constains different string at the end. So i put all 3 files in attachment archive. Also i replaced all private data like user name and connection name. Because of the second file was the smallest, i just did replace such data in it, but in 1 and 3...
  2. A

    Crashes on open workset via shortcut option

    Since beta 2 a constantly have such issue. I'm using several workspaces with 20 - 60 tabs in each of it. I'm starting each instance of PL/SQL Developer using shortcuts with Target string like "C:\Program Files\PLSQL Developer 15 Beta\plsqldev.exe" workset="wrkspc1"...
  3. A

    Shift+Mouse Click in SQL result cell to select a text part

    Hello. Sometimes we need to select a part of text in cell of SQL result and Ctrl+C/delete it then. But scenario above make it sometimes not confortably. All common Windows text editors allow us to put a position of carriege in the middle of a text, hold Shift key and click on different...
  4. A

    Partitioning view enhancements in 'View table' window

    Hello. This features i didn't see in previous versions of PL/SQL Developer. 1. If we have a table with DDL like ... partition by range (DATE_COLUMN) interval (numtodsinterval (1, 'DAY')) ... then with function dbms_metadata.get_ddl or by open context menu on table and clicking "DBMS_Metadata ->...
  5. A

    Calendar tile is unreadable within dark theme

    Hello. So, the background and some characters and top buttons have a bright colours both:
  6. A

    Text background color is made white within copy-paste

    Hello. I'm enjoing new black theme feature and find that when i'm copying a code into other programs like Microsoft Outlook or Word, which support text styling, the characters syle staying the same, but background turning out white. For example: Looks like that in Outlook even when i set a...
  7. A

    View column data externally as ... don't work

    There is no such lines. There is 2 commented lines and then a couple of "ExceprtiobAt$..." and one "AutomaticStatistincsDisabled=1"
  8. A

    View column data externally as ... don't work

    Hello. In version 14.0.1.1965 (and in previous builds also) when I trying to open CLOB result of the "dbms_sqltune.report_sql_monitor" with type => 'ACTIVE' or 'HTML', Pl/SQL Developer suggesting me to open it in "Google Chrome". When I press "Yes" or "No", a result always opening by internal...
  9. A

    Hangs on when open network folder

    Confirming: fixed in Beta 9. Thank you!
  10. A

    Feature request: change connection in object browser

    Hello. When I open object browser and navigation in it, sometimes I want to change database, where i'm looking objects - when i'm working with several DB-s. So there will be very useful feature if I could press "Connect to.." right in Object browser, like in connection list for SQL Window or...
  11. A

    Feature request: export tabs result in many exel files

    Hello. When I running in SQL Windows several queries together and giving them names with --TAB=Name1 comment, I want to export them in excel files, but that way when each tab will generate excel file for themselves. For example --TAB=Query by employers select * from dual; --TAB=Query by...
  12. A

    Hangs on when open network folder

    Ty! This bug actual for beta 8 too. I found that it was fixed in beta 3, but it still appears.
  13. A

    Hangs on when open network folder

    Hello. There is a bug with network folders - specifically with net MyDocuments. I'm creating new SQL window in beta 7. Typing some text. Then i pressing Ctrl+S and "Save As..." dialog is appearing. By default it open folder in network location - that how infrastructure of my organization has...
Back
Top