gedit-developer-plugins 0.5.13-0ubuntu1 source package in Ubuntu

Changelog

gedit-developer-plugins (0.5.13-0ubuntu1) precise; urgency=low

  * New upstream bug-fix release
    - Error: Gtk.Justification. does not complete (LP: #932086)
    - gdpfind's theads to not play with gtk's threads (LP:# 934643)
    - gdpformat syntax checking can block the use of gedit (LP: #934653)
    - gdpbzr error opening diverged from when there is no parent (LP: #935421)
    - doctest reformatter replaces the text with the filename (LP: #944954)
    - Pressing enter in the "Look in" entry does not start find (LP: #951900)
 -- <email address hidden> (Curtis C. Hovey)   Mon, 12 Mar 2012 09:04:13 -0400

Upload details

Uploaded by:
Curtis Hovey
Sponsored by:
Daniel Holbach
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
gnome
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
gedit-developer-plugins_0.5.13.orig.tar.gz 205.7 KiB 51c23f6e4369f694538f7dcc150a061a13e6abdecae950041d0fce04a3f7bf42
gedit-developer-plugins_0.5.13-0ubuntu1.debian.tar.gz 3.5 KiB 2e01b437a1b32326a9c4bd32c6d03a307e3db954aea32adf6a27b8671e35410a
gedit-developer-plugins_0.5.13-0ubuntu1.dsc 1.5 KiB 4d3c95ecdc354256cdc9d766c8dc47906b5ed1f525b5708bab1ea8a4632f6594

View changes file

Binary packages built by this source

gedit-developer-plugins: A set of gedit plugins for developers

 gedit-developer-plugins (GDP) are a set of plugins for gedit that provide
 additional editing features for software development. GDP provides:
 .
 * Multi-file find and replace
   Directories and file types can be specified. Regular expressions are
   supported.
 * Syntax completion
   Python completion using the file's imports and definitions. Simple
   word completion based on the words in the file. XML tag and attribute
   completions based on document structure.
 * Formatting
   Format paragraphs, lists, and imports. Reformat test using regular
   expressions. Check the syntax and style of Python, XML, CSS, and plain
   text. Check and reformat Python doctests and CSS.
 * Project management via Bazaar DVCS
   integrates bzr-gtk to show status, tags, annotations, visualize,
   commit, merge, and push. Open files changes in the branch.