Changes between Version 10 and Version 11 of code/tools/LinuxCodingTools
- Timestamp:
- Nov 7, 2005, 12:01:09 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/LinuxCodingTools
v10 v11 28 28 29 29 * Enable the Built-in Version Control System (doesn't work on all systems) 30 1. {{{Project->Project Options->CTags}}}: Choose your Version Control System (for Orxonox it's subversion).30 1. Choose Menu: {{{Project->Project Options->CTags}}}: Choose your Version Control System (for Orxonox it's subversion). 31 31 32 32 * Source Code Formatting 33 1. {{{Settings->Configure Editor}}} (this is only clickable if you have already opened a c++ source file to view)33 1. Choose Menu: {{{Settings->Configure Editor}}} (this is only clickable if you have already opened a c++ source file to view) 34 34 1. Choose {{{Editing}}}: Check the {{{Replace tabs with spaces}}}, {{{Remove trailing spaces}}} box. 35 35 1. Choose {{{Indentation}}}: Select {{{C Style}}} for {{{Indentation Mode}}} … … 37 37 38 38 * Integrate the Orxonox Doxygen Documentation 39 1. {{{Settings->Configure KDevelop}}}, {{{Source Formatter}}}: Select {{{GNU}}}39 1. Choose Menu: {{{Settings->Configure KDevelop}}}, {{{Source Formatter}}}: Select {{{GNU}}} 40 40 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) 41 41