Recent content by mandm

  1. M

    DDL + trigger - suggestion

    Any news?
  2. M

    Project items doesn't ordering

    In the "Project Items" I cannot drag and reorder an item. When a click and holding down the mouse button on an item and dragging, it's only selecting the others. It worked as "reordering" before
  3. M

    Another uncomment bug

    It's still bug in 11 beta7 (11.0.0.1758)
  4. M

    Another uncomment bug

    I have this code select d.*, d.rowid from dba_users d I do comment with Comment button. select d.*/*, d.rowid*/ from dba_users d The result is OK. The ", d.rowid" is commented. I want to uncomment with Uncomment button. (First I click into the commented section) select d.*/*...
  5. M

    Special characters in filename

    It's working! Thank You!
  6. M

    Special characters in filename

    I have a pl/sql developer instance. I want to save a file with Hungarian national character in filename, such as 'ő' or 'ű'. But the saved file name contains 'o' or 'u' instead of original characters. When I want to open a file wich name contains characters such as 'ő' or 'ű', then it causes...
Back
Top