Enable symbol coloring is not sticky. I can disable it as you describe, but after closing/reopening the file symbol coloring is enabled again. Quitting/reopening SlickEdit doesn't make a difference. Saving the file with symbol coloring disabled doesn't help either.
I've attached a stripped-down test file that causes the issue, but not as severely. The CPU usage goes up to about 50% when it's opened. Here's what I've observed when playing around with the attached test file:
Opening it causes CPU usage to jump to about 50%.
Disabling symbol coloring and doing nothing else does not affect CPU usage.
With symbol coloring enabled, and having done nothing since opening the file, if I enter a character anywhere in the file, CPU usage drops to normal. After deleting the character (with backspace, or undo) or reverting the file, CPU usage stays low.
With symbol coloring enabled, and having done nothing since opening the file, if I delete a character anywhere in the file, CPU usage drops to normal. After reverting the file (with undo or revert), the CPU usage stays low.
With symbol coloring enabled and doing nothing since opening the file, if I scroll 2+ lines from the top CPU usage drops to normal.
With symbol coloring enabled, and doing nothing since opening the file, if I disable the minimap, CPU usage drops to normal. When I re-enable the minimap, CPU usage jumps back to ~50%
If I do any of the above steps that result in a drop in CPU usage, then disable/enable the minimap, CPU usage jumps back to ~50%
A real file takes 100% of CPU on launch, and drops to normal when disabling the minimap. Re-enabling the minimap brings the CPU usage to about 50%. Scrolling drops CPU usage to normal. This does not seem to be the case when I have a normal working set of files open, as the CPU never drops even with scrolling. I have not tried disabling the minimap of a normal working set of files.
-Tim