-
Notifications
You must be signed in to change notification settings - Fork 10
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
Angus/1508 snippets #1553
Angus/1508 snippets #1553
Conversation
suggestions for improvements:
Screen.Recording.2021-07-12.at.1.49.14.PM.mov
questions:
|
I'll add a confirmation if the current snippet has not been saved
will fix that 🙈
I think this is an issue with the react-simple-code-editor component. We can file an issue there, I guess.
It's only blocked when you're in the save dialog. You can still interact with the rest of the GUI while writing code.
Future use. But I think we should remove this input until we're actually. making use of this field @kswang1029 I can't reproduce (2) on mac (chrome, safari) or linux. What were using to test? |
Yes, it is mac+chrome. I tried to make a custom category, save a custom script, then modify it and try to save again with same name, tag, and category. |
Ok, I can reproduce it now. I think I know what it is.. a z-index issue |
@kswang1029 I've resolved (1) and (3) above, and removed the tag input from the save dialog. Please re-review. |
Tested again with a4679bf Screen.Recording.2021-07-15.at.10.11.56.AM.movissue 3: remains. Screen.Recording.2021-07-15.at.10.13.27.AM.mov |
@kswang1029 (2) should be fixed now. (3) will need to be handled by an issue in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just found one detail: preference Enable Code Snippets
need to response to the Restore defaults
button
@YuHsuan-Hwang fixed, please re-review |
Closes #1508. Code snippets feature is hidden behind the "enable code snippets" preference.
Additional tutorials will be handled in #1556.
Additional minor changes:
setActiveFrame(id: number)
renamedsetActiveFrameById
.setActiveFrame(frame: FrameStore)
introduced.@confluence, can you adjust the python scripting interface accordingly. Should be a one-liner.2021-07-19.12-55-59.mp4