Created LanguageTool Plugin

This commit is contained in:
jonathan
2025-08-14 06:30:17 +02:00
parent 8676bbb2f6
commit d5fa2f88be
21 changed files with 1140 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
@tool
extends EditorScript
func _run():
var api = LanguageToolApiWrapper.new()
EditorInterface.get_base_control().add_child(api)
var result = api.check("Hello this is a santence how are you")
print(result.matches[0])