Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: geany-plugins | Distribution: SUSE Linux Enterprise 15 SP5 |
Version: 1.38 | Vendor: openSUSE |
Release: bp155.4.7 | Build date: Mon May 22 21:30:32 2023 |
Group: Development/Tools/IDE | Build host: s390zl27 |
Size: 4225450 | Source RPM: geany-plugins-1.38-bp155.4.7.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://plugins.geany.org/geany-plugins/ | |
Summary: A collection of different plugins for Geany |
Geany-Plugins is a collection of different plugins for Geany, a lightweight IDE.
GPL-2.0-or-later AND GPL-3.0-or-later
* Tue Sep 13 2022 Bjørn Lie <bjorn.lie@gmail.com> - Replace 1165.patch with 1178.patch: Solve the problem in a different way. * Mon Sep 05 2022 Dominique Leuenberger <dimstar@opensuse.org> - Add explicit pkgconfig(libsoup-2.4) BuildRequires: needed for geniuspaste. - Add explicit pkgconfig(webkit2gtk-4.0) BuildRequires: needed for the markdown plugin. * Tue Feb 22 2022 Bjørn Lie <bjorn.lie@gmail.com> - Add 1165.patch: GitChangeBar: Support libgit2 1.4.x * Sun Oct 10 2021 Michael Ströder <michael@stroeder.com> - Update to version 1.38 * GeanyCTags - Fix (re-)generating ctags file with relative paths (PR #708) * GeanyVC - Report a completion status of the commit command (Issue #837, PR #1026) - Correct tooltip display for the attach to menubar action (Issue #1032 PR #1033) * PrettyPrinter - Use stdbool.h istead of redefining bool (Issue #1059, Issue #1023, PR #1053) * Spellcheck - Add documentation about maintaining personal dictionaries (PR #1108) * Treebrowser - Avoid double node clear (PR #1015) * Vimmode - Ignore key-presses containing command on macOS (Issue #991, PR #1099) - Ignore special command handling in insert mode (Issue #1075, PR #1100) - Enable '.' to also repeat last inserted text (Issue #1101, PR #1102) - Fix line operation problems when NL is missing at EOF (Issue #1060, PR #1103) - Add special handling to include destination char for some commands (Issue #1052, PR #1104) - Add some more ex commands (PR #1104) * Windows - Switch Windows builds to GTK3 and x86_64 (PR #1107). - Fix crashes in Git Changebar, Lua, Macro and Numbered Bookmarks plugins (PR #1106) - Remove Markdown and WebHelper plugins from Windows installer due to missing dependencies (WebkitGTK) (PR #1107) * Internationalization - Updated translations: es, pt, tr, uk * Tue Oct 27 2020 Paolo Stivanin <info@paolostivanin.com> - Update to version 1.37: * Addons: Improve sizes of color calltip * Autoclose: Remove all pairing quotes * GeanyVC: Add support for Fossil SCM * GeanyVC: Allow to toggle single files with Space and Return keys in commit dialog * GitChangebar: Add compatibility with libgit2 0.99 * LaTeX: Indent line in new environment * PairTagHighligher: Allow to select a matching tag * ProjectOrganizer: Make showing empty directories in the sidebar configurable * ProjectOrganizer: Add a keybinding for focusing the sidebar * ProjectOrganizer: Re-read base path when updating project * Vimmode: Don't use word navigation from Scintilla * Vimmode: Make o/O respect auto indentation - Remove deprecated geany-plugins-Make-libgit2-compatible.patch * Thu Apr 16 2020 Bjørn Lie <bjorn.lie@gmail.com> - Add geany-plugins-Make-libgit2-compatible.patch: Make libgit2 version preprocessor conditionals compatible with libgit2-0.99. - Drop long disabled downstream patch, geany-plugins-lua-5_2.patch: We will move to lua 5.2 when upstream does. * Fri Feb 21 2020 Matej Cepl <mcepl@suse.com> - Switch off building with PyGtk (as it is Python 2-based). * Tue Feb 04 2020 Bjørn Lie <bjorn.lie@gmail.com> - Drop geany-plugins-lang Requires: It should have been a Recommends, and those are not needed anymore as Supplements: are in place to take care of it. * Sat Sep 28 2019 Michael Ströder <michael@stroeder.com> - Update to version 1.36: + Addons: Add additional color format used at Arduino. + Improve support for GTK+3-support in many plugins. + Lineoperations: - Remove every n-th line. - Add support for locale-aware sorting. + Scope: Improve evaluation on-hover. + Updatechecker: Update URL for new geany.org-homepage. + VimMode: - Allow browsing command history using arrows. - Add going to beginning/end of command line. - Separate command and search history. + Workbench: - Save settings immediately. - Give sidebar a name to enable dedicated CSS styling. - Auto-save project on changes. - Add new feature "Search projects". - Add option to let Git decide which files to display. - Changes from version 1.35: + General: - Windows: Install dependency translations only if selected. - Build: Don't rely on a pkg-config output formatting detail. + Addons: Update to use new plugin API. + Autoclose: Update to use new plugin API. + Automark: Update to use new plugin API. + Codenav: Update to use new plugin API. + Debugger: - Update to use new plugin API. - Fix a compiler warning. + Defineformat: Update to use new plugin API. + DevHelp: Update to use new plugin API. + GeanyCTags: Update to use new plugin API. + GeanyExtraSel: Undo workaround for rectange selection cancel bug (Fixed with 1.34+ Geany core release). + GeanyLua: - Fix build warnings. - Update to match latest Geany's Scintilla API. + GeanyNumberedBookmarks: Fix crash on re-unload. + GeanyVC: Add a commit message history. + GitChangebar: Fix compatibility with libgit2 0.28 API. + Project Organizer: Add file operations to Project Organizer. + Scope: - Correct height of "Environment" GtkTextView. - Show error message if no executable is set. - Fix "Modify" menu item being active without selection. + Spellcheck: Improve documentation where to put translation dictionaries. + Treebrowser: Use xdg-open for external open command. + Vimmode: Fix repeated commands like 10dd not working. + Webhelper: Update README. + Updated translations. - Removed obsolete geany-plugins-fix-compat-libgit2_0.28.patch. * Wed Feb 13 2019 bjorn.lie@gmail.com - Add geany-plugins-fix-compat-libgit2_0.28.patch: Fix build with new libgit2 0.28 api. * Sun Dec 16 2018 Michael Ströder <michael@stroeder.com> - Update to version 1.34: + General: - New plugin: vimode: A Vim Mode for Geany (PR #735) - Improve Travis testsuite to run also "make distcheck" + Geanyctags: - Use base path as relative to the project file path (#698, PR #755) - Add apostrophes around generated tags file (PR #739) + GeanyLua: - Update Scintilla symbols for Geany 1.34 (PR #776) - Update glspi_keycmd.h from geany-master (PR #759) + Markdown: - Port plugin to Webkit2GTK (PR #746) + PoHelper: - Consider dash a separator when rewrapping messages (PR #696) - Do not leave spaces at the start of a line when rewrapping (PR #696) - Make sure to only replace header fields in the actual header (PR #696) - Update X-Generator header if present (PR #696) - Use Geany-Plugins version for the plugin (PR #696) - Fix: for locating line breaks (PR #696) - Fix: Properly break all multiline strings on multiple lines (PR #696) - Fix: regular expression replacement when no matches are found + Scope: - Add GTK3 support (#PR #750) + Updatechecker: - On Windows, the common ca-certificates bundle is included in - the installer for proper SSL certificate verification (PR #768) + Workbench: - Add option "Expand on hover" (PR #727) - Import base path on "Add project..." - Allow to remove files or directories - Support live update (PR #695, #659) + Internationalization: - Updated translations: de, es, pt * Mon Mar 05 2018 badshah400@gmail.com - Update to version 1.33: + General: - Rename plugin geanylatex to latex - utils lib: added new function 'gp_filelist_scan_directory_full() (gh#geany/geany-plugins#681) + Addons: Show color tip and start Color Chooser with double click (gh#geany/geany-plugins#664) + GeanyLua: - Add filetype to set in geany.newfile() (gh#geany/geany-plugins#652) - Add function geany.reloadconf() (gh#geany/geany-plugins#653) - Fix right-trim.lua (gh#geany/geany-plugins#670) - Update glspi_keycmd.h to match latest Geany version (gh#geany/geany-plugins#662) - Update to match latest Geany's Scintilla API (gh#geany/geany-plugins#685) + PrettyPrinter: Allow to pretty print a selection only (gh#geany/geany-plugins#683) + Spellcheck: - Remember 'Check while typing' setting between sessions (gh#geany/geany-plugins#667, gh#geany/geany-plugins#680) - Support Enchant 2.0 and later (gh#geany/geany-plugins#674) + Treebrowser: Fallback to "text-x-generic" icon if info lookup fails (gh#geany/geany-plugins#682) + VC: Remember the commit dialog size (gh#geany/geany-plugins#679) + Workbench: - Add "Create file here..."/"Create directory here..." (gh#geany/geany-plugins#681) - Renamed "folder" to "sub-directory" (gh#geany/geany-plugins#678) + Updated translations. * Wed Feb 28 2018 dimstar@opensuse.org - Modernize spec-file by calling spec-cleaner. * Tue Dec 19 2017 luc14n0@linuxmail.org - Update to version 1.32: + General: - New plugin: Workbench (gh#geany/geany-plugins#460). - Add a common utils library (gh#geany/geany-plugins#622). + Addons - Mark Word: Deselect when the selection changes (gh#geany/geany-plugins#614). + GeniusPaste - Enable HTTPS for pastebin.geany.org (gh#geany/geany-plugins#635). + GitChangebar - Add the possibility to undo hunk at cursor position (gh#geany/geany-plugins#531). + PrettyPrinter - Add saving and loading of preferences in/from a file (gh#geany/geany-plugins#494, gh#geany/geany-plugins#581). + ProjectOrganizer: - Close dir created with g_dir_open() in some special cases as well as don't keep directories open when enumerating their children (gh#geany/geany-plugins#605). - Use stock icons instead of the ones provided by the plugin (gh#geany/geany-plugins#625). + Scope: - Only allow selection of folders for "working dir" (gh#geany/geany-plugins#623). - Add tooltips to toolbar buttons (gh#geany/geany-plugins#617). + XmlSnippets - Activate unit tests for the plugin. + Updated translations. - Adopt the use of %make_build macro rather than raw make command, following the best practices. - Pass --docdir=%{_docdir}/%{name} to configure, fixing the documentation location. - Reflecting the above change, point fdupes to this new location. - Add ldconfig post/postun scriptlets now that the package shipps a shared library. * Sat Sep 16 2017 luc14n0@linuxmail.org - Update to version 1.31: + General: - New plugin: keyrecord (gh#geany/geany-plugins#460). - Add a note to plugins which are currently orphaned and might not receive further fixes (gh#geany/geany-plugins#540). Affected plugins: . Geanydoc. . GeanyExtrasel. . GeanyInsertNum. . GeanyLua. . GeanyPG. . GeanyPrj. . GeanyVC. . PrettyPrinter. . Scope. . Shiftcolumn. . Treebrowser. + Addons: Enable Mark Word also for newly opened documents (gh#geany/geany-plugins#563). + Automark: Extend documentation (gh#geany/geany-plugins#582). + GeanyDoc: Make OK the default button in interactive mode (gh#geany/geany-plugins#566). + GeanyExtrasel: Fix issues related to Scintilla Rectancle select (gh#geany/geany-plugins#568). + GeanyLua, GeanyMacro, GeanyNumbersBookmarks: Pass a GdkKeymap to gdk_keymap_* functions to prevent crashes on Windows and critical warnings on other platforms (gh#geany/geany-plugins#586). + GeniusPaste: Update configuration for shipped pastebins (gh#geany/geany-plugins#551). + GitChangebar: Fix spurious line wrapping (gh#geany/geany-plugins#564). + LineOperations: Add a feature to keep unique lines (gh#geany/geany-plugins#560). + PrettyPrinter: Add missing README, COPYING, NEWS and AUTHORS files (gh#geany/geany-plugins#580). + ProjectOrganizer: Fix a crash by ensuring project is open before trying to expand the tree (gh#geany/geany-plugins#555, gh#geany/geany-plugins#557, gh#geany/geany-plugins#559). + Scope: Correct a misleading error message (gh#geany/geany-plugins#561). + Spellcheck: - Stop processing if the document gets invalid to prevent crashes while file gets closed during long check runs (gh#geany/geany-plugins#547). - Add style mappings for Rust and PHPSCRIPT. + Updatechecker: Remove deprecated soup call (gh#geany/geany-plugins#541). + Updated translations. * Tue Jul 11 2017 badshah400@gmail.com - Rename misleadingly named macro %%{gtk3_enable} to %%{gtk3_ready} and set it to true (1). Used to distinguish between gtk-ready plugins and those that are not yet so in the file-list. * Wed Mar 08 2017 badshah400@gmail.com - Update to version 1.30: + Automark: - Fix a possible crash if nothing is selected for automarking. - Replace internal usage of deprecated functions. + Commander: - Fix a possible crash on startup with latest GTK3. + Debugger: Fix a possible crash if debug-modus is enabled (gh#geany/geany-plugins#511). + Geanyctags:Show online help via help button (gh#geany/geany-plugins#521). + GeanyDoc: - Improve compatibility with Gtk3. - Allow to use current word as initial text in interactive mode (gh#geany/geany-plugins#457). + GeanyLua: - Remove deprecated GeanyFunctions from interface provided by this plugin (gh#geany/geany-plugins#439). - Fix build with latest Scintilla (gh#geany/geany-plugins#510). + GeanyPy: Sync with upstream GeanyPy version (gh#geany/geany-plugins#527). + Lineoperations: Add support for selections (gh#geany/geany-plugins#378). + Lipsum: Add a space before restarting Lorem Ipsum text (gh#geany/geany-plugins#513). + Markdown: - Allow exporting Markdown as HTML (gh#geany/geany-plugins#502). - Fix relative paths (gh#geany/geany-plugins#501). + PairTagHighlighter: - Add keybinding for jumping to matching tag (gh#geany/geany-plugins#466). - Improve compatibility with Gtk3 (gh#geany/geany-plugins#466). + ProjectOrganizer: - Show online help via help button (gh#geany/geany-plugins#521). - Remember expanded directories in the sidebar when reloading (gh#geany/geany-plugins#528). + Spellcheck: Treat underscore as word separator (gh#geany/geany-plugins#512). + Tableconvert: Fix markup of documentation. + Treebrowser: - Fix a possible memory leak (gh#geany/geany-plugins#478). - Add a keybinding to follow current file (gh#geany/geany-plugins#524). - Allow to show menu also with Shift+F10 (gh#geany/geany-plugins#523). - Fix a bug addding files to file list again and again when using refresh-function and no file is selected. (gh#geany/geany-plugins#525) - Don't change directory on project save (gh#geany/geany-plugins#536). + Updated translations. - Bump the version of libgeany0 in BuildRequires to 1.29 (following configure.ac changes). - geanydoc now builds with gtk3, so restore it to the allowed file-list. * Thu Jan 26 2017 firebird209@gmail.com - Update to version 1.29 (boo#1022222): + General: - Rename plugin GeanyLipsum to Lipsum (gh#geany/geany-plugins#472). + Addons: - Add a function to deselect marked words with one click (gh#geany/geany-plugins#481). + Commander: - Add keybindings for triggering a particular filter type (gh#geany/geany-plugins#468). + GeanyGenDoc: - Fix typos in README (gh#geany/geany-plugins#476). + Git-Changebar: - Fix an issue access the git repository in combination with libgit2 0.24.2. - Fix an off-by-one issue in tooltip hunk width calculation cropping 1px on the right. - Fix handling of documents starting with a BOM (gh#geany/geany-plugins#483, gh#geany/geany-plugins#482). + Spellcheck: - Strip single quotes from words' beginning and end (gh#geany/geany-plugins#484). - Fix a memory leak on duplicate dictionaries (gh#geany/geany-plugins#480). + Treebrowser: - Fix a typo in configuration parsing causing option for "open new files" have not being save/restored correctly (gh#geany/geany-plugins/#469, gh#geany/geany-plugins#473). + Updated translations. * Mon Sep 19 2016 dimstar@opensuse.org - Drop pkgconfig(vte) BuildRequires: geany-plugins still uses vte2 which is not compatible with the GTK3 build of geany. This change does not result in any difference, since the package switched to GTK3 a while ago and the GTK2/VTE2 based plugins have not been shipped since then anyway. * Wed Jul 20 2016 badshah400@gmail.com - Update to version 1.28: + General: - Rename plugin GeanySendMail to SendMail (gh#geany/geany-plugins#43). - Fix some inconsistency in plugins' READMEs (gh#geany/geany-plugins#453). + Windows build: Update dependencies shipped with the package. + Addons: - tasks: Strip comment-closing sequence from task text (gh#geany/geany-plugins#416). - tasks: Do not extract tokens from non-comments (gh#geany/geany-plugins#416). + Debugger: Fix escaping target executable path if it contains non-ASCII (gh#geany/geany-plugins#416, gh#geany/geany-plugins#451). + GeanyGenDoc: Fix build with old rst2html (gh#geany/geany-plugins#414). + GeanyLaTeX: - Fix a conditional end of undo action. Without an undo-action might run forever (gh#geany/geany-plugins#416). - Improve support for GTK3 (gh#geany/geany-plugins#410). + GeanyLipsum: Add ellipsis to menu item requiring further user input (gh#geany/geany-plugins#452). + GeanyMacro: Fix GTK3 support (gh#geany/geany-plugins#410). + GeanyNumberedBookmarks: Fix GTK3 support (gh#geany/geany-plugins#410). + GeanyPrj: Fix GTK3 support (gh#geany/geany-plugins#410). + GeanyPy: Fix build with current Geany (gh#geany/geany-plugins#363). + PairTagHighlighter: Fix a crash when the tag name is missing (gh#geany/geany-plugins#442, gh#geany/geany-plugins#446, gh#geany/geany-plugins#447). + Prettyprinter: Fix several memory leaks (gh#geany/geany-plugins#364). + ProjectOrganizer: Fix duplicated tab in Project Properties. + Scope: Fix dependency checks on Windows (gh#geany/geany-plugins#409). + Shiftcolumn: Fix handling of end-to-start selections (gh#geany/geany-plugins#366). - Changes from version 1.27: See /usr/share/doc/packages/geany-plugins/NEWS or online at https://github.com/geany/geany-plugins/blob/1.27.0/NEWS. - Update file list: + geanylatex, geanymacro, geanynumberedbookmarks, geanyprj are GTK3 compatible now. + New plugin: lineoperations. * Tue Feb 16 2016 zaitor@opensuse.org - Disable pkgconfig(webkit-1.0), as we do not want to use this as it is unsupported by upstream. * Tue Jan 12 2016 badshah400@gmail.com - Geany was switched to build against gtk3, so also switch this -plugins package to gtk3 too: + Disable the following plugins because they do not build against gtk3: Debugger, DevHelp, GeanyDoc, GeanyGenDoc, GeanyLaTeX, GeanyMacro, GeanyNumberedBookmarks, GeanyPrj, Geanypy, Markdown, MultiTerm, Scope, WebHelper. + Update BuildRequires: - Update geany version to 1.26. - Replace pkgconfig(gtk+-2.0) by pkgconfig(gtk+-3.0). - Replace pkgconfig(gtkspell-2.0) by pkgconfig(gtkspell3-3.0). - Remove gconf2-devel, no longer required after the switch to gtk3. * Thu Dec 31 2015 badshah400@gmail.com - Update to version 1.26: + General: Add a note about deprecating Waf build system -- will be removed with 1.27. + Addons: - Add new feature to copy path of current file into clipboard (#291). - Update bookmark list also on any line changes in the document (SF#129, SF#39, #284). - Add GTK3 support (#271). + GeanyPy: Fix Python library loading on Debian based systems. + GeanyVC: - Add GTK3 support (#300). - Little improvements on commit dialog (#300). + GitChangeBar: Add support for libgit2 0.23 (#283). + Multiterm: Make a lot of strings translatable (#254). + Pohelper: Fix untranslated and fuzzy count in the stats dialog (#292). + ProjectOrganizer: Fix some features when the sidebar was never visible. + Scope: Use Geany spawn: maximum GDB line length fixed to 1MB, no CPU time wasted when IDLE under Windows, 3 preferences deleted. + Spellcheck: Add an option to show spelling suggestion on top of the context menu instead of in a submenu (still default) (#287, #290). + Updated translations. - Update requied libgeany version in BuildRequires. - Remove conditional from pkgconfig(libgit2) BuildRequires: Now builds with the version in factory. * Sun Jul 26 2015 trcs@gmx.com - Update to version 1.25: + removed geany-plugins-GCond-usage.patch, fixed upstream + removed geany-plugins-gdb-7_7.patch, fixed upstream + disabled geany-plugins-lua-5_2.patch: it breaks GeanyLua build + General: - GProject is renamed to ProjectOrganizer - New plugin Automark - New plugin GeanyCtags - New plugin GitChangeBar - New plugin Overview + Addons: - Improve URI selection + Autoclose: - Add Whitesmith style bracket formatting support + CodeNav: - Implement Go to File feature + Commander: - Improve sorting algorithm + Debugger: - Fix crash with GDB 7.7 + GeanyLaTeX: - Fix automatic capitalization of multi-byte characters + GeanyVC: - Add support for WinMerge external diff viewer + ProjectOrganizer: - Add an "external directory" feature - Add find tag by name - Add ignored file patterns - Performance improvements in tag generation using updated Geany API + MultiTerm: - Fix build with recent Vala versions + PairTagHighlighter: - Fix clearing previous indicators (PR #200) + PoHelper: - Add a statistics dialog - Fix handling of plural forms + Scope: - Fix building on GNU/Hurd (PR #146) + Spellcheck: - Don't check code of scripting languages embedded in HTML - Add option to perform a spell check on document open (closes SF #137) + Tableconvert: - Improve handling of non-LF line ends - Add support for DokuWiki syntax + WebHelper: - Add support for basic bookmarks + Internationalization: - Update translations: de, fr, pt, ru * Wed Nov 19 2014 nick.schrader@mailbox.org - Debugger + Add geany-plugins-GCond-usage.patch: Fixed bug SF#116 that made the whole application crash because of GLib (bnc#906659). + Add geany-plugins-gdb-7_7.patch: Fixed bug SF#112 that made the whole application crash because of GDB (bnc#906659).
/usr/lib64/geany-plugins /usr/lib64/geany-plugins/geanylua /usr/lib64/geany-plugins/geanylua/libgeanylua.so /usr/lib64/geany/addons.so /usr/lib64/geany/autoclose.so /usr/lib64/geany/automark.so /usr/lib64/geany/codenav.so /usr/lib64/geany/commander.so /usr/lib64/geany/defineformat.so /usr/lib64/geany/geanyctags.so /usr/lib64/geany/geanydoc.so /usr/lib64/geany/geanyextrasel.so /usr/lib64/geany/geanyinsertnum.so /usr/lib64/geany/geanylua.so /usr/lib64/geany/geanymacro.so /usr/lib64/geany/geanyminiscript.so /usr/lib64/geany/geanynumberedbookmarks.so /usr/lib64/geany/geanypg.so /usr/lib64/geany/geanyprj.so /usr/lib64/geany/geanyvc.so /usr/lib64/geany/geniuspaste.so /usr/lib64/geany/git-changebar.so /usr/lib64/geany/keyrecord.so /usr/lib64/geany/latex.so /usr/lib64/geany/lineoperations.so /usr/lib64/geany/lipsum.so /usr/lib64/geany/markdown.so /usr/lib64/geany/overview.so /usr/lib64/geany/pairtaghighlighter.so /usr/lib64/geany/pohelper.so /usr/lib64/geany/pretty-printer.so /usr/lib64/geany/projectorganizer.so /usr/lib64/geany/sendmail.so /usr/lib64/geany/shiftcolumn.so /usr/lib64/geany/spellcheck.so /usr/lib64/geany/tableconvert.so /usr/lib64/geany/treebrowser.so /usr/lib64/geany/updatechecker.so /usr/lib64/geany/vimode.so /usr/lib64/geany/workbench.so /usr/lib64/geany/xmlsnippets.so /usr/lib64/libgeanypluginutils.so /usr/lib64/libgeanypluginutils.so.0 /usr/lib64/libgeanypluginutils.so.0.0.0 /usr/share/doc/packages/geany-plugins /usr/share/doc/packages/geany-plugins/AUTHORS /usr/share/doc/packages/geany-plugins/COPYING /usr/share/doc/packages/geany-plugins/NEWS /usr/share/doc/packages/geany-plugins/README /usr/share/doc/packages/geany-plugins/addons /usr/share/doc/packages/geany-plugins/addons/AUTHORS /usr/share/doc/packages/geany-plugins/addons/COPYING /usr/share/doc/packages/geany-plugins/addons/ChangeLog /usr/share/doc/packages/geany-plugins/addons/NEWS /usr/share/doc/packages/geany-plugins/addons/README /usr/share/doc/packages/geany-plugins/autoclose /usr/share/doc/packages/geany-plugins/autoclose/AUTHORS /usr/share/doc/packages/geany-plugins/autoclose/COPYING /usr/share/doc/packages/geany-plugins/autoclose/ChangeLog /usr/share/doc/packages/geany-plugins/autoclose/README /usr/share/doc/packages/geany-plugins/automark /usr/share/doc/packages/geany-plugins/automark/AUTHORS /usr/share/doc/packages/geany-plugins/automark/COPYING /usr/share/doc/packages/geany-plugins/automark/ChangeLog /usr/share/doc/packages/geany-plugins/automark/README /usr/share/doc/packages/geany-plugins/codenav /usr/share/doc/packages/geany-plugins/codenav/AUTHORS /usr/share/doc/packages/geany-plugins/codenav/COPYING /usr/share/doc/packages/geany-plugins/codenav/ChangeLog /usr/share/doc/packages/geany-plugins/codenav/README /usr/share/doc/packages/geany-plugins/commander /usr/share/doc/packages/geany-plugins/commander/AUTHORS /usr/share/doc/packages/geany-plugins/commander/COPYING /usr/share/doc/packages/geany-plugins/commander/README /usr/share/doc/packages/geany-plugins/defineformat /usr/share/doc/packages/geany-plugins/defineformat/AUTHORS /usr/share/doc/packages/geany-plugins/defineformat/COPYING /usr/share/doc/packages/geany-plugins/defineformat/ChangeLog /usr/share/doc/packages/geany-plugins/defineformat/README /usr/share/doc/packages/geany-plugins/geanyctags /usr/share/doc/packages/geany-plugins/geanyctags/AUTHORS /usr/share/doc/packages/geany-plugins/geanyctags/COPYING /usr/share/doc/packages/geany-plugins/geanyctags/README /usr/share/doc/packages/geany-plugins/geanydoc /usr/share/doc/packages/geany-plugins/geanydoc/AUTHORS /usr/share/doc/packages/geany-plugins/geanydoc/COPYING /usr/share/doc/packages/geany-plugins/geanydoc/NEWS /usr/share/doc/packages/geany-plugins/geanydoc/README /usr/share/doc/packages/geany-plugins/geanyextrasel /usr/share/doc/packages/geany-plugins/geanyextrasel/AUTHORS /usr/share/doc/packages/geany-plugins/geanyextrasel/COPYING /usr/share/doc/packages/geany-plugins/geanyextrasel/ChangeLog /usr/share/doc/packages/geany-plugins/geanyextrasel/NEWS /usr/share/doc/packages/geany-plugins/geanyextrasel/README /usr/share/doc/packages/geany-plugins/geanyinsertnum /usr/share/doc/packages/geany-plugins/geanyinsertnum/AUTHORS /usr/share/doc/packages/geany-plugins/geanyinsertnum/COPYING /usr/share/doc/packages/geany-plugins/geanyinsertnum/ChangeLog /usr/share/doc/packages/geany-plugins/geanyinsertnum/NEWS /usr/share/doc/packages/geany-plugins/geanyinsertnum/README /usr/share/doc/packages/geany-plugins/geanylua /usr/share/doc/packages/geany-plugins/geanylua/AUTHORS /usr/share/doc/packages/geany-plugins/geanylua/COPYING /usr/share/doc/packages/geany-plugins/geanylua/ChangeLog /usr/share/doc/packages/geany-plugins/geanylua/NEWS /usr/share/doc/packages/geany-plugins/geanylua/README /usr/share/doc/packages/geany-plugins/geanylua/geanylua-index.html /usr/share/doc/packages/geany-plugins/geanylua/geanylua-input.html /usr/share/doc/packages/geany-plugins/geanylua/geanylua-intro.html /usr/share/doc/packages/geany-plugins/geanylua/geanylua-keyfile.html /usr/share/doc/packages/geany-plugins/geanylua/geanylua-keys.html /usr/share/doc/packages/geany-plugins/geanylua/geanylua-ref.html /usr/share/doc/packages/geany-plugins/geanylua/luarefv51.html /usr/share/doc/packages/geany-plugins/geanymacro /usr/share/doc/packages/geany-plugins/geanymacro/AUTHORS /usr/share/doc/packages/geany-plugins/geanymacro/COPYING /usr/share/doc/packages/geany-plugins/geanymacro/ChangeLog /usr/share/doc/packages/geany-plugins/geanymacro/README /usr/share/doc/packages/geany-plugins/geanyminiscript /usr/share/doc/packages/geany-plugins/geanyminiscript/AUTHORS /usr/share/doc/packages/geany-plugins/geanyminiscript/COPYING /usr/share/doc/packages/geany-plugins/geanyminiscript/ChangeLog /usr/share/doc/packages/geany-plugins/geanyminiscript/README /usr/share/doc/packages/geany-plugins/geanynumberedbookmarks /usr/share/doc/packages/geany-plugins/geanynumberedbookmarks/AUTHORS /usr/share/doc/packages/geany-plugins/geanynumberedbookmarks/COPYING /usr/share/doc/packages/geany-plugins/geanynumberedbookmarks/ChangeLog /usr/share/doc/packages/geany-plugins/geanynumberedbookmarks/README /usr/share/doc/packages/geany-plugins/geanypg /usr/share/doc/packages/geany-plugins/geanypg/AUTHORS /usr/share/doc/packages/geany-plugins/geanypg/COPYING /usr/share/doc/packages/geany-plugins/geanypg/ChangeLog /usr/share/doc/packages/geany-plugins/geanypg/README /usr/share/doc/packages/geany-plugins/geanyprj /usr/share/doc/packages/geany-plugins/geanyprj/AUTHORS /usr/share/doc/packages/geany-plugins/geanyprj/COPYING /usr/share/doc/packages/geany-plugins/geanyprj/NEWS /usr/share/doc/packages/geany-plugins/geanyprj/README /usr/share/doc/packages/geany-plugins/geanyvc /usr/share/doc/packages/geany-plugins/geanyvc/AUTHORS /usr/share/doc/packages/geany-plugins/geanyvc/COPYING /usr/share/doc/packages/geany-plugins/geanyvc/ChangeLog /usr/share/doc/packages/geany-plugins/geanyvc/NEWS /usr/share/doc/packages/geany-plugins/geanyvc/README /usr/share/doc/packages/geany-plugins/geniuspaste /usr/share/doc/packages/geany-plugins/geniuspaste/AUTHORS /usr/share/doc/packages/geany-plugins/geniuspaste/COPYING /usr/share/doc/packages/geany-plugins/geniuspaste/README /usr/share/doc/packages/geany-plugins/git-changebar /usr/share/doc/packages/geany-plugins/git-changebar/AUTHORS /usr/share/doc/packages/geany-plugins/git-changebar/COPYING /usr/share/doc/packages/geany-plugins/git-changebar/README /usr/share/doc/packages/geany-plugins/keyrecord /usr/share/doc/packages/geany-plugins/keyrecord/AUTHORS /usr/share/doc/packages/geany-plugins/keyrecord/COPYING /usr/share/doc/packages/geany-plugins/keyrecord/README /usr/share/doc/packages/geany-plugins/latex /usr/share/doc/packages/geany-plugins/latex/AUTHORS /usr/share/doc/packages/geany-plugins/latex/COPYING /usr/share/doc/packages/geany-plugins/latex/ChangeLog /usr/share/doc/packages/geany-plugins/latex/NEWS /usr/share/doc/packages/geany-plugins/latex/README /usr/share/doc/packages/geany-plugins/latex/bibtex_reference.png /usr/share/doc/packages/geany-plugins/latex/insert_environment.png /usr/share/doc/packages/geany-plugins/latex/insert_label.png /usr/share/doc/packages/geany-plugins/latex/insert_reference.png /usr/share/doc/packages/geany-plugins/latex/insert_usepackage.png /usr/share/doc/packages/geany-plugins/latex/latex.css /usr/share/doc/packages/geany-plugins/latex/latex.html /usr/share/doc/packages/geany-plugins/latex/latex.pdf /usr/share/doc/packages/geany-plugins/latex/latex.tex /usr/share/doc/packages/geany-plugins/latex/latex2.html /usr/share/doc/packages/geany-plugins/latex/latex3.html /usr/share/doc/packages/geany-plugins/latex/latex4.html /usr/share/doc/packages/geany-plugins/latex/latexwizard.png /usr/share/doc/packages/geany-plugins/latex/plugin_manager.png /usr/share/doc/packages/geany-plugins/latex/toolbar.png /usr/share/doc/packages/geany-plugins/lineoperations /usr/share/doc/packages/geany-plugins/lineoperations/AUTHORS /usr/share/doc/packages/geany-plugins/lineoperations/COPYING /usr/share/doc/packages/geany-plugins/lineoperations/ChangeLog /usr/share/doc/packages/geany-plugins/lineoperations/README /usr/share/doc/packages/geany-plugins/lipsum /usr/share/doc/packages/geany-plugins/lipsum/AUTHORS /usr/share/doc/packages/geany-plugins/lipsum/COPYING /usr/share/doc/packages/geany-plugins/lipsum/ChangeLog /usr/share/doc/packages/geany-plugins/lipsum/NEWS /usr/share/doc/packages/geany-plugins/lipsum/README /usr/share/doc/packages/geany-plugins/markdown /usr/share/doc/packages/geany-plugins/markdown/AUTHORS /usr/share/doc/packages/geany-plugins/markdown/COPYING /usr/share/doc/packages/geany-plugins/markdown/README /usr/share/doc/packages/geany-plugins/markdown/html /usr/share/doc/packages/geany-plugins/markdown/html/help.html /usr/share/doc/packages/geany-plugins/markdown/html/plugin.png /usr/share/doc/packages/geany-plugins/markdown/html/plugin_mgr.png /usr/share/doc/packages/geany-plugins/markdown/html/plugin_prefs.png /usr/share/doc/packages/geany-plugins/markdown/html/plugin_small.png /usr/share/doc/packages/geany-plugins/markdown/html/set_filetype.png /usr/share/doc/packages/geany-plugins/markdown/html/settings.png /usr/share/doc/packages/geany-plugins/overview /usr/share/doc/packages/geany-plugins/overview/README /usr/share/doc/packages/geany-plugins/pairtaghighlighter /usr/share/doc/packages/geany-plugins/pairtaghighlighter/AUTHORS /usr/share/doc/packages/geany-plugins/pairtaghighlighter/COPYING /usr/share/doc/packages/geany-plugins/pairtaghighlighter/ChangeLog /usr/share/doc/packages/geany-plugins/pairtaghighlighter/README /usr/share/doc/packages/geany-plugins/pohelper /usr/share/doc/packages/geany-plugins/pohelper/AUTHORS /usr/share/doc/packages/geany-plugins/pohelper/COPYING /usr/share/doc/packages/geany-plugins/pohelper/NEWS /usr/share/doc/packages/geany-plugins/pohelper/README /usr/share/doc/packages/geany-plugins/projectorganizer /usr/share/doc/packages/geany-plugins/projectorganizer/AUTHORS /usr/share/doc/packages/geany-plugins/projectorganizer/COPYING /usr/share/doc/packages/geany-plugins/projectorganizer/NEWS /usr/share/doc/packages/geany-plugins/projectorganizer/README /usr/share/doc/packages/geany-plugins/sendmail /usr/share/doc/packages/geany-plugins/sendmail/AUTHORS /usr/share/doc/packages/geany-plugins/sendmail/COPYING /usr/share/doc/packages/geany-plugins/sendmail/ChangeLog /usr/share/doc/packages/geany-plugins/sendmail/NEWS /usr/share/doc/packages/geany-plugins/sendmail/README /usr/share/doc/packages/geany-plugins/shiftcolumn /usr/share/doc/packages/geany-plugins/shiftcolumn/AUTHORS /usr/share/doc/packages/geany-plugins/shiftcolumn/COPYING /usr/share/doc/packages/geany-plugins/shiftcolumn/ChangeLog /usr/share/doc/packages/geany-plugins/shiftcolumn/NEWS /usr/share/doc/packages/geany-plugins/shiftcolumn/README /usr/share/doc/packages/geany-plugins/spellcheck /usr/share/doc/packages/geany-plugins/spellcheck/AUTHORS /usr/share/doc/packages/geany-plugins/spellcheck/COPYING /usr/share/doc/packages/geany-plugins/spellcheck/ChangeLog /usr/share/doc/packages/geany-plugins/spellcheck/NEWS /usr/share/doc/packages/geany-plugins/spellcheck/README /usr/share/doc/packages/geany-plugins/tableconvert /usr/share/doc/packages/geany-plugins/tableconvert/AUTHORS /usr/share/doc/packages/geany-plugins/tableconvert/COPYING /usr/share/doc/packages/geany-plugins/tableconvert/ChangeLog /usr/share/doc/packages/geany-plugins/tableconvert/README /usr/share/doc/packages/geany-plugins/treebrowser /usr/share/doc/packages/geany-plugins/treebrowser/AUTHORS /usr/share/doc/packages/geany-plugins/treebrowser/ChangeLog /usr/share/doc/packages/geany-plugins/treebrowser/NEWS /usr/share/doc/packages/geany-plugins/treebrowser/README /usr/share/doc/packages/geany-plugins/updatechecker /usr/share/doc/packages/geany-plugins/updatechecker/AUTHORS /usr/share/doc/packages/geany-plugins/updatechecker/COPYING /usr/share/doc/packages/geany-plugins/updatechecker/ChangeLog /usr/share/doc/packages/geany-plugins/updatechecker/NEWS /usr/share/doc/packages/geany-plugins/updatechecker/README /usr/share/doc/packages/geany-plugins/vimode /usr/share/doc/packages/geany-plugins/vimode/AUTHORS /usr/share/doc/packages/geany-plugins/vimode/COPYING /usr/share/doc/packages/geany-plugins/vimode/README /usr/share/doc/packages/geany-plugins/workbench /usr/share/doc/packages/geany-plugins/workbench/AUTHORS /usr/share/doc/packages/geany-plugins/workbench/COPYING /usr/share/doc/packages/geany-plugins/workbench/NEWS /usr/share/doc/packages/geany-plugins/workbench/README /usr/share/doc/packages/geany-plugins/xmlsnippets /usr/share/doc/packages/geany-plugins/xmlsnippets/AUTHORS /usr/share/doc/packages/geany-plugins/xmlsnippets/COPYING /usr/share/doc/packages/geany-plugins/xmlsnippets/ChangeLog /usr/share/doc/packages/geany-plugins/xmlsnippets/README /usr/share/geany-plugins /usr/share/geany-plugins/geanylua /usr/share/geany-plugins/geanylua/dialogs /usr/share/geany-plugins/geanylua/dialogs/basic-dialogs.lua /usr/share/geany-plugins/geanylua/dialogs/complex-dialog.lua /usr/share/geany-plugins/geanylua/edit /usr/share/geany-plugins/geanylua/edit/calculator.lua /usr/share/geany-plugins/geanylua/edit/lua-replace.lua /usr/share/geany-plugins/geanylua/edit/proper-case.lua /usr/share/geany-plugins/geanylua/edit/reverse.lua /usr/share/geany-plugins/geanylua/edit/right-trim.lua /usr/share/geany-plugins/geanylua/edit/select-block.lua /usr/share/geany-plugins/geanylua/info /usr/share/geany-plugins/geanylua/info/about.lua /usr/share/geany-plugins/geanylua/info/app-information.lua /usr/share/geany-plugins/geanylua/info/file-information.lua /usr/share/geany-plugins/geanylua/info/list-open-files.lua /usr/share/geany-plugins/geanylua/info/show-filename.lua /usr/share/geany-plugins/geanylua/scripting /usr/share/geany-plugins/geanylua/scripting/help.lua /usr/share/geany-plugins/geanylua/scripting/open-script.lua /usr/share/geany-plugins/geanylua/scripting/rebuild-menu.lua /usr/share/geany-plugins/geanylua/scripting/show-examples.lua /usr/share/geany-plugins/geanylua/work /usr/share/geany-plugins/geanylua/work/01.edit-test-script.lua /usr/share/geany-plugins/geanylua/work/02.run-test-script.lua /usr/share/geany-plugins/geanylua/work/03.install-test-script.lua /usr/share/geany-plugins/geniuspaste /usr/share/geany-plugins/geniuspaste/pastebins /usr/share/geany-plugins/geniuspaste/pastebins/codepad.org.conf /usr/share/geany-plugins/geniuspaste/pastebins/dpaste.de.conf /usr/share/geany-plugins/geniuspaste/pastebins/fpaste.org.conf /usr/share/geany-plugins/geniuspaste/pastebins/paste.debian.net.conf /usr/share/geany-plugins/geniuspaste/pastebins/pastebin.geany.org.conf /usr/share/geany-plugins/geniuspaste/pastebins/sprunge.us.conf /usr/share/geany-plugins/git-changebar /usr/share/geany-plugins/git-changebar/prefs.ui /usr/share/geany-plugins/overview /usr/share/geany-plugins/overview/prefs.ui /usr/share/geany-plugins/pohelper /usr/share/geany-plugins/pohelper/menus.ui /usr/share/geany-plugins/pohelper/stats.ui
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 18:25:27 2024