HISE icon indicating copy to clipboard operation
HISE copied to clipboard

Add CodeEditor cmd+p to copy Console.print(selection) to clipboard

Open ustk opened this issue 2 years ago • 6 comments

ustk avatar Sep 22 '21 17:09 ustk

What does this do that is different to selecting the text in the console and using ctrl+c?

davidhealey avatar Sep 22 '21 17:09 davidhealey

select a variable in the code, cmd+p paste underneath and you get instantly Console.print(myVar); Since it is used hundreds of times a day, I was tired to type it entirely or even use the auto-complete.. cmd+p, cmd+v, done...

ustk avatar Sep 22 '21 17:09 ustk

Aha I get it, very useful!

davidhealey avatar Sep 22 '21 17:09 davidhealey

Yeah definitely, I hesitated to incorporate it in the context menu... Do you think it could be useful?

ustk avatar Sep 22 '21 17:09 ustk

I don't think so, but I'm very keyboard oriented...

davidhealey avatar Sep 22 '21 18:09 davidhealey

Me too.. let's keep it as it is then...

ustk avatar Sep 22 '21 19:09 ustk