#import "HBOutputPanelController.h"#import "HBOutputRedirect.h"Defines | |
| #define | TextStorageUpperSizeLimit 125000 |
| Maximum amount of characters that can be shown in the view. | |
| #define | TextStorageLowerSizeLimit 120000 |
Implementation of class HBOutputPanelController.
| #define TextStorageLowerSizeLimit 120000 |
When old output is removed, this is the amount of characters that will be left in outputTextStorage.
| #define TextStorageUpperSizeLimit 125000 |
Maximum amount of characters that can be shown in the view.
1.7.1