Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 16.0.1
-
None
-
-
2234af0e6 (16.0)
Description
- The settting "warnBeforeOpeningBigFiles" is true.
- Open a .cpp file, its size meets the conditons "fileSizeInMB > systemSettings().bigFileSizeLimitInMB() && fileSize < EditorManager::maxTextFileSize()"
- The warning message box do not be shown.