File: codeblocks-contrib.metainfo.xml

package info (click to toggle)
codeblocks 25.03%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 93,984 kB
  • sloc: cpp: 695,462; xml: 32,163; ansic: 28,821; sh: 12,117; makefile: 9,126; asm: 3,827; python: 2,289; f90: 1,619; perl: 261; sed: 16; java: 4
file content (41 lines) | stat: -rw-r--r-- 1,367 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<component type="addon">
  <id>codeblocks-contrib</id>
  <extends>codeblocks.desktop</extends>
  <name>Code::Blocks Plugins</name>
  <summary>Additional plugins for the Code::Blocks IDE</summary>
  <description>
    <p>
      Contains over 40 additional plugins for the Code::Blocks IDE, including:
    </p>
    <ul>
      <li>
        AutoVersioning -- Auto increments the version and build number of your application every time a change has been made
      </li>
      <li>
        BrowseTracker -- Browse to previous source positions
      </li>
      <li>
        BYO Games -- A collection of Games
      </li>
      <li>
        Koders query -- Searches the Koders website for keywords, and returns results
      </li>
      <li>
        Cccc -- runs the C and C++ Code Counter (CCCC) on the current project
      </li>
      <li>
        Code snippets -- create and save code snippets for later use
      </li>
      <li>
        Copy Strings -- copies all strings in the editor to the clipboard, and removes duplicates
      </li>
      <li>
        CppCheck -- runs CppCheck over the current project
      </li>
    </ul>
  </description>
  <url type="homepage">http://www.codeblocks.org/cbplugins</url>
  <metadata_license>CC0-1.0</metadata_license>
  <updatecontact>jens_at_codeblocks.org</updatecontact>
</component>