forked from qt-creator/qt-creator
Core: Use restrictions on character count instead of line counts
Assume lines with an average of 100 characters for the transition and use the character limit already in two cases. Change-Id: I43316d51d7d5017aa413d6c910d3784a14237e9f Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -213,7 +213,7 @@ const char DEFAULT_BUILD_DIRECTORY[] = "../%{JS: Util.asciify(\"build-%{CurrentP
|
||||
|
||||
const int MODEBAR_ICON_SIZE = 34;
|
||||
const int MODEBAR_ICONSONLY_BUTTON_SIZE = MODEBAR_ICON_SIZE + 4;
|
||||
const int DEFAULT_MAX_LINE_COUNT = 100000;
|
||||
const int DEFAULT_MAX_CHAR_COUNT = 10000000;
|
||||
|
||||
} // namespace Constants
|
||||
} // namespace Core
|
||||
|
||||
Reference in New Issue
Block a user