Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 20 and Version 21 of code/tools/LinuxCodingTools


Ignore:
Timestamp:
Oct 13, 2006, 3:17:01 PM (18 years ago)
Author:
patrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/LinuxCodingTools

    v20 v21  
    3535   1. Choose section '''Editing''': Check the '''Insert spaces instead of tabulators''', '''Remove trailing spaces''' box.
    3636   1. Choose '''Indentation''': Select '''C Style''' for '''Indentation Mode''', make sure '''Use spaces instead of tabs to indent''' is checked (this is sometimes also found in another section, just go on) '''Number of spaces''' should be set to '''2'''
    37    1. Choose '''Open/Save Check''': Mark the '''Replace tabs with spaces''', and '''Remove trailing spaces''' boxes
     37   1. Choose '''Open/Save Check''': Mark the '''Replace tabs with spaces''', and '''Remove trailing spaces''' boxes.
    3838
     39 * More Source Code Formatting:
     40   1. Choose Menu: '''Settings->Configure KDevelop''', '''Formatting''': Select '''User defined''' and then change to tab '''Indentation''', make sure that the following settings are set like this:
     41 * '''Use spaces''' set to '''2'''
     42 *
     43
     44
     45=== Including the Orxonox Documentation ===
    3946 * Integrate the Orxonox Doxygen Documentation
    40    1. Choose Menu: {{{Settings->Configure KDevelop}}}, {{{Source Formatter}}}: Select {{{GNU}}}
    41    1. Documentation: Click on {{{Doxygen Documentation Collection}}} (in the lower middle) => Add: {{{trunk/doc/html/index.html}}} (this only works, if you have already generated the doxygen documentation with {{{make doc}}} in the orxonox trunk)
     47   1. Documentation: Click on '''Doxygen Documentation Collection''' (in the lower middle) => Add: '''trunk/doc/html/index.html''' (this only works, if you have already generated the doxygen documentation with '''make doc''' in the orxonox trunk)
     48
    4249
    4350=== Misc Settings ===