Recent content by Yeats

  1. Y

    window state switching is not smooth

    16 beta 5 released, but still not fixed
  2. Y

    chinese chars display incorrect

    database: UTF-8 nls_lang: tried both SIMPLIFIED CHINESE_CHINA.ZHS16GBK and SIMPLIFIED CHINESE_CHINA.AL32UTF8
  3. Y

    window state switching is not smooth

    tks, waiting for the next release eagerly .
  4. Y

    chinese chars display incorrect

    try this sql select '你' as tt from dual; select '你好啊' as tt from dual; ======== i've tried so many times and found that when the length of chinese chars is Odd number, the last chinese char display as '�?'.
  5. Y

    window state switching is not smooth

    The window state switching is not smooth. both of 16 beta and 15 i've upload a video. could you fix it?
  6. Y

    chinese chars display incorrect

    i've tried utf-8, zhs16gbk and al32utf8, still not helpful at all. please watch the video attached...
  7. Y

    chinese chars display incorrect

    how to fix it
  8. Y

    Version 16

    *=* The third quarter is almost over.
  9. Y

    The beautifier caused an error

    select sysdate, row_number() over(partition by sysdate order by case when trunc(sysdate) >= trunc(sysdate) then '0' else '1' end) as rn from dual The beautifier caused an error when i try to beautify the sql above.
  10. Y

    Confirm twice while closing plsql

    not confirm twice, but some tab confirm more than once. open 4 tab or more, each tab run different sql, then close pl/sql. see the detail on the message box
  11. Y

    Confirm twice while closing plsql

    see the video attached. Confirm twice while closing plsql version: 15.0.4 win11, 23h2
  12. Y

    result sort icon

    the icon of sort button display incorrect. when i sort the result "ascend" , the "triangle" displayed as "descend". when i sort the result "descend" , the "triangle" displayed as "ascend".
  13. Y

    quick input define.

    thank you ~
  14. Y

    quick input define.

    Oh Yeah~~ thank you .
  15. Y

    quick input define.

    i want to define a quick input : when i input "se" and press tab , then the string "select" displayed in the editor. is there any plugin can do this? thanks
Back
Top