Highlighting of matching tags [message #1038819] |
Thu, 11 April 2013 07:27 |
Eclipse User |
|
|
|
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>
|
|
|
Powered by
FUDForum. Page generated in 0.04419 seconds