-
-
Notifications
You must be signed in to change notification settings - Fork 70
cut/copy/paste while saving a sketch on OS X goes to the editor, not the save dialog #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Created by: sampottinger Thanks @clankill3r! Apologies for the delay. Can confirm this... Will look into it. |
Created by: sampottinger Ooph. It happens with |
Created by: sampottinger Bad news... https://stackoverflow.com/questions/53309692/awt-filedialog-filename-copy-paste-keystrokes/56793268. I'm wondering if this cropped up with OpenJDK. |
Created by: sampottinger Just confirmed that it doesn't have anything to do with our copy / paste actions within processing itself. Ugh... |
Created by: sampottinger Personally, I'm not sure what the preferred action is here. Right click in the box works. However, the precedent of the previous decision made in processing/processing#1035 suggests mac should use JFileChooser. :(
|
Created by: clankill3r JFileChooser is far worse then the paste bug. I would either leave the bug, or else maybe if it's possible:
Op zo 19 apr. 2020 om 01:51 schreef A Samuel Pottinger <
|
Created by: sampottinger Hey @clankill3r! I was able to reach a different solution in #88 through vaqua. It is in sampottinger/processing4 and https://www.datadrivenempathy.com/processing. |
Created by: github-actions[bot] This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Created by: benfry FYI for alpha 5… going back to the native file chooser as the default because Actual changes in this commit: 5e07761 |
unassigned @processing-bot |
Created by: clankill3r
Not that important, but this old bug is back:
processing/processing#1035
OSX 10.12.6
Processing 4.0a1
If you save a sketch, and paste during that proces for either the filename of the sketch or the filename of a new folder then it paste the content you copied before in the sketch itself.
The text was updated successfully, but these errors were encountered: