Recent content by Erhan

  1. E

    After reconnectiong compare user objects doesn't load objects

    I need to restart pl/sql developer. Erhan
  2. E

    After reconnectiong compare user objects doesn't load objects

    Hi, After reconnectiong because a connection loss, compare user objects screen opens empty. I always need to start another plsql dev program. Is it a known thing? Anyone else having this issue? Erhan
  3. E

    Folding does not work

    That's what I'm saying. It is also bugged in v13. It was working well in v10. Did you check my screenshots? Is it seem ok?
  4. E

    Folding does not work

    Hi, Any news on this? Regards Erhan
  5. E

    Folding does not work

    Hi Marco, Will this be fixed in the final version of v14? It is very hard to use this if we have more than one subprocedures. Erhan
  6. E

    Folding does not work

    Yeah the way it "works" for you "doesn't work" for me. It was working in version 10 btw. Erhan
  7. E

    Folding does not work

    First image is the procedure, second is folded from the variable, third is folded from the first procedure. Erhan
  8. E

    Folding does not work

    They are both enabled.
  9. E

    Folding does not work

    Hi, Here is a sample procedure. When you fold from v_temp1 it doesn't work. When you fold from p_test2 it also doesn't work. Can you check this? create procedure p_test is v_temp1 number; v_temp2 number; procedure p_test2 is begin null; end; procedure p_test3 is begin...
  10. E

    Wrong folding in editor

    Hi Marco, We are using v13.0.6 and still have problem with wrong folding of subprocedures. It was working well with v10. Did you have the chance to check it? Erhan
Back
Top