Skip to content

[interactiveconsole] Try loading katepart directly

Nicolas Fella requested to merge work/katepart into master

The current code tries to load any KTextEditor/Document part using KServiceTypeTrader.

At least on my machine katepart is the only available one.

By loading that one directly and falling back to the existing KTextEdit fallback we can avoid using the deprecated KServiceTypeTrader

Merge request reports