Recent content by Sigal

  1. S

    Package "Reload" Dialog Doesn't Actually Update Code

    I catched this bug too. I editing code on Program Window and when I recompile package body on sqlplus with old-code .pkb PLSQLDeveloper prompt me reload opened code in editor from DB. When I agree do it then code in editor stay without any changes.
  2. S

    Incorrect russian language in SQL query result grid

    Problem resolved with change NLS_LANG on oracle client.
  3. S

    Incorrect russian language in SQL query result grid

    Hello, I try latest version PLSQLDeveloper and see what it incorrect work with cyrrillic font Problem finded in: 1. SQL query result grid: pic1 2. On Command window: pic2 3. On view source of view (some in others views of sources: package and ets.): pic3 Support info is: PL/SQL Developer...
  4. S

    Bug: Cyrillic text has incorrect view in tab "Text" of "Large Data Editor"

    Hm.... I will try investigate this situation.
  5. S

    Bug: Cyrillic text has incorrect view in tab "Text" of "Large Data Editor"

    I'am use next font: Preferences->Font->Browser: Microsoft Sans Serif (Script:Cyrillic) Grig: Microsoft Sans Serif (Script:Cyrillic) Editor: Courier New (Script:Cyrillic) Main Font: MS Sans Serif (Script:Cyrillic) In all fonts...
  6. S

    Bug: Cyrillic text has incorrect view in tab "Text" of "Large Data Editor"

    Still occurs :( latest version is 7.1.4.1389 Simply try execute this select in "SQL Window" and use LOB editor. You can see this situation. ------------ SELECT 'Для услуги "аренда каналов" корректировки за прошедший период должны содержать границы того периода, к которому они относятся.' AS...
  7. S

    Bug: Cyrillic text has incorrect view in tab "Text" of "Large Data Editor"

    Still occurs in 7.1.3.1380 version.
  8. S

    Bug: Cyrillic text has incorrect view in tab "Text" of "Large Data Editor"

    Sure. I send some screenshots to mail. PS: This bug occur in mixed text to (english+cyrillic). One screenshot showing this.
  9. S

    Bug: Cyrillic text has incorrect view in tab "Text" of "Large Data Editor"

    Some field in table have type VARCHAR2(200). In this field stored cyrillic text with length around 200. I need select come records and read it and I write: SELECT text FROM my_Table WHERE ... I try read field "text" in select-result grid with "Large Data Editor". In tab "RTF" text have...
  10. S

    Bug: Search results, disappear highlight

    I need find all positions in the sql window where are present special world. I use tools "Search bar" for this task. All obtained places are highlighted in sql window. Time by time obtained places are not highlighted. Nevertheless search result is not null and option "search list..." show it.
  11. S

    Bug: Search results, disappear highlight

    When using "Search Bar" time by time disappear highlight on search results in text windows. PLSQLDeveloper 7.1.2.1363
  12. S

    Bug: wrongly fill variables window from keyboard when execute statement

    Still occurs in PLSQLDeveloper 7.1.2.1363
  13. S

    "Add-ons page" in your web site.

    Whath happen with "Add-ons page" (http://www.allroundautomations.com/plsqldev-files.html)? It'is invalid a long time. Do You planning enable this service again?
Back
Top