geany-plugins 1.32+dfsg-3 source package in Ubuntu

Changelog

geany-plugins (1.32+dfsg-3) unstable; urgency=medium

  * [67b34ed] Disable webkit-using plugins: markdown, webhelper
    webkitgtk-3.0 is not to be used as it is deprecated, but the port to
    webkit2gtk-4.0 isn't ready yet.

 -- Chow Loong Jin <email address hidden>  Thu, 11 Jan 2018 03:17:55 +0800

Upload details

Uploaded by:
Geany Packaging Team
Uploaded to:
Sid
Original maintainer:
Geany Packaging Team
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe devel

Downloads

File Size SHA-256 Checksum
geany-plugins_1.32+dfsg-3.dsc 5.3 KiB 18ae6e6b34df7dc88fc0840d7004c17affe36a7bafb2b6fc2dc307afe46d7816
geany-plugins_1.32+dfsg.orig.tar.gz 4.4 MiB 64fffeb1687d715297771bc0a486a57183aa25c7a3089aba1ca468ba1f4e0e36
geany-plugins_1.32+dfsg-3.debian.tar.xz 35.1 KiB 940cd077d597bb1a9b10a8ee2415fc0bc76c077dd349ed1d0c3303b819a60835

No changes file available.

Binary packages built by this source

geany-plugin-addons: miscellaneous 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 puts them in a new "Tasks" tab in the message window. Clicking on a task
    in that tab takes you to the line in the file where the task was defined.
  * Systray: Adds a status icon to the notification area (systray) and
    provides a 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-addons-dbgsym: debug symbols for geany-plugin-addons
geany-plugin-autoclose: auto-closing plugin for Geany

 This plugin enables auto-closing features. Auto-closing works while you typing
 and intellectually helps you to write code.
 .
 Features:
  * auto-close for: { }, [ ], ( ), " ", ' ', < >, ` `
  * customizeable auto-closing inside strings and comments
  * delete pairing character if you pressed BackSpace
  * suppress inserting one char twice (if you type "{}" you will get "{}", not
    "{}}")
  * enclose selected text into brackets instead of removing selection (select
    text and type "(" or ")" to enclose selection into "()")
  * keep selection when enclosing
  * for C-like languages enclosing selection into "{}" makes auto-indentation
    (select text and type "{" or "}" - text will be enclosed and indented)
  * enclosing in {} moves cursor to beginning (before "{" character)
  * for C-like languages to insert {}-block you do not need to select text
    precisely: plugin detects boundaries automatically, just ensure that
    selection covers lines you need to indent (works like TAB indentation)
  * fix auto-indent inside {} (makes full indent for this block)
  * auto-close curly bracket by pressing Enter
  * auto-close functions (``"sin(|" -> "sin(|);"``) with doubling suppression
    (for C/C++ languages only)
  * remove paring brace when pressing Shift+BackSpace, unindent {}-blocks
  * add semicolon after ``struct {|};`` and ``class {|};``
  * move cursor to closed char by pressing Tab
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-autoclose-dbgsym: debug symbols for geany-plugin-autoclose
geany-plugin-automark: auto-mark plugin for Geany

 This is a simple plugin that highlights all words that match current word
 under cursor (see screenshot).
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-automark-dbgsym: No summary available for geany-plugin-automark-dbgsym in ubuntu cosmic.

No description available for geany-plugin-automark-dbgsym in ubuntu cosmic.

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-codenav-dbgsym: No summary available for geany-plugin-codenav-dbgsym in ubuntu cosmic.

No description available for geany-plugin-codenav-dbgsym in ubuntu cosmic.

geany-plugin-commander: command panel plugin for Geany

 This plugin adds a command panel to Geany for rapid access to any action.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-commander-dbgsym: No summary available for geany-plugin-commander-dbgsym in ubuntu cosmic.

No description available for geany-plugin-commander-dbgsym in ubuntu cosmic.

geany-plugin-ctags: No summary available for geany-plugin-ctags in ubuntu cosmic.

No description available for geany-plugin-ctags in ubuntu cosmic.

geany-plugin-ctags-dbgsym: debug symbols for geany-plugin-ctags
geany-plugin-defineformat: on-the-fly #define prettyprinter plugin for Geany

 This plugin will help you to write multiline defines with aligned backslash.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-defineformat-dbgsym: debug symbols for geany-plugin-defineformat
