Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

geany-plugins-2.0-1.4 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: geany-plugins Distribution: openSUSE Tumbleweed
Version: 2.0 Vendor: openSUSE
Release: 1.4 Build date: Fri Oct 20 07:50:35 2023
Group: Development/Tools/IDE Build host: reproducible
Size: 4257221 Source RPM: geany-plugins-2.0-1.4.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.

Provides

Requires

License

GPL-2.0-or-later AND GPL-3.0-or-later

Changelog

* Fri Oct 20 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.0:
    * Remove unusable and unmaintained plugins: DevHelp, GeanyPy,
      Multiterm.
    * Bookmarks: Prevent duplicating bookmarks when editing line.
    * Delay updating of tasks list until document has been colorised.
    * Various fixes.
  - Dropped 1178.patch since it has been upstreamed.
* 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.

Files

/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/webhelper.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/webhelper
/usr/share/doc/packages/geany-plugins/webhelper/AUTHORS
/usr/share/doc/packages/geany-plugins/webhelper/COPYING
/usr/share/doc/packages/geany-plugins/webhelper/NEWS
/usr/share/doc/packages/geany-plugins/webhelper/README
/usr/share/doc/packages/geany-plugins/webhelper/TODO
/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 Apr 30 23:32:46 2024