Changes between Version 6 and Version 7 of code/tools/LinuxCodingTools
- Timestamp:
- Nov 6, 2005, 11:51:38 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/LinuxCodingTools
v6 v7 17 17 === KDevelop Misc Configurations === 18 18 19 * Some more Source Building Settings 20 1. {{{Project->Project Options->Make Options}}}: Check the {{{Abord on first error}}} box. KDevelop will now stop on every error. 21 1. {{{Project->Project Options->CTags}}}: Look at the {{{Path}}} section and look for the ctags application on your system: on the [www.gentoo.org Gentoo] system it is {{{/usr/bin/exuberant-ctags}}}. 22 23 * Enable the Built-in Version Control System (doesn't work on all systems) 24 1. {{{Project->Project Options->CTags}}}: Choose your Version Control System (for Orxonox it's subversion). 25 19 26 * Source Code Formatting 20 1. {{{Settings =>Configure Editor}}} (this is only clickable if you have already opened a c++ source file to view)27 1. {{{Settings->Configure Editor}}} (this is only clickable if you have already opened a c++ source file to view) 21 28 1. Check {{{Remove trailing spaces}}} 22 29 1. Indentation: Select {{{C Style}}} for {{{Indentation Mode}}} … … 24 31 25 32 * Integrate the Orxonox Doxygen Documentation 26 1. {{{Settings =>Configure KDevelop}}}, {{{Source Formatter}}}: Select {{{GNU}}}33 1. {{{Settings->Configure KDevelop}}}, {{{Source Formatter}}}: Select {{{GNU}}} 27 34 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) 28 35