From 998ebd2e683e45140493910f76e692e96887b5d2 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 4 Jul 2012 16:46:19 -0500 Subject: Fix help files, kdevelop->tdevelop branding, fix startup. --- parts/tipofday/tipofday_part.cpp | 2 +- parts/tipofday/tips | 70 ++++++++++++++++++++-------------------- 2 files changed, 36 insertions(+), 36 deletions(-) (limited to 'parts/tipofday') diff --git a/parts/tipofday/tipofday_part.cpp b/parts/tipofday/tipofday_part.cpp index e1de784a..534eefe8 100644 --- a/parts/tipofday/tipofday_part.cpp +++ b/parts/tipofday/tipofday_part.cpp @@ -35,7 +35,7 @@ TipOfDayPart::TipOfDayPart(TQObject *parent, const char *name, const TQStringLis action = new KAction(i18n("&Tip of the Day"), "idea", 0, this, TQT_SLOT(showTip()), actionCollection(), "help_tipofday"); - action->setToolTip(i18n("A tip how to use KDevelop")); + action->setToolTip(i18n("A tip how to use TDevelop")); action->setWhatsThis(i18n("Tip of the day

" "Will display another good tip \n" "contributed by KDevelop users.")); diff --git a/parts/tipofday/tips b/parts/tipofday/tips index ae79ae33..ad4261b6 100644 --- a/parts/tipofday/tips +++ b/parts/tipofday/tips @@ -1,200 +1,200 @@ - +

If you want to specify additional command-line options to your make program, you can set them in the Project Options dialog, Make Options tab. - +

If you use functions of other libraries than the target is currently linked with, you can specify them in the Target Options dialog. - +

If you want to change your application's version number, you can change it in the Project Options dialog, General tab, automatically updating your project. - +

If you want to create a new project, choose "Project"->"New Project" from the menu. - +

If you changed your applications' classes, you should update your API documentation by selecting "Build API Documentation" from the Build menu. - +

You can save time if you select "Compile File" from the Build menu or the toolbar, to only compile your current implementation file. - +

If you're searching for information on classes or classmembers, select "Search for Help on..." from the Help menu or use "Index" tab of the documentation tree. - + -

If you want to have info about something in the KDevelop window, select the "What's this?" button in the toolbar and click on the item you don't know about. +

If you want to have info about something in the TDevelop window, select the "What's this?" button in the toolbar and click on the item you don't know about. - +

Hint: You can search the documentation for a keyword by marking the word and select "Search in Documentation" in the right button popup menu. - + -

The KDevelop Team wishes you a nice day ! +

The TDevelop Team wishes you a nice day ! - + -

If you have found a bug in KDevelop, please let us know. Use KDE Bugzilla at http://bugs.kde.org/ or select "Help"->"Report Bug" from the menu. +

If you have found a bug in TDevelop, please let us know. Use KDE Bugzilla at http://bugs.kde.org/ or select "Help"->"Report Bug" from the menu. - + -

If you want to add your own documentation to the documentation tree use Documentation Tree tab in the Configure KDevelop dialog. +

If you want to add your own documentation to the documentation tree use Documentation Tree tab in the Configure TDevelop dialog. - +

...that you can create a new class with "New Class" from the "Project" menu? - +

To open a project, select "Open Project" from the "Project" menu. - +

If you compile your project and get an error, you can click on the error message to switch to the file and line where the error occurred. - + -

...that you can debug your programs within KDevelop by selecting "Debug"->"Start" in the menu? +

...that you can debug your programs within TDevelop by selecting "Debug"->"Start" in the menu? - +

...that you can switch between classes or namespaces by selecting the class or namespace combo in the toolbar? - +

...that you can preview images and icons by selecting them in the file viewer's trees? - +

...that you can set the compiler options in the Project Options dialog, Configure Options tab? - +

...that you can copy text from the documentation browser to the clipboard and insert it into your sources? - +

...that you should keep your library documentation up to date after installing new libraries? - +

...that you can configure the syntax-highlighting of the editor? - +

...that you can access more internal debug functions selecting "Debug"->"Viewers"? - +

...that you can move the cursor by words with Ctrl and left or right arrow? - +

...that your source bookmarks are stored in the project? - + -

...that your documentation bookmarks are stored globally in KDevelop configuration? +

...that your documentation bookmarks are stored globally in TDevelop configuration? - +

...that you can start grep search from inside editor with context menu? - +

...that you can set the installation path in "Project"->"Project Options" "Configure Options" with just adding "--prefix=/install/path/" to the "Configure arguments"-list? - +

...that you can compilie your project in "debug-mode" and "optimized-mode"? -- cgit v1.2.3