forked from qt-creator/qt-creator
TextEditor: Introduce shortcut for forcing a function hint proposal
... and support it in the ClangCodeModel. This allows users to get function signature(s) displayed regardless of where exactly the cursor is on the function call. Fixes: QTCREATORBUG-19394 Change-Id: I033e8774db93680bfc3ee52610b817e0ef8ccc76 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -124,6 +124,7 @@ const char G_COPYPASTE[] = "TextEditor.CopyPasteGroup";
|
||||
const char G_SELECT[] = "TextEditor.SelectGroup";
|
||||
const char G_BOM[] = "TextEditor.BomGroup";
|
||||
const char COMPLETE_THIS[] = "TextEditor.CompleteThis";
|
||||
const char FUNCTION_HINT[] = "TextEditor.FunctionHint";
|
||||
const char QUICKFIX_THIS[] = "TextEditor.QuickFix";
|
||||
const char SHOWCONTEXTMENU[] = "TextEditor.ShowContextMenu";
|
||||
const char CREATE_SCRATCH_BUFFER[] = "TextEditor.CreateScratchBuffer";
|
||||
|
||||
Reference in New Issue
Block a user