From fb348d5a4608855816ab6d9d73ab4e5004abd02d Mon Sep 17 00:00:00 2001 From: clach04 Date: Sun, 14 Apr 2024 10:44:51 -0700 Subject: [PATCH] Document maximum large file size #230 Based on https://github.com/billthefarmer/editor/blob/89876eb516dab5518f59a17280c3b91cbb26cbe9/src/main/java/org/billthefarmer/editor/FileAdapter.java#L52 TOO_LARGE = 524288 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9cfcedb..c8ca952 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ box at the top. ### Large files Editor loads the whole of file to be edited into memory. It will not -load large files which would cause performance issues or cause the app -to crash. Please do not raise issues about the **Too large** dialog -shown when attempting to load a large file. +load large files (larger than ~500Kb) which would cause performance +issues or cause the app to crash. Please do not raise issues about +the **Too large** dialog shown when attempting to load a large file. ![Editor](https://github.com/billthefarmer/billthefarmer.github.io/raw/master/images/Editor.png) ![Editor](https://github.com/billthefarmer/billthefarmer.github.io/raw/master/images/Editor-chooser.png)