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
Sometimes, while inserting text, ruby raises a TypeError exception, complaining that the argument is not a KTextEditor::Range.
This seems to be caused by something going wrong in the connection between the textInserted(KTextEditor::Document*, KTextEditor::Range)KTextEditor::Document signal and the associated block in Ruber::Document. Apparently, the second argument provided by the signal is not a KTextEditor::Range
The text was updated successfully, but these errors were encountered:
Sometimes, while inserting text, ruby raises a TypeError exception, complaining that the argument is not a
KTextEditor::Range
.This seems to be caused by something going wrong in the connection between the
textInserted(KTextEditor::Document*, KTextEditor::Range)
KTextEditor::Document
signal and the associated block inRuber::Document
. Apparently, the second argument provided by the signal is not aKTextEditor::Range
The text was updated successfully, but these errors were encountered: