summaryrefslogtreecommitdiff
path: root/src/highlighter.cc
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2013-01-12 22:48:19 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2013-01-12 22:48:19 (GMT)
commit3ff8ca36b5bbb57b4039d8f6372d52d2b6ab0eaf (patch)
treed0464c55d0447e9a8ee3f13ff23a8aa99d65228a /src/highlighter.cc
parent1d9d3ef8044bb12036dbd8f363e14a60eeee3409 (diff)
note about speed on qt < 4.6
Diffstat (limited to 'src/highlighter.cc')
-rw-r--r--src/highlighter.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/highlighter.cc b/src/highlighter.cc
index a636827..ab0a071 100644
--- a/src/highlighter.cc
+++ b/src/highlighter.cc
@@ -36,6 +36,11 @@
even if it's not visible in the window. On a large file (50,000 lines) this
can take several seconds.
+ Also, QT 4.5 and lower do not have rehighlightBlock(), so they will be slow
+ on large files as well, as they re-highlight everything after each compile.
+
+ The vast majority of OpenSCAD files, however, are not 50,000 lines
+
Test suite:
1. action: open example001, remove first {, hit f5
contact: Jan Huwald // Impressum