KTextEditor
Todo List
- Member KTextEditor::SmartRangeNotifier::mouseExitedRange (KTextEditor::SmartRange *range, KTextEditor::View *view)
- For now, to receive this notification, the range heirachy must be registered with the SmartInterface as for arbitrary highlighting with dynamic highlighting. Need to add another (and probably simplify existing) method.
- Member KTextEditor::View::setSelection (const Cursor &position, int length, bool wrap=true)
- rodda - is this really needed? it can now be accomplished with SmartCursor::advance()
- Member KTextEditor::TextHintInterface::needTextHint (const KTextEditor::Cursor &position, QString &text)=0
- KDE5: add first parameter "KTextEditor::View * view"
- Member KTextEditor::TextHintInterface::enableTextHints (int timeout)=0
- KDE5 add default value for timeout
- Member KTextEditor::SmartRangeWatcher::caretExitedRange (SmartRange *range, View *view)
- For now, to receive this notification, the range heirachy must be registered with the SmartInterface as for arbitrary highlighting with dynamic highlighting. Need to add another (and probably simplify existing) method.
- Member KTextEditor::SmartRangeWatcher::caretEnteredRange (SmartRange *range, View *view)
- For now, to receive this notification, the range heirachy must be registered with the SmartInterface as for arbitrary highlighting with dynamic highlighting. Need to add another (and probably simplify existing) method.
- Member KTextEditor::SmartRangeWatcher::mouseExitedRange (SmartRange *range, View *view)
- For now, to receive this notification, the range heirachy must be registered with the SmartInterface as for arbitrary highlighting with dynamic highlighting. Need to add another (and probably simplify existing) method.
- Member KTextEditor::SmartRangeWatcher::mouseEnteredRange (SmartRange *range, View *view)
- For now, to receive this notification, the range heirachy must be registered with the SmartInterface as for arbitrary highlighting with dynamic highlighting. Need to add another (and probably simplify existing) method.
- Member KTextEditor::SmartRangeNotifier::caretExitedRange (KTextEditor::SmartRange *range, KTextEditor::View *view)
- For now, to receive this notification, the range heirachy must be registered with the SmartInterface as for arbitrary highlighting with dynamic highlighting. Need to add another (and probably simplify existing) method.
- Member KTextEditor::SmartRangeNotifier::caretEnteredRange (KTextEditor::SmartRange *range, KTextEditor::View *view)
- For now, to receive this notification, the range heirachy must be registered with the SmartInterface as for arbitrary highlighting with dynamic highlighting. Need to add another (and probably simplify existing) method.
- Member KTextEditor::Attribute::Effect
- Pulse and CycleGradient are unclear.
- Member KTextEditor::SmartRangeNotifier::mouseEnteredRange (KTextEditor::SmartRange *range, KTextEditor::View *view)
- For now, to receive this notification, the range heirachy must be registered with the SmartInterface as for arbitrary highlighting with dynamic highlighting. Need to add another (and probably simplify existing) method.
- Member KTextEditor::SmartRange::setInsertBehavior (InsertBehaviors behavior)
- does this need a custom function to enable determining of the behavior based on the text that is inserted / deleted?
- Class KTextEditor::SmartInterface
- extend this to provide a signal from the action indicating which range was used to activate it (if possible)
- Class KTextEditor::Plugin
write docu about save/load settings (related to config page)
- Member KTextEditor::Cursor::setPosition (const Cursor &position)
- add bool to indicate success or not, for smart cursors?
- Member KTextEditor::CodeCompletionModel::ScopeIndex
- how to sort scope?
- Class KTextEditor::CodeCompletionModel
- document the meaning and usage of the columns and roles used by the CodeCompletionInterface
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.