snippets icon indicating copy to clipboard operation
snippets copied to clipboard

Where to report snippet bugs?

Open williballenthin opened this issue 1 year ago • 2 comments

I see this repository is for the snippet manager plugin itself, not the snippets, which are hosted in a Gist. The Gist interface doesn't make it easy to report bugs or propose changes. So, where would you prefer issues to be reported in snippets?

In the meantime, I had trouble with simple_ui.py referencing uicontext, which I was able to fix by:

  • uicontext -> current_ui_context
  • context.widget -> context.getCurrentView().widget()

williballenthin avatar Feb 29 '24 11:02 williballenthin

Here works fine for me, thanks!

psifertex avatar Feb 29 '24 14:02 psifertex

And yeah, I changed some of those variables but didn't update all snippets yet. Appreciate the reminder. I do plan to migrate the snippets away from a gist at some point either to this repo or another. That would be a good small post-4.0 task for me this week or next.

psifertex avatar Feb 29 '24 14:02 psifertex