Copy link to clipboard
Copied
I just upgraded to Dreamweaver 2017.1 from CS6.
Most of the upgrades are very nice - great work.
But when i click on a tag in the code view, it highlights and reverses the entire opening and closing tag.
I saw i can change the color of the highlight by creating a custom theme and editing the .less file:
.CodeMirror-matchingtag {
background: #8e8e8e;
}
But that isnt what i want to do. I don't want any highlighting or reversal of the code color. I would just like the cursor to appear in the text without changing the clor of it.
When the color changes its jarring. And it also removes the code coloring on the text.
Using the dark theme is not an option because the white is easier on my eyes.
Is there a solution to this?
Have something to add?