geany-plugins 0.21.1-3 source package in Ubuntu

Changelog

geany-plugins (0.21.1-3) unstable; urgency=low

  * [ddaf0ad] add new packages to Depends of the geany-plugins metapackage
  * [abe38e1] Fix FTBFS due to hardcoded amd64 path (Closes: #649502)

geany-plugins (0.21.1-2) unstable; urgency=low

  * [304083c] call dh_install with --list-missing
  * [b89b54d] fix linking of debugger and geanypg with --as-needed
  * [412c733] add libgpgme11-dev and libvte-dev to build-depends
  * [5d3bb00] enable new plugins
  * [9e7f591] create packages for new plugins
  * [ab1e03c] install more docs into the packages
  * [b57a5ea] update copyright

geany-plugins (0.21.1-1) unstable; urgency=low

  [ Evgeni Golov ]
  * [f4007f2] Imported Upstream version 0.21.1
  * [5ff622d] install plugins from/to /usr/lib/<arch-triplet>/geany
  * [75411d7] bump build-dep to geany 0.21
  * [db92155] depend on the virtual geany-abi-XX package
  * [dd84769] switch to 3.0 (quilt)
  * [3ab76d7] drop readme.source
  * [233d44c] refresh patch against 0.21.1
  * [030bec1] add lintian override for
              documentation-package-not-architecture-independent
  * [aba43d7] use debhelper compat level 9
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  05 Dec 2011 10:59:31 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Geany Packaging Team
Architectures:
any all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
geany-plugins_0.21.1.orig.tar.gz 2.5 MiB e9d6eb4a65784be0a5c058f18309671dfffce8951f87a25ccde2927b9040c1df
geany-plugins_0.21.1-3.debian.tar.gz 12.2 KiB 199266b35a8b795b1cb133b460176a54b2c907969083cdec7fccbcb7567f168b
geany-plugins_0.21.1-3.dsc 3.4 KiB 7b5948335f60b24d647fbd3ebb7c0eb50f8054af85018d3c932de85e6ed6b6cb

Available diffs

View changes file

Binary packages built by this source

geany-plugin-addons: miscellanous plugins for Geany

 This plugin adds various small addons to Geany which aren't worth an
 individual plugin, but might still be useful for people.
  * DocList: This addon places a new item in the toolbar and when clicked
    offers a menu listing all open files plus the 'Close All' and 'Close Other
    Documents' menu items. This can be useful to quickly access open files and
    switch to them.
  * OpenURI: Adds 'Open URI' and 'Copy URI' menu items to the editor menu when
    the word under the cursor looks like a URI. 'Open URI' uses the browser
    command configured in Geany to open it.
  * Tasks: The tasks plugin goes through a file being edited and picks out
    lines with "TODO" or "FIXME" in them. It collects the text after those words
    and putsthem in a new "Tasks" tab in the message window. Clicking on a task
    in thattab takes you to the line in the file where the task was defined.
  * Systray: Adds a status icon to the notification area (systray) and
    providesa simple popup menu with some basic actions. It can also be used
    to quickly show and hide the Geany main window.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-codenav: code navigation plugin for Geany

 This plugin adds some facilities for navigating in code using Geany, making it
 possible to:
  * Switch between header and implementation
  * Go to a file by typing its name
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-debugger: debugger plugin for Geany

 Features:
  * Debugger panel
  * Setting target, environment variables and command line arguments
  * Breakpoints
  * Watches, autos
  * Debug terminal
  * Debugger messages window
  * Variables calltips while debugging
  * Saving debug session data in a Geany project (can be switched through
    settings)
  * Double or single panel modes
  * Hotkeys
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-doc: documentation plugin for Geany

 Geanydoc is a plugin for the Geany IDE which is intended to be used to search
 for documentation API from different sources. It allows execution of specified
 commands on the current word at the cursor position or otherwise specified via
 a dialog to obtain this documentation. This documentation is displayed in the
 geany buffer as a tab called *DOC*, or may be displayed in an external program.
 .
 After installing this package, you'll need to enable the "Doc" plugin
 and then setup a keyword binding for it in Geany's preferences dialogue.
 .
 Geany is a small and lightweight integrated development environment using the
 GTK+ toolkit.

geany-plugin-extrasel: extra selection plugin for Geany

 The Extra Selection plugin adds the following functions to Geany:-
  * Go to matching brace and select (select to matching brace)
  * Go to line and select (select to line)
  * Ctrl+Shift+Alt+Left/Right/Home/End key - same as Ctrl+Shift, but for
    rectangular selection.
  * Column mode - while active, all (Ctrl)-Shift-Arrow keys do rectangle
    selection instead of stream.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-gdb: GDB plugin for Geany

 GeanyGDB is a plugin for Geany which provides integrated debugging support
 within Geany via the GNU Debugger (gdb).
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.
 .
 The GNU Debugger is a source-level debugger for C, C++, Fortran, Modula 2 and
 Java programs.

geany-plugin-gendoc: documentation generation plugin for Geany

 GeanyGenDoc is a plugin for Geany which provides support for automatically
 generating documentation based on comments in the source code.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-gproject: gproject plugin for Geany

 GProject is an extension of Geany's project management displaying a
 tree of files belonging to the project in the sidebar. In addition, it
 enables quick swapping between header and source files, searching
 project files by name and more.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-insertnum: number inserting plugin for Geany

 This plugin for Geany replaces a (possibly zero-width) rectangular selection
 with integer numbers, using start/step/base etc. specified by the user. For
 practical reasons, the number of lines is limited to 500000.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-latex: improved LaTeX support plugin for Geany

 GeanyLaTeX is a plugin for the Geany IDE to improve work with LaTeX. Features
 include:
  * Wizard for creating a new LaTeX-document
  * Frontend for easy input of \ref{} and \label{}
  * Easy adding of special characters and environments through plugin menu entry
  * Support for adding new items to BibTeX database
  * Toolbar with commonly used format options
  * Bulk replacement and input replacement of special characters
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-lipsum: Lorem Ipsum generator plugin for Geany

 GeanyLipsum is a plugin for Geany which implements a Lorem Ipsum generator to
 insert placeholder text into your document.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-lua: Lua scripting plugin for Geany

 GeanyLua is a plugin which provides a Lua scripting interface for the Geany
 IDE.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-macro: macro plugin for Geany

 Geanymacro is a plugin to provide user defined macros for Geany.
 This plugin allows you to record and use your own macros. Macros are
 sequences of actions that can then be repeated with a single key
 combination. So if you had dozens of lines where you wanted to delete
 the last 2 characters, you could simple start recording, press End,
 Backspace, Backspace, down line and then stop recording. Then simply
 trigger the macro and it would automatically edit the line and move to
 the next.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-numberedbookmarks: numbered bookmarks plugin for Geany

 Geanynumberedbookmarks is a plugin to provide users with 10 numbered
 bookmarks (in addition to the usual bookkmarks).
 Normaly if you had more than one bookmark, you would have to cycle
 through them until you reached the one you wanted. With this plugin you
 can go straight to the bookmark that you want with a single key
 combination.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-pg: pg plugin for Geany

 GeanyPG is a plugin for Geany that allows the user to encrypt, decrypt
 and verify signatures with GnuPG.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-prettyprinter: XML pretty printer for Geany

 This plugin gives Geany XML pretty-printing functionality, allowing it to
 beautify and enhance the readability of XML files.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-prj: alternative project manager for Geany

 GeanyPrj is a plugin for Geany that provides an alternative method for managing
 projects in Geany, which moves away from Geany's default project management
 style, which is session-based, instead implementing a system which
 automatically opens a project when oen of its files are opened.
 .
 Geany is a small and lightweight integrated development environment using the
 GTK+ toolkit.

geany-plugin-sendmail: mailer plugin for Geany

 GeanySendMail is a plugin to send a document as attachment using the
 preferred mail client from inside Geany. It is similar to the envelope symbol
 of most office tools and requires a mail client that is supporting remote
 calls.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-shiftcolumn: text column shifting plugin for Geany

 ShiftColumn is a plugin which allows text to be shifted horizontally in the
 Geany IDE.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-spellcheck: spellcheck plugin for Geany

 Spellcheck is a plugin which checks the content of the current document in
 Geany with the spell check library Enchant. This plugin allows the whole
 document, or only a selection to be checked for spelling mistakes. Misspelt
 words are highlighted with a red squiggly underline, and wrong words are
 printed in Geany's messages window along with available suggestions.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-tableconvert: table convert plugin for Geany

 Tableconvert is a plugin which helps on converting a tabulator
 separated selection into a tables.
 Currently the plugin supports:
  * HTML
  * LaTeX
  * SQL
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-treebrowser: tree browser plugin for Geany

 This plugin adds a tree browser to Geany, allowing the user to browse files
 using a tree view of the directory being browsed.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-updatechecker: update checker plugin for Geany

 This plugin adds an update checker plugin to Geany, allowing users to check
 whether there is a more recent version of Geany available.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-vc: VCS plugin for Geany

 GeanyVC is a plugin for Geany that provides a uniform way of accessing the
 different version-control systems inside the Geany IDE. Only a small subset of
 vc operations are implemented, which are:
  * diff
  * log
  * status
  * revert
  * commit
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-webhelper: web helper plugin for Geany

 This plugin provides some web development facilities such as web page preview
 and some debugging tools (web inspector) for Geany.
 .
 Its prominent features include:-
  * A basic web view, which provides a display of any web page (using WebKit)
  * Automatic reloading of web view upon document saving
  * A web inspector/debugging tool for the web view's content (including a
    Javascript console, a viewer and editor of processed HTML and CSS, a network
    usage analysis tool and many more, thanks to WebKit)
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-xmlsnippets: XMLSnippets plugin for Geany

 This plugin extends XML/HTML tag autocompletion provided by Geany.
 It automatically inserts a matching snippet after you type an opening tag.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugins: set of plugins for Geany

 This is a metapackage which installs the whole set of plugins for Geany.
 .
 Geany is a fast and lightweight IDE.

geany-plugins-common: set of plugins for Geany (translations)

 This package contains translations for the Geany Plugins. You probably do not
 want to install this package directly, but instead install one of the other
 plugins packages.