forked from qt-creator/qt-creator
Increased the interval to update QML/JS documents to 100ms.
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
#include <QtGui/QTreeView>
|
||||
|
||||
enum {
|
||||
UPDATE_DOCUMENT_DEFAULT_INTERVAL = 50,
|
||||
UPDATE_DOCUMENT_DEFAULT_INTERVAL = 100,
|
||||
UPDATE_USES_DEFAULT_INTERVAL = 150,
|
||||
UPDATE_OUTLINE_INTERVAL = 500 // msecs after new semantic info has been arrived / cursor has moved
|
||||
};
|
||||
|
Reference in New Issue
Block a user