Recent content by Alexandre

  1. A

    Another problem with Beautifier

    The NOT EXISTS is not working the same way as IN look the example bellow: SELECT DISTINCT TA.FIELD_1, TA.FIELD_2, SUM(TB.FIELD_2) TOTAL FROM TABLE_A TA, TABLE_B TB WHERE TA.FIELD_1 = TB.FIELD_1 AND NOT EXISTS (SELECT 1...
  2. A

    Problem with Pl/Sql Beautifier

    Do you have any schedule to fix this?
  3. A

    Problem with Pl/Sql Beautifier

    I'm using the last version and found a bug with pl/sql beautifier. I've a table with a lot of fields and I'm executing an insert statement via EXECUTE IMMEDIATE 'xxx' USING ; The problem is that I've many variables and when I try to format the code via beautifier it isnt respecting my "Right...
  4. A

    Bug in PLSQL Beautifier.

    Look at this exemple: SELECT d.deptno AS departament_number, d.dname AS departament_name, d.loc AS department_location FROM emp e, dept d WHERE e.empno = p_empno AND d.deptno = e.deptno; If you use the Beautifier it aligns everything correctly but, in this...
  5. A

    Problem using Highlighting Plugin

    I got it.... The problem happened after I've installed the Smart ED plug-in. After remove it the old one works again. I'll remove the Smart ED plug-in from the others machines. Test them together and you'll find the problem. Thanks for the help....
  6. A

    Problem using Highlighting Plugin

    It works now. But I dont understand, the old one doesnt work and this one works. I've copied the user.prefs from the old to the new, and the new still works. The only differences between then besides the directory is the HTML Manuals that I've configured in the old one. Another difference...
  7. A

    Problem using Highlighting Plugin

    I'll try this.
  8. A

    Problem using Highlighting Plugin

    Marco, If I put only one configuration and one line in manual detail this problem happen. I was testing version 5.1.3.704 and the plug-in worked fine.
  9. A

    Problem using Highlighting Plugin

    These are my specs: PL/SQL Developer Version 6.0.2.880 (MBCS) 02.22377 - 10 user license Windows 2000 version 5,0 (build 2195) Service Pack 4 Physical memory : 261.616 kB (120.868 available) Paging file : 949.996 kB (702.572 available) Virtual memory : 2.097.024 kB...
Back
Top