diff options
Diffstat (limited to 'parts/tipofday/tips')
-rw-r--r-- | parts/tipofday/tips | 203 |
1 files changed, 203 insertions, 0 deletions
diff --git a/parts/tipofday/tips b/parts/tipofday/tips new file mode 100644 index 00000000..ae79ae33 --- /dev/null +++ b/parts/tipofday/tips @@ -0,0 +1,203 @@ +<tip category="KDevelop|General"> +<html> +<p>If you want to specify additional command-line options to your make program, you can set them in the <b>Project Options</b> dialog, <b>Make Options</b> tab. +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>If you use functions of other libraries than the target is currently linked with, you can specify them in the <b>Target Options</b> dialog. +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>If you want to change your application's version number, you can change it in the <b>Project Options</b> dialog, <b>General</b> tab, automatically updating your project. +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>If you want to create a new project, choose "Project"->"New Project" from the menu. +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>If you changed your applications' classes, you should update your API documentation by selecting "Build API Documentation" from the Build menu. +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>You can save time if you select "Compile File" from the Build menu or the toolbar, to only compile your current implementation file. +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>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. +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>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. +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>Hint: You can search the documentation for a keyword by marking the word and select "Search in Documentation" in the right button popup menu. +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>The KDevelop Team wishes you a nice day ! +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>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. +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>If you want to add your own documentation to the documentation tree use <b>Documentation Tree</b> tab in the <b>Configure KDevelop</b> dialog. +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>...that you can create a new class with "New Class" from the "Project" menu? +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>To open a project, select "Open Project" from the "Project" menu. +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>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. +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>...that you can debug your programs within KDevelop by selecting "Debug"->"Start" in the menu? +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>...that you can switch between classes or namespaces by selecting the class or namespace combo in the toolbar? +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>...that you can preview images and icons by selecting them in the file viewer's trees? +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>...that you can set the compiler options in the <b>Project Options</b> dialog, <b>Configure Options</b> tab? +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>...that you can copy text from the documentation browser to the clipboard and insert it into your sources? +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>...that you should keep your library documentation up to date after installing new libraries? +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>...that you can configure the syntax-highlighting of the editor? +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>...that you can access more internal debug functions selecting "Debug"->"Viewers"? +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>...that you can move the cursor by words with Ctrl and left or right arrow? +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>...that your source bookmarks are stored in the project? +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>...that your documentation bookmarks are stored globally in KDevelop configuration? +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>...that you can start grep search from inside editor with context menu? +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>...that you can set the installation path in "Project"->"Project Options" "Configure Options" with just adding "--prefix=/install/path/" to the "Configure arguments"-list? +</html> +</tip> + + +<tip category="KDevelop|General"> +<html> +<p>...that you can compilie your project in "debug-mode" and "optimized-mode"? +</html> +</tip> + + |