Files
textmate/Frameworks/OakTextView
Allan Odgaard 196db13f1d Do not accept dropped text of type public.plain-text
The stringForType: method seems unable to handle this type, as a textClipping file dragged to TextMate (on 10.11) will result in a string with null bytes, presumably because the data was UTF-16 but interpreted as ASCII / MacRoman.

This change mirrors what we did for services in commit 062a939189
2016-08-21 12:09:32 +02:00
..