Changes between Version 20 and Version 21 of code/tools/LinuxCodingTools
- Timestamp:
- Oct 13, 2006, 3:17:01 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/LinuxCodingTools
v20 v21 35 35 1. Choose section '''Editing''': Check the '''Insert spaces instead of tabulators''', '''Remove trailing spaces''' box. 36 36 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. 38 38 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 === 39 46 * 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 42 49 43 50 === Misc Settings ===