geany-plugin-doc: No summary available for geany-plugin-doc in ubuntu cosmic.

No description available for geany-plugin-doc in ubuntu cosmic.

geany-plugin-doc-dbgsym: debug symbols for geany-plugin-doc
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-extrasel-dbgsym: debug symbols for geany-plugin-extrasel
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-gendoc-dbgsym: debug symbols for geany-plugin-gendoc
geany-plugin-geniuspaste: No summary available for geany-plugin-geniuspaste in ubuntu cosmic.

No description available for geany-plugin-geniuspaste in ubuntu cosmic.

geany-plugin-geniuspaste-dbgsym: debug symbols for geany-plugin-geniuspaste
geany-plugin-git-changebar: git change bar plugin for Geany

 This plugin highlights uncommitted changes to files tracked with Git, and
 allows one to navigate through the hunks.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-git-changebar-dbgsym: debug symbols for geany-plugin-git-changebar
geany-plugin-gproject: transitional dummy package for geany-plugin-projectorganizer

 This is a transitional dummy package. It can safely be removed.

geany-plugin-insertnum: No summary available for geany-plugin-insertnum in ubuntu cosmic.

No description available for geany-plugin-insertnum in ubuntu cosmic.

geany-plugin-insertnum-dbgsym: debug symbols for geany-plugin-insertnum
geany-plugin-keyrecord: No summary available for geany-plugin-keyrecord in ubuntu cosmic.

No description available for geany-plugin-keyrecord in ubuntu cosmic.

geany-plugin-keyrecord-dbgsym: debug symbols for geany-plugin-keyrecord
geany-plugin-latex: No summary available for geany-plugin-latex in ubuntu cosmic.

No description available for geany-plugin-latex in ubuntu cosmic.

geany-plugin-latex-dbgsym: No summary available for geany-plugin-latex-dbgsym in ubuntu cosmic.

No description available for geany-plugin-latex-dbgsym in ubuntu cosmic.

geany-plugin-lineoperations: Line Operations plugin for Geany

 Line Operations is an assortment of simple line functions that can be applied
 to an open file.
 .
 Features
 .
  * Remove Duplicate Lines, sorted
  * Remove Duplicate Lines, ordered
  * Remove Unique Lines
  * Remove Empty Lines
  * Remove Whitespace Lines
  * Sort Lines Ascending
  * Sort Lines Descending
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-lineoperations-dbgsym: debug symbols for geany-plugin-lineoperations
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-lipsum-dbgsym: No summary available for geany-plugin-lipsum-dbgsym in ubuntu cosmic.

No description available for geany-plugin-lipsum-dbgsym in ubuntu cosmic.

geany-plugin-lua: No summary available for geany-plugin-lua in ubuntu cosmic.

No description available for geany-plugin-lua in ubuntu cosmic.

geany-plugin-lua-dbgsym: debug symbols for geany-plugin-lua
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-macro-dbgsym: debug symbols for geany-plugin-macro
geany-plugin-miniscript: No summary available for geany-plugin-miniscript in ubuntu cosmic.

No description available for geany-plugin-miniscript in ubuntu cosmic.

geany-plugin-miniscript-dbgsym: debug symbols for geany-plugin-miniscript
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).
 Normally 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-numberedbookmarks-dbgsym: No summary available for geany-plugin-numberedbookmarks-dbgsym in ubuntu cosmic.

No description available for geany-plugin-numberedbookmarks-dbgsym in ubuntu cosmic.

geany-plugin-overview: overview plugin for Geany

 This plugin provides an overview of the active document.
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-overview-dbgsym: debug symbols for geany-plugin-overview
geany-plugin-pairtaghighlighter: No summary available for geany-plugin-pairtaghighlighter in ubuntu cosmic.

No description available for geany-plugin-pairtaghighlighter in ubuntu cosmic.

geany-plugin-pairtaghighlighter-dbgsym: No summary available for geany-plugin-pairtaghighlighter-dbgsym in ubuntu cosmic.

