kate: remove TODO for templates selection feature

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-05-23 03:54:00 +03:00
parent 74a63ed2fe
commit 6dae9f2a53

View file

@ -2152,8 +2152,6 @@ bool KateView::insertTemplateTextImplementation ( const KTextEditor::Cursor& c,
}
}
// TODO: handle %{selection}, selection begin and end?
return true;
}