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

Changelog

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

  * New upstream bug-fix release.
    - bzrgdp error calling show_missing without a parent branch (LP: #968193)
    - some bzr commands fail because the ui factory is not setup (LP: #960380)
 -- <email address hidden> (Curtis C. Hovey)   Fri, 30 Mar 2012 10:25:00 -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
Precise release universe gnome

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
gedit-developer-plugins_0.5.14.orig.tar.gz 205.8 KiB 46b32667c58ee4b7f8bab49e20b5b094bf2c655717654bc286591ade3d5e31b9
gedit-developer-plugins_0.5.14-0ubuntu1.debian.tar.gz 3.6 KiB 10018d830f6664e1791a86c8ebf90628fc3f64873110167bed5d94899deb6336
gedit-developer-plugins_0.5.14-0ubuntu1.dsc 1.5 KiB 30df6fe421c76cedf0baf30b813c4d013a021bff95ec785f07372c7065fa801b

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.