summaryrefslogtreecommitdiffstats
path: root/parts/tipofday/tips
blob: ad4261b630e4bfe44530d96e7e117e2d910eb168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<tip category="TDevelop|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="TDevelop|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="TDevelop|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="TDevelop|General">
<html>
<p>If you want to create a new project, choose "Project"->"New Project" from the menu.
</html>
</tip>


<tip category="TDevelop|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="TDevelop|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="TDevelop|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="TDevelop|General">
<html>
<p>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.
</html>
</tip>


<tip category="TDevelop|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="TDevelop|General">
<html>
<p>The TDevelop Team wishes you a nice day !
</html>
</tip>


<tip category="TDevelop|General">
<html>
<p>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.
</html>
</tip>


<tip category="TDevelop|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 TDevelop</b> dialog.
</html>
</tip>


<tip category="TDevelop|General">
<html>
<p>...that you can create a new class with "New Class" from the "Project" menu?
</html>
</tip>


<tip category="TDevelop|General">
<html>
<p>To open a project, select "Open Project" from the "Project" menu.
</html>
</tip>


<tip category="TDevelop|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="TDevelop|General">
<html>
<p>...that you can debug your programs within TDevelop by selecting "Debug"->"Start" in the menu?
</html>
</tip>


<tip category="TDevelop|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="TDevelop|General">
<html>
<p>...that you can preview images and icons by selecting them in the file viewer's trees?
</html>
</tip>


<tip category="TDevelop|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="TDevelop|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="TDevelop|General">
<html>
<p>...that you should keep your library documentation up to date after installing new libraries?
</html>
</tip>


<tip category="TDevelop|General">
<html>
<p>...that you can configure the syntax-highlighting of the editor?
</html>
</tip>


<tip category="TDevelop|General">
<html>
<p>...that you can access more internal debug functions selecting "Debug"->"Viewers"?
</html>
</tip>


<tip category="TDevelop|General">
<html>
<p>...that you can move the cursor by words with Ctrl and left or right arrow?
</html>
</tip>


<tip category="TDevelop|General">
<html>
<p>...that your source bookmarks are stored in the project?
</html>
</tip>


<tip category="TDevelop|General">
<html>
<p>...that your documentation bookmarks are stored globally in TDevelop configuration?
</html>
</tip>


<tip category="TDevelop|General">
<html>
<p>...that you can start grep search from inside editor with context menu?
</html>
</tip>


<tip category="TDevelop|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="TDevelop|General">
<html>
<p>...that you can compilie your project in "debug-mode" and "optimized-mode"?
</html>
</tip>