PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Eddy Van Esch on November 28, 2013, 06:49:41 AM

Title: Project Notes: Implement CTRL C, CTRL V
Post by: Eddy Van Esch on November 28, 2013, 06:49:41 AM
In "Project Notes" there is a right-click pop-up menu to do Copy/Paste, but CTRL C, CTRL V do not seem to be implemented.
In fact, if you do CTRL V in Project Notes, sometimes the text is pasted in the code editor...

Therefore, a request to implement CTRL C, CTRL V copy/pasting in Project Notes.

Kind regards
Title: Re: Project Notes: Implement CTRL C, CTRL V
Post by: David Kenny on November 28, 2013, 02:52:21 PM
Eddy,

Not to invalidate your request as I don't mind if it's implemented, but there is another way.

I have seen CTRL C and CTRL V not implemented in programs or implemented with a different function than Cut and Paste many times. It's totally up to the programmer.  But CTRL INS (Copy) and SHIFT INS (Paste) are almost always available as they are made available by Windows itself.  I used to say always available, but I have found one program in over twenty years that changed this default action.

By the way, CTRL DEL is Cut. And, true to form, these work flawlessly in FF's Project Notes. :)

David
Title: Re: Project Notes: Implement CTRL C, CTRL V
Post by: Eddy Van Esch on November 28, 2013, 04:49:05 PM
Hadn't thought of those, David. Because I never use them.
But they can be an alternative .. until Paul has implemented CTRL C, CTRL V ..  ;D

BTW, CTRL Delete does not work on my laptop in Project Notes. But it does say 'Delete' on the key, not 'Del'.
If I hit CTRL Delete in Project Notes, it just deletes 1 character, not the selected text.
Title: Re: Project Notes: Implement CTRL C, CTRL V
Post by: David Kenny on November 29, 2013, 01:01:51 AM
My mistake Eddy.  It's SHIFT DELETE for paste.

It's automatic when I use it. But got it wrong when I tried to remember what it is.  I should have checked before posting :-[
Title: Re: Project Notes: Implement CTRL C, CTRL V
Post by: Eddy Van Esch on November 29, 2013, 04:09:00 AM
Indeed, David.
SHIFT DELETE works for cutting a selection. Thanks!
Somehow, I never got around to learning and using these keystrokes.
Title: Re: Project Notes: Implement CTRL C, CTRL V
Post by: David Kenny on November 29, 2013, 02:24:58 PM
Correction (again): SHIFT DELETE is Cut, not Paste as I stated in my last post.

QuoteSomehow, I never got around to learning and using these keystrokes.
No worries, it's not documented as far as I know.  I stumbled across it many years ago. It's been available as far back as Windows 95 (at least). If you are able to switch your habits to it, you will rarely be disappointed that it isn't available in any edit field.
Title: Re: Project Notes: Implement CTRL C, CTRL V
Post by: Rolf Brandt on November 30, 2013, 04:05:04 AM
Just to put it into a nutshell:

<CTRL><INSERT> = Copy selection
<SHIFT><INSERT> = Paste

This I am using since QuickBasic days. They work with any editor, also with all FireFly editon.

Rolf