Recent content by fidelfs

  1. F

    destructive behavior on workset.

    I like the idea of workset and I use it a lot. Many other tools have the same idea (not oracle tools), i.e. vscode, webstorm, etc. they keep saving the version somewhere so you can close the program without saving. You choose when to save it locally. That is what I love this functionality. The...
  2. F

    Annoying behavior refreshing screen.

    PL/SQL Developer Version 15.0.2.2054 (32 bit) 01.143914 - 1 user license Service Contract: 01-Sep-2023 Style: Bunker Gray Windows 10 (64-bit) Build 19044 en-US(1033)/English (United States) Physical memory : 16,489,304 kB (663,468 available) Paging file : 33,896,480 kB...
  3. F

    Annoying behavior refreshing screen.

    This redraw thing has different behaviors through the application. I called it redraw, probably it is not that, but I couldn't find a better word. It also affects when the application was minimized and you call it again, redraws very slowly. You can see it in the next video click on the link...
  4. F

    Annoying behavior refreshing screen.

    Yes, I am referring to "Activate a windows by hovering over....." from the "Ease of Access Center". I am pasting a link for a little video replicating the issue. It only happens with PLSQL developer and any other window open that is behind PLSQL. This behavior does not occur between any other...
  5. F

    Annoying behavior refreshing screen.

    This behavior is really annoying and distracting. I have setup my computer to use the mouse pointer with autoselect. When I hover over an screen is selected. This function works as intended. PlSQL Developer in the other hand when I change tabs, it redraw itself in less than a second. The...
  6. F

    object window results truncated when viewing

    Hi, I used the Object window to search for a synonym from a remote object. I right click to see the definition for a synonym and the result screen is not big enough to display the result. PL/SQL Developer Version 15.0.2.2054 (32 bit)
  7. F

    Breadcrumbs redrawing performance

    I sent you the code via private message
  8. F

    Breadcrumbs redrawing performance

    Version: PL/SQL Developer Version 15.0.1.2051 (32 bit)
  9. F

    Breadcrumbs redrawing performance

    I don't know if breadcrumbs is the right word. It is all the little tabs showing the depth of the code i.e.: "Declaration", "Function", "Code Section", "Block", "Code Section", etc. You move the cursor and they changed and shows where you are at that point. VIDEO...
  10. F

    How to update an object type field?

    I have a table that has a collection type for one field. Create Type Tms_DCS as table of varchar2(100); -- Create table create table STORE_PROCESSING_EXCEPTIONS ( run_date_exception date default on null sysdate not null, dcs_running_exception_date tMS_DCS...
  11. F

    Font issues

    I used PL/SQL developer since 2002-2003. It was a great experience. Well not anymore. I submitted so many bugs, asked for help and there is only silence from Marco. Well, I seen this pattern from recent years, and too often. I guess they are bored, and they do not care anymore. I still...
  12. F

    Font issues

    Any news?
  13. F

    Font issues

    Any news?
  14. F

    Font issues

    Any news?
  15. F

    Font issues

    I have attached the info tab information.
Back
Top