Questions tagged [cut-and-paste]

24 questions
0
votes
1 answer

What's causing parse error in JavaScript when source code is cut and pasted?

I cut and pasted this SO code snippet from my browser into my editor (TextWrangler). When I loaded the page it gave me a Syntax/Parse error (Safari). After staring at it for about 10 minutes, I retyped the exact same code manually, and it executed…
Tapefreak
  • 982
  • 1
  • 13
  • 16
0
votes
1 answer

Google sheets cut and paste script

all. Seen a lot of cut and paste Google Sheets scripts where all of them fundamentally fail due to the difference between copy from source + paste in destination + delete source and cut source + paste in destination. The difference being that the…
Ivan Caravanio
  • 597
  • 1
  • 7
  • 20
0
votes
0 answers

Cut and Paste from Edge to Outlook Loses Formatting

At my job we have an internal web application which creates some formatted text which is inserted into an email. My preferred browser for the application is Microsoft Edge. Up to a few months ago, when I cut and pasted the screen Outlook would…
0
votes
1 answer

Detect when cut-ed data is being pasted in MFC COleDataSource VS2008

I need to detect when another application /window in my app does paste on my previously set data , so I can remove it from my source window. I have discovered that COleDataSource::DelaySetData theoretically does this and COleDataSource::OnSetData…
Pifcnt
  • 117
  • 1
  • 10
0
votes
1 answer

VBA copy cells that meet criteria to another sheet

I am brand new to VBA. I want to copy a series of cells from Sheet1 to Sheet2 if the cells on Sheet 2 match a value listed in the first column. For example, I would like to start with SHEET1 and then have the data look like SHEET2 below:…
0
votes
0 answers

Visual Studio 2013 -Copy & Paste of HTML containing Scandinavian characters gets � not ø, æ å

I have a file, index.html, that contains the characters ø, æ, and å. I typed this page in manually on my Danish keyboard and everything displays just fine in the browser. I create an empty file in the project, called page2.html and save it. I copy…
TedEwen
  • 38
  • 7
0
votes
0 answers

Cut and Paste in Eclipse Package/Navigator view

How cut and past operation can be done in eclipse Package/Navigator view in a similar way we do it any file explorer. Ctrl + X is not working. In Navigator view we have Move.. context menu option but it is not a quick way, also Move.. option is not…
Chandrayya G K
  • 8,719
  • 5
  • 40
  • 68
0
votes
0 answers

Pasting into emacs but moving cursor first gets wrong text pasted

In Emacs, when I have text selected and use the keyboard or left-mouse-button Emacs de-selects my text, and I suspect that is when it copies it into the paste buffer. This prevents me from pasting what I had selected outside Emacs. How do I fix…
9mjb
  • 571
  • 3
  • 10
-1
votes
1 answer

Google Sheets script to duplicate a set of data in a pivot table at the beginning of the month?

I'm looking to create a script or system where data from a pivot table is copied and pasted into a new sheet in the same doc. Essentially there is sheet 1 with the pivot table in it and sheet 2 with the raw data which is fed in using n external…
1
2