Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 2 and Version 3 of code/tools/KDevelop3


Ignore:
Timestamp:
Sep 28, 2008, 4:43:16 PM (16 years ago)
Author:
scheusso
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/KDevelop3

    v2 v3  
    2222 * F9: Start the debugger (gdb based)
    2323 * If you want to define further shortcuts (i.e. ''Run Application'') then you can configure them in ''Settings -> Configure Shortcuts''
     24=== Code Completion ===
     25If 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.
    2428=== Split of Header/Source files ===
    25 [[Image(wiki:KDevelop3:split.png)]]
     29If 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 ;))