Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Highlighting of matching tags(How can I switch on highlighting of matching tags?)
Highlighting of matching tags [message #1038819] Thu, 11 April 2013 11:27
Rob Roßkopf is currently offline Rob RoßkopfFriend
Messages: 1
Registered: April 2013
Junior Member
Hello everybody,

since my recent update to Eclipse Juno tag highlighting in PHP/HTML files doesn't work anymore, although the switch (Preferences > General > Editors > Text Editors > Annotations > Annotation Types > Matching Tags) is set. With Indigo matching tags were shown perfectly well, even in .php-files. Now it only works within .html-files.

What do I have to do, which plugin is responsible for making this feature operate with .php-files again?

Thank you so much
-Rob.


Glossary:

A tag is "matching", if it is the corresponding open or close tag. It should be highlighted when the cursor is adjacent to or in the corresponding tag. Like this:
<div>
    <div> [<- CURSOR IS HERE]
        <div>
            <ol>
                <li>
                ...
        </div>
    </div> [<- THEN THIS SHOULD BE COLOURED, TOO]
</div>
Previous Topic:how to install PDT 64bit windows by juno?
Next Topic:Which PDT * Feature do I select?
Goto Forum:
  


Current Time: Thu Apr 25 07:38:00 GMT 2024

Powered by FUDForum. Page generated in 0.02906 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top