Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 6 and Version 7 of code/tools/LinuxCodingTools


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

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/LinuxCodingTools

    v6 v7  
    1717=== KDevelop Misc Configurations ===
    1818
     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
    1926 * 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)
    2128   1. Check {{{Remove trailing spaces}}}
    2229   1. Indentation: Select {{{C Style}}} for {{{Indentation Mode}}}
     
    2431
    2532 * Integrate the Orxonox Doxygen Documentation
    26    1. {{{Settings=>Configure KDevelop}}}, {{{Source Formatter}}}: Select {{{GNU}}}
     33   1. {{{Settings->Configure KDevelop}}}, {{{Source Formatter}}}: Select {{{GNU}}}
    2734   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)
    2835