languagetool-sublime icon indicating copy to clipboard operation
languagetool-sublime copied to clipboard

Fix issue #41: no text in the LanguageTool panel

Open rmalouf opened this issue 11 months ago • 1 comments

In sublime 4, no text gets displayed in the LanguageTool panel (issue #41)

The issue seems to be that in setLanguageToolPanelTextCommand() the Edit object isn't for the languagetool output view so the call to insert() fails. The command "insert" creates a new edit context for the correct view.

rmalouf avatar Mar 22 '24 22:03 rmalouf

@gtarawneh Is there a reason not to merge the changes?

tomdittrich avatar Jun 18 '24 06:06 tomdittrich