Simplify KTextEditor::Application document creation/deletion-signals
Open, Needs TriagePublic

Description

The following signals are redundant and should be removed for KF6:

  • KTExtEditor::Application::documentCreated()
  • KTExtEditor::Application::documentDeleted()
  • KTExtEditor::Application::documentWillBeDeleted()

Each has a multi-Document equivalent, already, which the hosting application will continue to emit.

tfry created this task.Jan 17 2020, 12:52 PM
alex claimed this task.Feb 11 2021, 2:58 PM
alex moved this task from Backlog to Done on the KF6 board.Mar 9 2021, 6:57 PM

This has been done in https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/103. We settles for deprecating the multi-document variants because they are not fully implemented