Author Topic: Slow comment editing in C files  (Read 4674 times)

cweb

  • Junior Community Member
  • Posts: 3
  • Hero Points: 0
Slow comment editing in C files
« on: September 08, 2006, 06:41:53 PM »
When editing files using C style syntax highlighting, I have noticed that editing comments is much slower than editing the rest of the file.  I'm using v11.0.1 on Solaris.  This only happens on /* ... */ style of comments, both single and multi-line.  Single line comments using // do not suffer from the slowdown.

I was wondering if anyone else had noticed this issue?