I have a very fast machine (i9-12900KF, 3.2GHz, 16 core, 24 thread, with 64GB RAM), and yet when I edit an SVG file, it seems that the whole editor freezes for a few seconds almost every keystroke I type.
Why is this?
By comparison, VSCode never experiences any kind of lock-up.
Here's a repro. Put this into an SVG file:
<?xml version="1.0" encoding="us-ascii"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"[]>
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" height="1024px" width="1024px" xml:space="preserve">
...and then go to the bottom of the file and type in a "<" (less-than sign) to start a tag or close-tag. You'll see how bad it is.
What is SlickEdit doing, and if it's something that's that inefficient, how can I turn it off?
I'm running v28.0.0.6 64-bit Qt5.