From 3612b5b922ec94c7b756e7e34a7f071e13b41fa1 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin <daniel.molkentin@nokia.com> Date: Wed, 10 Jun 2009 14:35:06 +0200 Subject: [PATCH] Tips for Thorbjorn. Reviewed-By: Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com> --- src/plugins/coreplugin/welcomemode.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugins/coreplugin/welcomemode.cpp b/src/plugins/coreplugin/welcomemode.cpp index c0506a222a8..64cf6133002 100644 --- a/src/plugins/coreplugin/welcomemode.cpp +++ b/src/plugins/coreplugin/welcomemode.cpp @@ -427,6 +427,9 @@ QStringList WelcomeMode::tipsOfTheDay() tips.append(tr("If you add <a href=\"qthelp://com.nokia.qtcreator/doc/creator-external-library-handling.html\"" ">external libraries</a>, Qt Creator will automatically offer syntax highlighting " "and code completion.")); + tips.append(tr("The code completion is CamelCase-aware. For example, to complete <tt>namespaceUri</tt> " + "you can just type <tt>nU</tt> and hit <tt>Ctrl+Space</tt>.")); + tips.append(tr("You can force code completion at any time using <tt>Ctrl+Space</tt>.")); } return tips; } -- GitLab