Questions tagged [clipboard]
The clipboard tag has no summary.
36 questions
6 votes
2 answers
1k views
File Path name copy&paste- single/double backslash problem
Shift+RightClick a file on windows explorer and select 'copy as path', then ctrl+v paste to mathematica notebook, then apply FileExistsQ : ex1) ...
4 votes
1 answer
466 views
Copy clipboard content to mathematica notebook - line break symbol changes
There are 3 kinds of line breaks \r \n \r\n For windows, \r\n is standard. Suppose that there is a file called document.txt, using \r or \r\n as line breaks. Suppose that I open document.txt with a ...
8 votes
4 answers
432 views
How do I make ClickToCopy copy some text rather than string?
Consider the following example: ClickToCopy["display text","file name"] When I click the display text I get ...
7 votes
3 answers
679 views
How to get the contents of clipboard in a variable?
If I copy something into the clipboard then use var=Paste[]; I get Null in the var and the ...
6 votes
1 answer
890 views
Copy and Paste: what is copied to the clipboard?
Copy and Paste is so familiar and works so well that I never wondered what is really happening. My simple idea is that when I ...
4 votes
0 answers
113 views
Hidden Notebook inherits NotebookDynamicExpression?
Bug introduced in 8 or earlier and persisting through 11.3 The following behavior is stably reproduced with versions 8.0.4, 10.4.1, 11.0.1 and 11.1.1 on Windows 7 x64. Set the ...
3 votes
0 answers
195 views
How to send string to clipboard by wolframscript
Bug introduced in 11.0 and fixed in 11.1. This is my "t.txt" file ...
12 votes
0 answers
213 views
Code request: Make "copy formatted code" bulletproof
With the GeneralUtilities`PrintDefinitions functions comes a usable code formatting engine. On this site, most of the time we share code. I believe it would be ...