mirror of
https://review.haiku-os.org/haiku
synced 2025-02-11 00:00:38 +01:00
drag and dropping text files: before it would blindly read the entirety of the file's text contents regardless of size, which probably led to more than a few nasty surprises when someone attempted to drag very large (i.e. multimegabyte) text files. We now clamp the amount of data we read to 64KB. Though it's debatable if this feature is at all useful, since it may potentially be better implemented by handling entry_refs in dropped messages in BTextView directly (assuming a compatible type). Opinions welcome. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35715 a95241bf-73f2-0310-859d-f6bbb57e9c96