Kate
Todo List
- Member ExpandingDelegate::drawDisplay (QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect, const QString &text) const
- Fix this properly, it sucks not copying everything over
- Member ExpandingDelegate::paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const
- report to Qt Software
- Member ExpandingWidgetModel::partiallyExpandWidgetHeight () const
- use font-metrics text-height*2 for 2 lines
- Member ExpandingWidgetModel::rowSelected (const QModelIndex &row)
- allow multiple partially expanded rows
- Member KateArgumentHintTree::paintEvent (QPaintEvent *event)
- delay this. It is needed here, because visualRect(...) returns an invalid rect in updateGeometry before the content is painted
- Member KateCompletionDelegate::adjustStyle (const QModelIndex &index, QStyleOptionViewItem &option) const
- Only do this for the "current" item, for others the model is asked for the match color.
- Member KateCompletionDelegate::createHighlighting (const QModelIndex &index, QStyleOptionViewItem &option) const
- reset the cache when the model changed
- Member KateCompletionModel::Group::rowOf (ModelRow item)
- Implement an efficient way of doing this map, that does not iterate over all items!
- Member KateCompletionModel::rowSelected (const QModelIndex &row)
- delay this
- Member KateCompletionTree::KateCompletionTree (KateCompletionWidget *parent)
- uncomment this once we're sure it isn't called too often, or maybe use a timer.
- Member KateCompletionWidget::navigateRight ()
- post 4.2: Make these slots public interface, or create an interface using virtual functions
- Member KateWordCompletionModel::executeCompletionItem2 (KTextEditor::Document *document, const KTextEditor::Range &word, const QModelIndex &index) const
- Introduce configurable word-separators??
- Namespace KTextEditor
- For KDE 4.7 this interface (or a version of it) should go into interfaces/ktexteditor
- Class KTextEditor::DocumentCursor
- KDE5: move to ktexteditor interface, use it in MovingCursor::move() to avoid code duplication
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.