Package: geany Version: 1.32~kugel1-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 3014 Depends: geany-common (= 1.32~kugel1-1) Suggests: libvte9, doc-base Breaks: geany-plugins-common (<< 0.21) Provides: geany-abi-18176, geany-api-235 Homepage: http://www.geany.org Priority: optional Section: devel Filename: pool/main/g/geany/geany_1.32~kugel1-1_amd64.deb Size: 1031562 SHA256: dd42625ea1945b7c41fb3897c19ac6cb029f8891c1e7be1cfb82debc040d8c5a SHA1: 34c1dcd3823284f98c0bc3fc31ee7dd20ae12083 MD5sum: a67b7b39c13c3e583c9582e7fe810963 Description: fast and lightweight IDE Geany is a small and lightweight integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. It is using only the GTK2 toolkit and therefore you need only the GTK2 runtime libraries to run Geany. . The basic features of Geany are: - syntax highlighting - code completion - auto completion of constructs like if, for and while, XML and HTML - call tips - folding - many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal - symbol lists - embedded terminal emulation Package: geany-common Source: geany Version: 1.32~kugel1-1 Architecture: all Maintainer: Geany Packaging Team Installed-Size: 8044 Breaks: geany (<< 0.21-1~) Replaces: geany (<< 0.21-1~) Multi-Arch: foreign Homepage: http://www.geany.org Priority: optional Section: devel Filename: pool/main/g/geany/geany-common_1.32~kugel1-1_all.deb Size: 2103438 SHA256: 8219bd396daa8e5e028b8b3263499e69f716e9b90f3388da8f53905a0654288b SHA1: 156fba7a60a49bd28a6ec9bc58576bc26378b1cf MD5sum: 31ab484eacc1d45d5a6e9ea83b50fc87 Description: fast and lightweight IDE -- common files Geany is a small and lightweight integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. It is using only the GTK2 toolkit and therefore you need only the GTK2 runtime libraries to run Geany. . The basic features of Geany are: - syntax highlighting - code completion - auto completion of constructs like if, for and while, XML and HTML - call tips - folding - many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal - symbol lists - embedded terminal emulation . This package contains arch independent files. Package: geany-plugin-addons Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 113 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-addons_1.31-10kugel-1_amd64.deb Size: 38134 SHA256: 46ab72492e102be3452af3f380f9836c2832c7448799f9602789ee05632d45b3 SHA1: 629d92ecdaf271870d6526ad01a004d5fe587ea5 MD5sum: 85abaa74bd6a8a33172332633a6dec26 Description: 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 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. Package: geany-plugin-autoclose Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 67 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-autoclose_1.31-10kugel-1_amd64.deb Size: 22954 SHA256: 8543004eb92aac800e14e6f2aa9f1f318c1ca50d346accc1ad26c5306c270624 SHA1: 66534450fabb75fcb59db74f4ac42269561509d7 MD5sum: 405dd0a58ecfbb139f846d078f703c71 Description: 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. Package: geany-plugin-automark Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 42 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-automark_1.31-10kugel-1_amd64.deb Size: 13208 SHA256: 567b7fba16d88e477406e6a5139b3f54e48f529400b0458edbad9e5eaa481c78 SHA1: f6ca86ee122911dc6b7719500aaa8d4ceeed8402 MD5sum: a354b97b92b13571f1f9e935f9d30f3a Description: 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. Package: geany-plugin-codenav Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 59 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-codenav_1.31-10kugel-1_amd64.deb Size: 20170 SHA256: 33a113b388c9457c7b79a8d7ca4a3bed5a31527b3e5b4f3cc810e8d924cbc4f9 SHA1: 721f6c4396846b65d0cdec6d34105c06464d416c MD5sum: fdc89e170f29b3e292998970c4dec67b Description: 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. Package: geany-plugin-commander Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 58 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-commander_1.31-10kugel-1_amd64.deb Size: 18994 SHA256: a271d624c71e8dc6d838d2afe3d1bb24fe5bef52099580bda4be980efeedd9c4 SHA1: e803c4623c089341fe9dc7b524cf88ee659e4b48 MD5sum: 10beee1f51d8a6a22c36531359bfed11 Description: 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. Package: geany-plugin-ctags Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 63 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), exuberant-ctags, geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-ctags_1.31-10kugel-1_amd64.deb Size: 22628 SHA256: 8e5b58b39f5487a6f3cc4c9e1657a16c42c989a17b1393305488ab7b79e32160 SHA1: 8112caad8368538d02887e6f6d9a0c3fa5e3d877 MD5sum: 75ee75354d31ea4b9b9cb317fc7dd373 Description: ctags plugin for Geany GeanyCtags adds a simple support for generating and querying ctags files for a Geany project. . Even though Geany supports symbol definition searching by itself within the open files (and with a plugin support within the whole project), tag regeneration can become too slow for really big projects. This is why this plugin was created. It makes it possible to generate the tag file only once and just query it when searching for a particular symbol definition/declaration. This approach is fine for big projects where most of the codebase remains unchanged and the tag positions remain more or less static. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-defineformat Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 42 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-defineformat_1.31-10kugel-1_amd64.deb Size: 13668 SHA256: a1ac444543d129ba9e3599eb261aa2244ffffc4b3ca82c465122ba4a6be6d664 SHA1: 7ce836c44b468cd2dc8f84c292bf6ac59335be2c MD5sum: eabf50d7ea9409966f5dd8feade88ce8 Description: 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. Package: geany-plugin-extrasel Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 54 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.2.5), libglib2.0-0 (>= 2.18.0), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-extrasel_1.31-10kugel-1_amd64.deb Size: 18982 SHA256: 400f98e60ca34aef9f6d816284741fb8cea88e37f277bae82e3eba61147f337b SHA1: 28f52fbed82063d49756884f87ed0a64a5066145 MD5sum: 86a8ed279f997ce40c5a4fecf0ddc707 Description: 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. Package: geany-plugin-gendoc Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 165 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libctpl2 (>= 0.3), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0), libpango-1.0-0 (>= 1.14.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-gendoc_1.31-10kugel-1_amd64.deb Size: 56510 SHA256: 9f5b2e01ac882220f1f2f4b0e5356ac2ccf1ba37f03468e1e309b3a3de9a4a26 SHA1: 67b7fe910051df27743c1cfa9dd9010b9b6838ba MD5sum: d0197b68cdcc2e422d4e6c3eea605299 Description: 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. Package: geany-plugin-geniuspaste Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 69 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.28.0), libgtk-3-0 (>= 3.0.0), libsoup2.4-1 (>= 2.4.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-geniuspaste_1.31-10kugel-1_amd64.deb Size: 23938 SHA256: ba5df75d9e947845f38dc9da8b1a356c06ed00bee58b9018380cc282ce64cb89 SHA1: 78ba1c4e688bd7ad2240cf62c4fa4319a9f63b75 MD5sum: 1e3836a875694038247f524a65f62401 Description: GeniusPaste plugin for Geany This plugin allows the user to paste the code from Geany into five different pastebins. At the moment it supports this services: - codepad.org - tinypaste.com - pastebin.geany.org - dpaste.de - sprunge.us . GeniusPaste detects automatically the syntax of the code and paste it with syntax highlighting enabled. It can also display the pasted code opening a new browser tab. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-git-changebar Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 73 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.14), libgit2-24 (>= 0.24.0), libglib2.0-0 (>= 2.31.8), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-git-changebar_1.31-10kugel-1_amd64.deb Size: 21462 SHA256: 8b53b5ae3f1d996a29a64b8f49b344fdcd90736409a995d669366b2b48f27cf1 SHA1: fc64393cc7d3321715947fee7ca195703b16c5f8 MD5sum: 25d9a088fe314039a6d07b289aff89e4 Description: 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. Package: geany-plugin-gproject Source: geany-plugins Version: 1.31-10kugel-1 Architecture: all Maintainer: Geany Packaging Team Installed-Size: 26 Depends: geany-plugin-projectorganizer Homepage: http://plugins.geany.org Priority: extra Section: oldlibs Filename: pool/main/g/geany-plugins/geany-plugin-gproject_1.31-10kugel-1_all.deb Size: 9900 SHA256: 00c325fde71e97976e1b01d6f8dfdbea18b35e173368ae20d69d5a8e87ee5168 SHA1: 9c01ce2d90284536048723c7b8a6e2f518ec1bf3 MD5sum: bb2c5aa3eba6cd5bb336791487e6252d Description: transitional dummy package for geany-plugin-projectorganizer This is a transitional dummy package. It can safely be removed. Package: geany-plugin-insertnum Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 55 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.14), libglib2.0-0 (>= 2.24.0), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-insertnum_1.31-10kugel-1_amd64.deb Size: 18146 SHA256: aeb1c9583d493a9ea3a00b7123299b23c1fbf34b680ee0d9e34a9eeab5b1e691 SHA1: ad356c3da4ce1342ea606fa74f4f12d00ccc5061 MD5sum: f5d5b67be70a44a2150846c56502b63e Description: 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. Package: geany-plugin-latex Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 850 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-latex_1.31-10kugel-1_amd64.deb Size: 611376 SHA256: babce7c5e4e7f5c81435df0500b51dd380f4b5b13c6841c0648e0ef19bff4c01 SHA1: 700084e12ad6c4b59a9b11345000ebde1d347d6c MD5sum: 4f4e2b7082a1d4cf3173d7077aa0523e Description: 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. Package: geany-plugin-lineoperations Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 47 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-lineoperations_1.31-10kugel-1_amd64.deb Size: 16880 SHA256: 7520d07b22e8ba07b59751805bf243f2597d8a1c7bdf5f74a75042290c6660e1 SHA1: 7dfd243477be96170e9f5555cf66e58e559fc2b2 MD5sum: dcf21a5f69eb7bb5bf1046cb268798f7 Description: 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. Package: geany-plugin-lipsum Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 48 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-lipsum_1.31-10kugel-1_amd64.deb Size: 15360 SHA256: 0191668c2266e35ce4c793ff77e4991db0419b6d7b9142bc4afa277274de9ef6 SHA1: 17ca8f870dc80bf8206313baf83490f89144024b MD5sum: f8d13c8db9d026dc2d72483cea61318e Description: 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. Package: geany-plugin-lua Source: geany-plugins Version: 1.29+dfsg-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 491 Depends: geany-abi-18176, geany-plugins-common (= 1.29+dfsg-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.24.0), libgtk-3-0 (>= 3.0.0), liblua5.1-0 Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-lua_1.29+dfsg-1_amd64.deb Size: 99760 SHA256: 2a30d1d85a686dc82b26fe5a9df8ed9fcd65992488c363bb96fd8efd19e650ca SHA1: 419188d3908718ca3f7287c51f2aa93275f98652 MD5sum: f939d9ff41dbb9d4e2629aa716d53a9f Description: 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. Package: geany-plugin-macro Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 85 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-macro_1.31-10kugel-1_amd64.deb Size: 27328 SHA256: 6674e76a5ea3aee8a31d1556d7ee7ff9c7380224bf97270968aeefacd643a4b2 SHA1: 1a097e8ca0d205531a99f1b1f2e5272d2d9f988a MD5sum: 06d8c9fcda38e763a88cd3dc13c8ca60 Description: 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. Package: geany-plugin-markdown Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 591 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.3.16), libmarkdown2 (>= 2.0.6), libpango-1.0-0 (>= 1.14.0), libwebkitgtk-3.0-0 (>= 1.3.10) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-markdown_1.31-10kugel-1_amd64.deb Size: 526728 SHA256: d27f56d307fa17559a3e8d0f37ce02c667c7a715544609f8b9d0ea118bb23286 SHA1: c388384106c8ef4e85b6092977fbf68c0b3797ad MD5sum: 6e60393163bc8e4cf138800143a116be Description: markdown plugin for Geany This plugin provides a real-time preview of rendered Markdown in Geany. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-miniscript Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 60 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0), libgtk-3-0 (>= 3.0.0), libpango-1.0-0 (>= 1.14.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-miniscript_1.31-10kugel-1_amd64.deb Size: 19956 SHA256: cb71e0af410053e43fc636b51a370ace05c392580fe7980ccc126781a3a917bf SHA1: 901e2457769b34e60a2a28f84d51fa351072e075 MD5sum: e60ff0f6f3435b0f811447119b0fcc21 Description: Geany Mini-Script filter plugin This plugin is a tool to apply a script filter on: - the text selection, - the current document, - all documents of the current session. . The filter type can be: - Unix shell script, - Perl script, - Python script, - sed commands, - awk script. . The output can be: - the selection of the current document, - all the current document, - or a new document. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-numberedbookmarks Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 67 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-numberedbookmarks_1.31-10kugel-1_amd64.deb Size: 21902 SHA256: bcd3f3fca44bc0991a4f6835a1f6b5f18456e79efcdfcd9a6affc5a61148a1c2 SHA1: 7a7edb2a46446e542096d84b6b47dfcba4c4b0fd MD5sum: 8f1c5a343e04fb9e098cd7d67720cfc6 Description: 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. Package: geany-plugin-overview Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 118 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.41.1), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-overview_1.31-10kugel-1_amd64.deb Size: 32292 SHA256: 841861f7ef059b02f524b90141422ad413c49f1ba4f5307d286f9ff16e2041a5 SHA1: bd85e32ad34e6020726101358f452432c56a4ec6 MD5sum: d40a9682bdfd1410c46d1fd372c5dbcc Description: 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. Package: geany-plugin-pairtaghighlighter Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 42 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-pairtaghighlighter_1.31-10kugel-1_amd64.deb Size: 14742 SHA256: 018d09bfb466237d2876b931d9a5fd1c4f3af15847644bcc95729ef0a2f8c37b SHA1: 5da602d52e07271512c611d5c2afe18a9a0468b7 MD5sum: 1070e71d2ac7d8e35b6654d2833fca79 Description: tag pair highlighter plugin for Geany Finds and highlights matching opening/closing HTML tag by clicking or moving cursor inside a tag. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-pg Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 68 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0), libgpgme11 (>= 1.2.0), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-pg_1.31-10kugel-1_amd64.deb Size: 23146 SHA256: 1e36fdcb10427f7e47bad325159a74b1ce5f2c5826dcea45ae9bfc2a5b421557 SHA1: c60686a6093a50bd89970f39ff5672db998b335f MD5sum: d3437d26dd1d21b54849d5bf705c2709 Description: 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. Package: geany-plugin-pohelper Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 92 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.22.0), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-pohelper_1.31-10kugel-1_amd64.deb Size: 24496 SHA256: d2e88365fb1b6e9e593719afdce8a60054ccbd2b0d9853c20da067c346a33b1a SHA1: 13b21eb461df8bedab2a317e2ffed10d88b5b412 MD5sum: bee63b66ecf3430f18b20b26e9406e47 Description: 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. Package: geany-plugin-prettyprinter Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 56 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0), libgtk-3-0 (>= 3.0.0), libxml2 (>= 2.7.4) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-prettyprinter_1.31-10kugel-1_amd64.deb Size: 20404 SHA256: b1c422b8e1b2e6dc8000f28afe92f8828440c6370ea4141b7f468e8304c3ab19 SHA1: ae0df0c2e49b6ec7c2c472d1ed667cb82cb29fc8 MD5sum: 563f2f9ab0eba8e3ca76b3fb0ead3c29 Description: 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. Package: geany-plugin-prj Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 80 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.22.0), libgtk-3-0 (>= 3.0.0), libpango-1.0-0 (>= 1.14.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-prj_1.31-10kugel-1_amd64.deb Size: 26874 SHA256: 481d8ca38471cd7d32c14d679a53bbbb01a559106d295cc50d4f466c082faecc SHA1: a4e54668d30b4c6fcdcb98550de2aec843793731 MD5sum: 1a4e1bc6bbad7aa8cb6968efd63e4088 Description: 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. Package: geany-plugin-projectorganizer Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 115 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.22.0), libgtk-3-0 (>= 3.0.0), libpango-1.0-0 (>= 1.14.0) Enhances: geany Breaks: geany-plugin-grpoject (<< 1.25~) Replaces: geany-plugin-gproject (<< 1.25~) Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-projectorganizer_1.31-10kugel-1_amd64.deb Size: 40896 SHA256: 771df1737f3b3150ffc311f1b56b6eda2e4d6ffae19f2984fe0e42901e43602e SHA1: 492f12bf69b6577a62cba69a1f411e8815c1a54f MD5sum: 9961d0a06ef39191b73db444ef74eeaa Description: 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. Package: geany-plugin-sendmail Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 57 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.18.0), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-sendmail_1.31-10kugel-1_amd64.deb Size: 20548 SHA256: 50edae7aa64796598a28a5dd3d85becc36b9a095d2122e23553865ec9c2353a8 SHA1: 2e1dd3bd485f5815869115406ce2ace6913dde5c MD5sum: 16226346da95bfdea1ad427ef3266fb6 Description: 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. Package: geany-plugin-shiftcolumn Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 47 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.2.5), libglib2.0-0 (>= 2.18.0), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-shiftcolumn_1.31-10kugel-1_amd64.deb Size: 14872 SHA256: e3ecbc9a31dbd3a766b8e9517fec3a7e3140bd3865c1f367edf4f11e6a8d1519 SHA1: 019024857b54c81bc533a7b1b0e334709c2e3aac MD5sum: f6f40d4c1b8dcb7fdee1ad515d3e2c35 Description: 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. Package: geany-plugin-spellcheck Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 90 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libenchant1c2a (>= 1.6.0), libglib2.0-0 (>= 2.28.0), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-spellcheck_1.31-10kugel-1_amd64.deb Size: 31778 SHA256: be05899ce445e0216df1f45705be10354d9f5e0a8c0bd34fb1cc66f488f085e7 SHA1: 37a5fb4f3c7966127d4f2e3d5398cde7e7e8203c MD5sum: 586c2d8d35a8ebc052de1679f5d8f67b Description: 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. Package: geany-plugin-tableconvert Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 49 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.2.5), libglib2.0-0 (>= 2.18.0), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-tableconvert_1.31-10kugel-1_amd64.deb Size: 16750 SHA256: afbd0babe6dbbc4deabe559a9e408a595a9bd9c20df1875e41365f2e049521d0 SHA1: 3365c7b4fda0372c06f427ba34a8110d6579bc8a MD5sum: 5057bc08e0430edd688b17b22f344332 Description: table convert plugin for Geany Tableconvert is a plugin which helps on converting a tabulator separated selection into a table. Currently the plugin supports: * HTML * LaTeX * SQL . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-treebrowser Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 92 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.35.9), libgtk-3-0 (>= 3.0.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-treebrowser_1.31-10kugel-1_amd64.deb Size: 32776 SHA256: 93212916db71d0de2aa4fbe1105b1d283200318590458a82c2d4a5aa3f3d47db SHA1: af66ade5ce7dca9b7aeee80d41944a32d6d5db0c MD5sum: 17db1fe0c31687cc638eb7d8b11ef45e Description: 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. Package: geany-plugin-updatechecker Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 48 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0), libgtk-3-0 (>= 3.0.0), libsoup2.4-1 (>= 2.41.90) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-updatechecker_1.31-10kugel-1_amd64.deb Size: 15570 SHA256: cba090db78620d82c9f69445145e5acfc688ea1392cd1f11ef75f3f6eb506af2 SHA1: 76d624f9f063c4c999a9c2763f976de60281c2ce MD5sum: 51fa86ce055f4696b6946aa308b56ba2 Description: 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. Package: geany-plugin-vc Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 122 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.14), libglib2.0-0 (>= 2.18.0), libgtk-3-0 (>= 3.0.0), libgtkspell3-3-0 Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-vc_1.31-10kugel-1_amd64.deb Size: 35644 SHA256: df592e441b4b16efd7a95c6b5958529f35c802192e51648f019a5859cb55ce01 SHA1: 8dce3abbc8633dc0cb235f243b432f710e1c6bee MD5sum: 6bfcfa42b6d64f9861b9d8fb895fce17 Description: 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. Package: geany-plugin-webhelper Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 109 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.7), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.41.1), libgtk-3-0 (>= 3.0.0), libwebkitgtk-3.0-0 (>= 1.3.10) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-webhelper_1.31-10kugel-1_amd64.deb Size: 33742 SHA256: e827c0462bcb71f3e6ebcb50423f63cfeeefb81dcdeaf078b8171c4c5cf0dc39 SHA1: e9becf545d4fe11b3d4d56b433cefa85bb03d875 MD5sum: 8d27c5d325d517aee4970b4064f5cb7a Description: 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. Package: geany-plugin-xmlsnippets Source: geany-plugins Version: 1.31-10kugel-1 Architecture: amd64 Maintainer: Geany Packaging Team Installed-Size: 45 Depends: geany-abi-18176, geany-plugins-common (= 1.31-10kugel-1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugin-xmlsnippets_1.31-10kugel-1_amd64.deb Size: 15146 SHA256: f541ae1187f6883017f96cc91e3c7bc8d57658e62e74a8a73a0ab49a3075f208 SHA1: 4e627c76a747d91015e99e3e01fe4e7043f0c76b MD5sum: ea8b7efbf11a69fe6d49a222c711ef75 Description: 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. Package: geany-plugins Version: 1.31-10kugel-1 Architecture: all Maintainer: Geany Packaging Team Installed-Size: 26 Depends: geany-plugin-addons (>= 1.31-10kugel-1), geany-plugin-autoclose (>= 1.31-10kugel-1), geany-plugin-automark (>= 1.31-10kugel-1), geany-plugin-codenav (>= 1.31-10kugel-1), geany-plugin-commander (>= 1.31-10kugel-1), geany-plugin-ctags (>= 1.31-10kugel-1), geany-plugin-defineformat (>= 1.31-10kugel-1), geany-plugin-extrasel (>= 1.31-10kugel-1), geany-plugin-gendoc (>= 1.31-10kugel-1), geany-plugin-geniuspaste (>= 1.31-10kugel-1), geany-plugin-git-changebar (>= 1.31-10kugel-1), geany-plugin-insertnum (>= 1.31-10kugel-1), geany-plugin-latex (>= 1.31-10kugel-1), geany-plugin-lipsum (>= 1.31-10kugel-1), geany-plugin-lineoperations (>= 1.31-10kugel-1), geany-plugin-macro (>= 1.31-10kugel-1), geany-plugin-markdown (>= 1.31-10kugel-1), geany-plugin-miniscript (>= 1.31-10kugel-1), geany-plugin-overview (>= 1.31-10kugel-1), geany-plugin-numberedbookmarks (>= 1.31-10kugel-1), geany-plugin-pairtaghighlighter (>= 1.31-10kugel-1), geany-plugin-pg (>= 1.31-10kugel-1), geany-plugin-pohelper (>= 1.31-10kugel-1), geany-plugin-prj (>= 1.31-10kugel-1), geany-plugin-projectorganizer (>= 1.31-10kugel-1), geany-plugin-sendmail (>= 1.31-10kugel-1), geany-plugin-tableconvert (>= 1.31-10kugel-1), geany-plugin-vc (>= 1.31-10kugel-1), geany-plugin-prettyprinter (>= 1.31-10kugel-1), geany-plugin-shiftcolumn (>= 1.31-10kugel-1), geany-plugin-spellcheck (>= 1.31-10kugel-1), geany-plugin-treebrowser (>= 1.31-10kugel-1), geany-plugin-updatechecker (>= 1.31-10kugel-1), geany-plugin-webhelper (>= 1.31-10kugel-1), geany-plugin-xmlsnippets (>= 1.31-10kugel-1) Enhances: geany Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugins_1.31-10kugel-1_all.deb Size: 10178 SHA256: f1c47c85f6fa6e7bdf2ef00e2045bf63229175cb87c4d2b3b6e7cb1b602bccb7 SHA1: abd46dd566290f035a2aff4ac10c61c23c4d6cdd MD5sum: 70399918e1325a574385e4a35ea6245a Description: 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. Package: geany-plugins-common Source: geany-plugins Version: 1.31-10kugel-1 Architecture: all Maintainer: Geany Packaging Team Installed-Size: 1300 Depends: geany (>= 1.31~) Breaks: geany-plugin-addons (<< 0.19), geany-plugin-gdb (<< 0.19), geany-plugin-latex (<< 0.19), geany-plugin-lipsum (<< 0.19), geany-plugin-lua (<< 0.19), geany-plugin-prj (<< 0.19), geany-plugin-sendmail (<< 0.19), geany-plugin-shiftcolumn (<< 0.19), geany-plugin-spellcheck (<< 0.19), geany-plugin-vc (<< 0.19) Homepage: http://plugins.geany.org Priority: optional Section: devel Filename: pool/main/g/geany-plugins/geany-plugins-common_1.31-10kugel-1_all.deb Size: 253132 SHA256: 523f4742690134e4e4c1b944cb000c6714ce9baeb69059f7bc3617aa9242efc4 SHA1: 41ff91218f70d3cc0ad5d16d48e546bddc027beb MD5sum: bdc88f3f7c546af41b00517b392d34cc Description: 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. Package: peasy Version: 0.6~kugel1-1 Architecture: amd64 Maintainer: Thomas Martitz Installed-Size: 1931 Depends: libglib2.0-0, geany (>= 0.6~kugel1-1) Homepage: https://github.com/kugel-/peasy Priority: optional Section: devel Filename: pool/main/p/peasy/peasy_0.6~kugel1-1_amd64.deb Size: 222718 SHA256: b4b6b2ffd27a3dcac4d4ddf1ea763a9d7413fbf1bd782c3bc8f4b078bd9e0b6a SHA1: 0eddc16a2d9497cc172d4fce6365a26d659fc309 MD5sum: a007d89e574c1a94baa02289a3bdf2c1 Description: Geany plugins written many languages Peasy is a plugin that provides support for Geany plugins written in languages other than C/C++. It is based on libpeas, therefore language support depends on that library. . Currently only python is supported, but lua is coming up next.