I am sure this is a simple item I am missing in the configuration, but I want be able to disable the italics on some lines are shown in. I work with Typescript files and items in single quotes are italicized in the editor. This leads to UltraEdit not matching where I highlight, select with the mouse cursor, and the actual text line. This causes me to replace text I did not intend to, or to be in the wrong part of the line.
For instance, a text line looks like the following in the editor
import { Statistics } from '../DataStructure/Statistics';
Quite often, when I click at the slash before the S in Statistics, it appears to be properly highlighted in the italic text, but when I type, the cursor is actually in the word DataStructure, usually be 2-3 characters from the end, or the last u.
For instance, a text line looks like the following in the editor
import { Statistics } from '../DataStructure/Statistics';
Quite often, when I click at the slash before the S in Statistics, it appears to be properly highlighted in the italic text, but when I type, the cursor is actually in the word DataStructure, usually be 2-3 characters from the end, or the last u.