Opened 12 years ago
Last modified 7 years ago
#540 reopened defect
String syntax highlighting is very slow
Reported by: | rongarret | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | IDE | Version: | trunk |
Keywords: | Cc: |
Description
So slow that window updating can slow to a crawl if a lot of strings are on the screen. Do:
(make-list 1000 :initial-element "x")
and it takes nearly a full second to update the display for a single keystroke.
Change History (2)
comment:1 Changed 7 years ago by gz
- Resolution set to worksforme
- Status changed from new to closed
comment:2 Changed 7 years ago by rongarret
- Resolution worksforme deleted
- Status changed from closed to reopened
As of version 1.10-dev-r15900M-trunk this problem still exists for me. It's so bad that if I try to print 10,000 strings the IDE goes SBOD. This is particularly annoying in light of ticket 1102.
Note: See
TracTickets for help on using
tickets.
This doesn't seem to be the case nowadays. Please reopen if you still see a problem.