Update #2: This behavior has been confirm across platforms and in multiple versions. Therefore:
Is this a bug or a feature?
Can I disable this "feature" so that copying a selection of Cell contents works the same as copying the entire Cell?
Update: As Simon Woods astutely observed this problem only occurs when you select the cell contents rather than the entire cell via the bracket. Those two tested this and reported, please check again selecting only the contents and see if the behavior appears.
In version 10 quote marks (i.e. ShowStringCharacters
) appear in output when it is saved as an image using Save Selection As...:
CharacterRange["a", "z"]
Appearance in the Notebook:
{a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z}
When saved as a PNG:
These quote marks do not appear in export from version 7, at least as I had it configured.
Comments
Post a Comment