macos-snippets
macos-snippets copied to clipboard
Unable to reorder snips, or add snips to a folder
Right now when I try to click and drag a Snip, nothing happens. Similarly, when I click on a folder to add a snip, it gets added to the root directory instead of the folder that I'm selecting.
Hi,
Currently, you need to right click on a folder and select "add a snippet".
Because of a SwiftUI limitation, we are waiting the release of Big Sure to enable drag and drop feature.
Ah okay gotcha, will wait until Big Sur. This is going to be a great new feature!
Now that Big Sur has been released, do you have an updated ETA on this feature?
No ETA right now.
I'm working on it but the last versions of Xcode introduced some SwiftUI changes and regressions.
See : https://github.com/Pictarine/macos-snippets/issues/9
I'm working on this 🙏
Okay thank you for the update, please take your time and thank you for all your hard work making such an awesome app.
I'm currently working on this but here's what I discovered so far :
- Can't trigger the expand/collapse manually
- OutlineGroup seems to not handle onMove for now (see : https://developer.apple.com/forums/thread/651214)