diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-12 22:48:19 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-12 22:48:19 (GMT) |
commit | 3ff8ca36b5bbb57b4039d8f6372d52d2b6ab0eaf (patch) | |
tree | d0464c55d0447e9a8ee3f13ff23a8aa99d65228a /src/highlighter.cc | |
parent | 1d9d3ef8044bb12036dbd8f363e14a60eeee3409 (diff) |
note about speed on qt < 4.6
Diffstat (limited to 'src/highlighter.cc')
-rw-r--r-- | src/highlighter.cc | 5 |
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 |