Add keyboard shortcut for "New Scratch Buffer"

Task-number: QTCREATORBUG-9039
Change-Id: Iff7d821f863f2691786acaea44137d291d3dbf67
Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
Lorenz Haas
2013-04-05 14:33:23 +02:00
committed by David Schulz
parent 44931c0985
commit 13b0ca0092
2 changed files with 19 additions and 4 deletions

View File

@@ -94,6 +94,7 @@ namespace Constants {
const char C_TEXTEDITOR[] = "Text Editor";
const char COMPLETE_THIS[] = "TextEditor.CompleteThis";
const char QUICKFIX_THIS[] = "TextEditor.QuickFix";
const char CREATE_SCRATCH_BUFFER[] = "TextEditor.CreateScratchBuffer";
const char VISUALIZE_WHITESPACE[] = "TextEditor.VisualizeWhitespace";
const char CLEAN_WHITESPACE[] = "TextEditor.CleanWhitespace";
const char TEXT_WRAPPING[] = "TextEditor.TextWrapping";