forked from qt-creator/qt-creator
Editor: Support triggering tooltips from keyboard
There's an option in Text Editor->Behavior->Mouse and Keyboard to enable tooltips upon pressing and releasing the ALT key. Task-number: QTCREATORBUG-6644 Change-Id: I782ddf5cdbfbffd7847497f654efb3391220f1b6 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -563,6 +563,8 @@ private:
|
||||
bool camelCaseRight(QTextCursor &cursor, QTextCursor::MoveMode mode);
|
||||
bool camelCaseLeft(QTextCursor &cursor, QTextCursor::MoveMode mode);
|
||||
|
||||
void processTooltipRequest(const QTextCursor &c);
|
||||
|
||||
void transformSelection(Internal::TransformationMethod method);
|
||||
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user