You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
It is not immediately clear whether the deprecation notice applies to every instance (which I would expect), or only to TextBuffer.setTextInRange. If it's the former, deprecation notice isn't very visible. If it's the latter, it would seem to be too specific to be useful.
There are multiple places where
undo:"skip"option is accepted, namely (at least from what I could find):TextEditor.insertText(referencesSelection.insertText)TextEditor.pasteText(referencesSelection.insertText)TextEditor.setTextInBufferRangeSelection.insertTextTextBuffer.setTextInRange(the deprecation warning is only here)TextBuffer.insertTextBuffer.appendIt is not immediately clear whether the deprecation notice applies to every instance (which I would expect), or only to
TextBuffer.setTextInRange. If it's the former, deprecation notice isn't very visible. If it's the latter, it would seem to be too specific to be useful.