Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
7df679c0
Commit
7df679c0
authored
Sep 08, 2010
by
Roberto Raggi
Browse files
Increased the interval to update QML/JS documents to 100ms.
parent
a29a5b43
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmljseditor/qmljseditor.cpp
View file @
7df679c0
...
...
@@ -77,7 +77,7 @@
#include
<QtGui/QTreeView>
enum
{
UPDATE_DOCUMENT_DEFAULT_INTERVAL
=
5
0
,
UPDATE_DOCUMENT_DEFAULT_INTERVAL
=
10
0
,
UPDATE_USES_DEFAULT_INTERVAL
=
150
,
UPDATE_OUTLINE_INTERVAL
=
500
// msecs after new semantic info has been arrived / cursor has moved
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment