File: control

package info (click to toggle)
gedit-source-code-browser-plugin 3.0.3-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 356 kB
  • ctags: 282
  • sloc: python: 427; xml: 30; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 964 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
Source: gedit-source-code-browser-plugin
Section: gnome
Priority: optional
Maintainer: Pietro Battiston <me@pietrobattiston.it>
Build-Depends: debhelper (>= 7.0.50), python3
Standards-Version: 3.9.5
Homepage: https://github.com/Quixotix/gedit-source-code-browser
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/gedit-source-code-browser.git
Vcs-Git: git://anonscm.debian.org/collab-maint/gedit-source-code-browser.git -b debian


Package: gedit-source-code-browser-plugin
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, ctags, gedit (>= 3.12)
Breaks: ${python:Breaks}, gedit (<< 3.12)
Enhances: gedit
Description: source code class and function browser plugin for Gedit
 This plugin will add a new tab to the side pane in the Gedit text editor which
 shows symbols (functions, classes, variables, etc.) for the active document.
 Clicking a symbol in the list will jump to the line on which that symbol is
 defined.