forked from qt-creator/qt-creator
Add file descriptions, enable file folding
Change-Id: Ie90ac9fb74e9c4b8cfba16d065d1b8751125e83c Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
@@ -539,6 +539,12 @@ protected:
|
||||
Reimplement this function to change the default replacement text.
|
||||
*/
|
||||
virtual QString foldReplacementText(const QTextBlock &block) const;
|
||||
virtual void drawCollapsedBlockPopup(QPainter &painter,
|
||||
const QTextBlock &block,
|
||||
QPointF offset,
|
||||
const QRect &clip);
|
||||
int visibleFoldedBlockNumber() const;
|
||||
|
||||
|
||||
protected slots:
|
||||
virtual void slotUpdateExtraArea();
|
||||
@@ -570,11 +576,6 @@ private:
|
||||
bool active,
|
||||
bool hovered) const;
|
||||
|
||||
void drawCollapsedBlockPopup(QPainter &painter,
|
||||
const QTextBlock &block,
|
||||
QPointF offset,
|
||||
const QRect &clip);
|
||||
|
||||
void toggleBlockVisible(const QTextBlock &block);
|
||||
QRect foldBox();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user