File: control

package info (click to toggle)
kscope 1.4.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,308 kB
  • ctags: 1,341
  • sloc: cpp: 9,232; sh: 8,183; perl: 2,717; xml: 119; makefile: 78
file content (40 lines) | stat: -rw-r--r-- 1,609 bytes parent folder | download
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
Source: kscope
Section: kde
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
Build-Depends: cdbs, debhelper (>= 5), bison, flex, kdebase-dev, docbook2x
Standards-Version: 3.7.2

Package: kscope
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, cscope, exuberant-ctags, graphviz
Description: source editing environment for KDE
 KScope is a KDE front-end to Cscope. It provides a source-editing environment
 for large C projects. KScope is focused on source editing and analysis.
 .
 KScope is built around an efficient mechanism for code-navigation, which
 allows the user to run queries on the code.
 .
 The types of queries KScope can run include: 
   * Get all references to a symbol
   * Find the definition of a symbol
   * Find all functions called by or calling to a function
   * Find an EGrep pattern
   * Find all files #including some file
 .
 These queries are handled by an underlying Cscope process. KScope simply
 serves as a front-end to this process, feeding it with queries, and parsing
 its output into result lists. The items in those lists can later be selected
 to open an editor at the matching line.
 .
 Main Features:
  * Multiple editor windows (using your favourite KDE editor)
  * Project management
  * Front-end to most Cscope queries
  * Tag list for every open editor
  * Call-tree window
  * Session management, including saving and restoring queries
  * Works with externally-built cscope.out files
 .
  Homepage: http://kscope.sourceforge.net