SublimeText-Markdown / MarkdownEditing

Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
MIT License
3.17k stars 649 forks source link

"Select color scheme" is wrong to "show home page" #723

Closed pencilheart closed 1 year ago

pencilheart commented 1 year ago

The version is 3.1.9.

deathaxe commented 1 year ago

What exactly is the issue?

Nothing has changed with regards to "Select Color Scheme" command.

pencilheart commented 1 year ago

See here please, I don't know what's wrong.

Kapture 2023-01-21 at 11 46 24

deathaxe commented 1 year ago

Do you see any error messages in ST's concole?

pencilheart commented 1 year ago

Show TypeError: show_quick_panel() got an unexpected keyword argument 'on_select' in console.

deathaxe commented 1 year ago

This error indicates something to be wrong with your ST setup or you using quite outdated ST4 dev build.

Some ST4 dev builds shipped an API, which renamed on_select to on_done by accident. Current stable release however uses on_select again.

That's not an issue MarkdownEditing could fix.

pencilheart commented 1 year ago

Yes, you're definitely right. It's a dev version. Thanks for your help. Issue will be closed.