Problem using Highlighting Plugin

Alexandre

Member
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 (2.032.132 available)

    Parameters
    C:\Arquivos de programas\PLSQL Developer\plsqldev.exe

    Preferences
    Session mode: Multi
    OCI Library:
    Use OCI7: False

    Plug-Ins
    *SmartEd 2.0 Plug-In (C:\Arquivos de programas\PLSQL Developer\PlugIns\SmartEd.dll)
    *Syntax HighLighting (1.1) (C:\Arquivos de programas\PLSQL Developer\PlugIns\HighLighting.dll)
    *PL/SQL Documentation (plsqldoc) (C:\Arquivos de programas\PLSQL Developer\PlugIns\plsqldoc.dll)
    (* is Active)

    Aliases

    Homes
    OraHome81 (C:\Oracle\Ora81)

    DLLs
    C:\Oracle\Ora81\bin\oci.dll

    TNS File
    C:\Oracle\Ora81\Net80\Admin\tnsnames.ora

    Using
    Home: OraHome81
    DLL: C:\Oracle\Ora81\bin\oci.dll
    OCI: Version 8.0
    Oracle8i Release 8.1.7.4.0
    Character size: 1 byte(s)

When I configure an entry in Syntax Highlighting,
like oracle functions names, while I using PL\SQL I have no problems, but in the next time it is started the cpu hangs for a long time and raise the virtual memory to 1Gb then send a message telling me that syntax highlighting was not possible to load.

A picture of my processes

error.jpg


Any help will apreciated..

Thx
 
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.
 
I can't reproduce this. What happens if you do a clean PL/SQL Developer installation in a separate directory, copy the syntaxhighlighting dll into the PlugIns subdirectory of the new installation, and try again?
 
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: In the old one I've installed the Highlighting plugin, now I've just copied
 
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....
 
Back
Top