No description available for geany-plugin-pairtaghighlighter-dbgsym in ubuntu cosmic.

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-pg-dbgsym: debug symbols for geany-plugin-pg
geany-plugin-pohelper: Geany plugin for improved support for GetText translation files

 Pohelper is a plugin for Geany that improves the support for
 GetText translation files
 .
 Features:
  * Navigation between all, untranslated or fuzzy messages
  * Reformatting of the translation (reflow)
  * Toggling the fuzziness of a translation
  * Pasting of the untranslated string to the translation
  * Automatic updating of the translation metadata
 .
 Geany is a small and lightweight integrated development environment using the
 Gtk+ toolkit.

geany-plugin-pohelper-dbgsym: No summary available for geany-plugin-pohelper-dbgsym in ubuntu cosmic.

No description available for geany-plugin-pohelper-dbgsym in ubuntu cosmic.

geany-plugin-prettyprinter: No summary available for geany-plugin-prettyprinter in ubuntu cosmic.

No description available for geany-plugin-prettyprinter in ubuntu cosmic.

geany-plugin-prettyprinter-dbgsym: debug symbols for geany-plugin-prettyprinter
geany-plugin-prj: No summary available for geany-plugin-prj in ubuntu cosmic.

No description available for geany-plugin-prj in ubuntu cosmic.

geany-plugin-prj-dbgsym: debug symbols for geany-plugin-prj
geany-plugin-projectorganizer: projectorganizer plugin for Geany

 Project Organizer is an extension of Geany's project management displaying
 a tree of files belonging to the project in the sidebar. In addition, it
 enables complete indexing of the project files (and having code completion,
 syntax highlighting and tag definition/declaration jumps for the whole
 project) quick swapping between header and source files, improved opening
 of includes, searching project files by name and more. External
 directories can be attached to the project to extend the plugin's
 functionality to related directories outside the project tree. The plugin
 was created with big projects in mind so everything works fast enough
 even with projects consisting of tens of thousands of files.
 .
 Geany is a small and lightweight integrated development environment using the
 GTK+ toolkit.

geany-plugin-projectorganizer-dbgsym: debug symbols for geany-plugin-projectorganizer
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-sendmail-dbgsym: No summary available for geany-plugin-sendmail-dbgsym in ubuntu cosmic.

No description available for geany-plugin-sendmail-dbgsym in ubuntu cosmic.

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-shiftcolumn-dbgsym: debug symbols for geany-plugin-shiftcolumn
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-spellcheck-dbgsym: No summary available for geany-plugin-spellcheck-dbgsym in ubuntu cosmic.

No description available for geany-plugin-spellcheck-dbgsym in ubuntu cosmic.

geany-plugin-tableconvert: No summary available for geany-plugin-tableconvert in ubuntu cosmic.

No description available for geany-plugin-tableconvert in ubuntu cosmic.

geany-plugin-tableconvert-dbgsym: No summary available for geany-plugin-tableconvert-dbgsym in ubuntu cosmic.

No description available for geany-plugin-tableconvert-dbgsym in ubuntu cosmic.

geany-plugin-treebrowser: No summary available for geany-plugin-treebrowser in ubuntu cosmic.

No description available for geany-plugin-treebrowser in ubuntu cosmic.

geany-plugin-treebrowser-dbgsym: debug symbols for geany-plugin-treebrowser
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-updatechecker-dbgsym: No summary available for geany-plugin-updatechecker-dbgsym in ubuntu cosmic.

No description available for geany-plugin-updatechecker-dbgsym in ubuntu cosmic.

geany-plugin-vc: No summary available for geany-plugin-vc in ubuntu cosmic.

No description available for geany-plugin-vc in ubuntu cosmic.

geany-plugin-vc-dbgsym: debug symbols for geany-plugin-vc
geany-plugin-workbench: No summary available for geany-plugin-workbench in ubuntu cosmic.

No description available for geany-plugin-workbench in ubuntu cosmic.

geany-plugin-workbench-dbgsym: debug symbols for geany-plugin-workbench
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-plugin-xmlsnippets-dbgsym: debug symbols for geany-plugin-xmlsnippets
geany-plugins: No summary available for geany-plugins in ubuntu cosmic.

No description available for geany-plugins in ubuntu cosmic.

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.

geany-plugins-common-dbgsym: debug symbols for geany-plugins-common