Changes between Version 2 and Version 3 of code/tools/KDevelop3
- Timestamp:
- Sep 28, 2008, 4:43:16 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/KDevelop3
v2 v3 22 22 * F9: Start the debugger (gdb based) 23 23 * If you want to define further shortcuts (i.e. ''Run Application'') then you can configure them in ''Settings -> Configure Shortcuts'' 24 === Code Completion === 25 If you want to use code completion do the following steps: 26 1. Go to ''Project Options'' and select ''C++ Support''. 27 2. Enable ''Automatic Code Completion'' and set the preferred options. 24 28 === Split of Header/Source files === 25 [[Image(wiki:KDevelop3:split.png)]] 29 If you want to benefit from the following feature then follow the below steps. 30 [[br]][[br]] 31 [[Image(wiki:KDevelop3:split.png, 100%)]] 32 1. Go to ''Project Options'' and choose ''C++ Support''. 33 2. Select ''Navigation'', enable ''Enable split of Header/Source files'' and change Orientation to Horizontal (if you want to) 34 3. Choose ''File Groups'' and change ''Sources'' to "*.cc;*.cpp;*.c;*.C;*.cxx" (append *.cc) 35 4. Open a Source file and press ''Shift + F12" (or alternatively just open the Header file and hope it works ;))