From: Holger Schemel Date: Mon, 25 Feb 2019 20:40:52 +0000 (+0100) Subject: fixed level sketch copy/paste via clipboard on Windows (using CR+LF) X-Git-Tag: 4.1.3.0~54 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=fe21ed78a5927518daeb7307488415416ef98b6a;hp=fe21ed78a5927518daeb7307488415416ef98b6a fixed level sketch copy/paste via clipboard on Windows (using CR+LF) Before, level sketch copy/paste using Ctrl-c/v in level editor did not work on Windows, where lines of text in the clipboard are terminated with CR+LF (carriage return and line feed) instead of simple newlines. This fixes this bug, and makes parsing level sketches from clipboard a little bit more robust regarding empty lines and garbage text. ---