orbitalquark / textadept

Textadept is a fast, minimalist, and remarkably extensible cross-platform text editor for programmers.
https://orbitalquark.github.io/textadept
MIT License
636 stars 38 forks source link

Snippets don't work/cannot open dialog box. #437

Closed aenlemmea closed 1 year ago

aenlemmea commented 1 year ago

Updated to 12.0 to find that snippets aren't working. Clicking on Tools>Snippets>Insert Snipet... should open the dialog box, but it doesn't. (As per the 12.0 Manual, it should I am assuming)

orbitalquark commented 1 year ago

You probably don't have any snippets defined. If you open the command entry (Tools > Command Entry), enter "snippets.foo='bar'", press Enter, then try Tools > Snippets > Insert Snippet..., it should work.

aenlemmea commented 1 year ago

I see. Figured it out. Thank you! Works as expected.