kscope 1.9.4-2build2 source package in Ubuntu

Changelog

kscope (1.9.4-2build2) trusty; urgency=low

  * No change rebuild for libqscintilla2-11 transition
 -- Scott Kitterman <email address hidden>   Tue, 18 Feb 2014 23:55:56 -0500

Upload details

Uploaded by:
Scott Kitterman
Uploaded to:
Trusty
Original maintainer:
Debian KDE Extras Team
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
kscope_1.9.4.orig.tar.gz 124.9 KiB 7bd35960afa29026f8e0c4a827868e93b4d7c6e81796ceb89f086efbc24636df
kscope_1.9.4-2build2.diff.gz 4.1 KiB 861ab899d31c4121963a3d7e7e1a4bccff185dd6a30443eb561f0feb0280caf8
kscope_1.9.4-2build2.dsc 1.3 KiB 107c797b101ff5e35a9d1f34374278f0f5b224bc1dd2ba01a8c1799c3f829a40

Available diffs

View changes file

Binary packages built by this source

kscope: source browsing and editing environment

 KScope is a graphical front-end to Cscope. It provides a source browsing and
 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 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