Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 9 and Version 10 of code/tools/LinuxCodingTools


Ignore:
Timestamp:
Nov 6, 2005, 11:59:59 PM (18 years ago)
Author:
patrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/LinuxCodingTools

    v9 v10  
    1010
    1111=== KDevelop Project Creation ===
    12  1. Start KDevelop and select {{{Project -> Import Existing Project}}}. [[br]]
     12 1. Start KDevelop and select {{{Project->Import Existing Project}}}. [[br]]
    1313    Choose the repository directory as source directory. [[br]]
    1414    As project type choose {{{Generic C++ Application (Automake Base)}}}. [[br]]
     
    3232 * Source Code Formatting
    3333   1. {{{Settings->Configure Editor}}} (this is only clickable if you have already opened a c++ source file to view)
    34    1. Check {{{Remove trailing spaces}}}
    35    1. Indentation: Select {{{C Style}}} for {{{Indentation Mode}}}
    36    1. Open/Save Check {{{Replace tabs with spaces}}}, and {{{Remove trailing spaces}}}
     34   1. Choose {{{Editing}}}: Check the {{{Replace tabs with spaces}}}, {{{Remove trailing spaces}}} box.
     35   1. Choose {{{Indentation}}}: Select {{{C Style}}} for {{{Indentation Mode}}}
     36   1. Choose {{{Open/Save Check}}}: Mark the {{{Replace tabs with spaces}}}, and {{{Remove trailing spaces}}} boxes
    3737
    3838 * Integrate the Orxonox Doxygen Documentation