https://bugs.documentfoundation.org/show_bug.cgi?id=163664
--- Comment #9 from Patrick (volunteer) <[email protected]> --- Unfortunately LibreOffice has its own custom C++ layout engine and each NSWindow only has a single, customize NSView subclass that the LibreOffice code uses as a drawing canvas so we can't seamlessly integrate Apple Intelligence in its current form directly into Writer. I searched around for any non-GUI APIs like -[NSSpellChecker checkGrammarOfString:...] that we could send a chunk of text to and it would return some modified (or not) text but I didn't find anything that looked remotely promising. So, for now, I appears that Apple Intelligence is embedded within NSTextView on macOS. -- You are receiving this mail because: You are the assignee for the bug.
