rstudio / rstudio

RStudio is an integrated development environment (IDE) for R
https://posit.co/products/open-source/rstudio/
Other
4.68k stars 1.09k forks source link

RStudio v1.3.959 on macOS 10.15.4 Paste shortcut still fails in Save Dialogue #7125

Closed anwhite003 closed 2 years ago

anwhite003 commented 4 years ago

Over the past several versions of RStudio on macOS Catalina/Mojave & before when trying to save an R code file from Source Panel using Cmd-s to save which opens a Dialogue Window, when trying to use Cmd-v to paste the Source file string that I copied to clipboard with Cmd-c: it ALWAYS FAILS. (And it only fails on macOS not on Windows systems.)

However using the long way around with mouse clicks to select the top menubar's Edit menu and selecting "Paste" works to paste the string to the File Name slot of the Dialogue Window. But cmd-v never works.

Other RStudio on Mac users in the past several years have noticed this code error. Why is this so hard to fix? Please correct this soon.

Thank you and Aloha, Andy White

kevinushey commented 4 years ago

Thanks for the bug report! This appears to be a Qt bug -- I've filed this at https://bugreports.qt.io/browse/QTBUG-85050.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, per https://github.com/rstudio/rstudio/wiki/Issue-Grooming. Thank you for your contributions.

stale[bot] commented 3 years ago

This issue has been automatically closed due to inactivity.

anwhite003 commented 3 years ago

Meaning: you will continue to ignore the issue Gee thanks. AW

With Aloha, Andy

On Feb 18, 2021, at 8:30 PM, stale[bot] notifications@github.com wrote:

 This issue has been automatically closed due to inactivity.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

gtritchie commented 3 years ago

This will be fixed by the move from Qt to Electron.

kevinushey commented 2 years ago

Unfortunately, there appear to be a couple of issues here with Electron still.

I think these are worth fixing.

anwhite003 commented 2 years ago

Good grief! I had forgotten this and given up on any fix of Qt but i gotta say 1 fix out of 4 is a 25% win! So mahal nui loa to all of you who managed to get Ctrl v working to enable pasting a string from the Clipboard to the filename field-slot when i try to save a file or script.

but 1 question: in what RStudio version can I expect to see this fix implemented?

With Aloha, Andy White

On Mar 2, 2022, at 12:20 PM, Kevin Ushey @.***> wrote:

 Unfortunately, there appear to be a couple of issues here with Electron still.

Cmd + V for paste Cmd + Z for undo Cmd + Shift + Z for redo Cmd + A for select all I think these are worth fixing.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

kevinushey commented 2 years ago

in what RStudio version can I expect to see this fix implemented?

Hopefully the next major release, currently targeted for release in June, and hopefully a preview in April or May.

anwhite003 commented 2 years ago

Mahalo Kevin !

With Aloha, Andy White

On Mar 3, 2022, at 10:00 AM, Kevin Ushey @.***> wrote:

 in what RStudio version can I expect to see this fix implemented?

Hopefully the next major release, currently targeted for release in June, and hopefully a preview in April or May.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

anwhite003 commented 2 years ago

I have tested in latest RStudio Preview Electron (2022.07.0 B536 Electron) for macOS 12 Monterey and finally-finally-finally after several years of trying to paste text that has been copied to Clipboard into the File Save As dialogue window and always failing (and often freezing the RStudio app) - it finally actually works ! Thank you. - anwhite003 (1 July 2022)

ronblum commented 2 years ago

@anwhite003 Thank you for the update! I'm glad to hear that at long last, this works.