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

Changelog

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

  * New upstream release. Fixes LP: #892848, LP: #909810, LP: #910310,
    LP: #919853, LP: #919872, LP: #919900, LP: #920041, LP: #922928
 -- <email address hidden> (Curtis C. Hovey)   Tue, 07 Feb 2012 12:20:48 -0500

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.11.orig.tar.gz 202.1 KiB 14f20ad5fea4ac9fdd8c7be347002c039180bdaaac18e4df5b9cff559ee7e4a0
gedit-developer-plugins_0.5.11-0ubuntu1.debian.tar.gz 3.3 KiB 4098f6ce44423b2fa745415316a86f874a94cd01ca51ddd2357db4bbae4068ca
gedit-developer-plugins_0.5.11-0ubuntu1.dsc 1.5 KiB fe6cf9537f4a58f524e8c30c1840d75eec53f92f312515541e4c8745f10ca2cc

Available diffs

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.