gedit-developer-plugins 0.5.4-0ubuntu2 source package in Ubuntu

Changelog

gedit-developer-plugins (0.5.4-0ubuntu2) precise; urgency=low

  * Drop debian/patches/dont_use_bzr_gtk.patch:
   - bzr-gtk has been ported to Gtk+3 in precise.
  * debian/control: Fix indentation in the description.
 -- Andrew Starr-Bochicchio <email address hidden>   Thu, 22 Dec 2011 18:09:53 -0500

Upload details

Uploaded by:
Andrew Starr-Bochicchio
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.4.orig.tar.gz 195.2 KiB dc70ecee42a36361dbb7652bdd6998348970d986a4da726e70f783a9543dcbed
gedit-developer-plugins_0.5.4-0ubuntu2.debian.tar.gz 3.2 KiB 73953472a9c32691d7a198f55848e19e46b98bf14a8a576f7371b7e78ee2bb47
gedit-developer-plugins_0.5.4-0ubuntu2.dsc 2.1 KiB f36b7ab9466623d5bfa7e402df9eebd9d7283f08b87cd20aff504b82dedeaea6

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.