Created
October 7, 2019 09:23
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/i9ha3mr7yvac8bkndv37sikra86hg7gy-geany-1.36 | |
├── bin | |
│ └── geany | |
├── include | |
│ └── geany | |
│ ├── app.h | |
│ ├── build.h | |
│ ├── dialogs.h | |
│ ├── document.h | |
│ ├── editor.h | |
│ ├── encodings.h | |
│ ├── filetypes.h | |
│ ├── geanyfunctions.h | |
│ ├── geany.h | |
│ ├── geanyplugin.h | |
│ ├── gtkcompat.h | |
│ ├── highlighting.h | |
│ ├── keybindings.h | |
│ ├── main.h | |
│ ├── msgwindow.h | |
│ ├── navqueue.h | |
│ ├── plugindata.h | |
│ ├── pluginutils.h | |
│ ├── prefs.h | |
│ ├── project.h | |
│ ├── scintilla | |
│ │ ├── SciLexer.h | |
│ │ ├── Scintilla.h | |
│ │ ├── Scintilla.iface | |
│ │ ├── ScintillaWidget.h | |
│ │ └── Sci_Position.h | |
│ ├── sciwrappers.h | |
│ ├── search.h | |
│ ├── spawn.h | |
│ ├── stash.h | |
│ ├── support.h | |
│ ├── symbols.h | |
│ ├── tagmanager | |
│ │ ├── tm_parser.h | |
│ │ ├── tm_source_file.h | |
│ │ ├── tm_tag.h | |
│ │ └── tm_workspace.h | |
│ ├── templates.h | |
│ ├── toolbar.h | |
│ ├── ui_utils.h | |
│ └── utils.h | |
├── lib | |
│ ├── geany | |
│ │ ├── classbuilder.la | |
│ │ ├── classbuilder.so | |
│ │ ├── export.la | |
│ │ ├── export.so | |
│ │ ├── filebrowser.la | |
│ │ ├── filebrowser.so | |
│ │ ├── htmlchars.la | |
│ │ ├── htmlchars.so | |
│ │ ├── saveactions.la | |
│ │ ├── saveactions.so | |
│ │ ├── splitwindow.la | |
│ │ └── splitwindow.so | |
│ ├── libgeany.la | |
│ ├── libgeany.so -> libgeany.so.0.0.0 | |
│ ├── libgeany.so.0 -> libgeany.so.0.0.0 | |
│ ├── libgeany.so.0.0.0 | |
│ └── pkgconfig | |
│ └── geany.pc | |
└── share | |
├── applications | |
│ └── geany.desktop | |
├── doc | |
│ └── geany | |
│ ├── AUTHORS | |
│ ├── ChangeLog | |
│ ├── COPYING | |
│ ├── html | |
│ │ ├── images | |
│ │ │ ├── build_menu_commands_dialog.png | |
│ │ │ ├── find_dialog.png | |
│ │ │ ├── find_in_files_dialog.png | |
│ │ │ ├── main_window.png | |
│ │ │ ├── pref_dialog_edit_completions.png | |
│ │ │ ├── pref_dialog_edit_display.png | |
│ │ │ ├── pref_dialog_edit_features.png | |
│ │ │ ├── pref_dialog_edit_indentation.png | |
│ │ │ ├── pref_dialog_files.png | |
│ │ │ ├── pref_dialog_gen_misc.png | |
│ │ │ ├── pref_dialog_gen_startup.png | |
│ │ │ ├── pref_dialog_interface_interface.png | |
│ │ │ ├── pref_dialog_interface_notebook.png | |
│ │ │ ├── pref_dialog_interface_toolbar.png | |
│ │ │ ├── pref_dialog_keys.png | |
│ │ │ ├── pref_dialog_printing.png | |
│ │ │ ├── pref_dialog_templ.png | |
│ │ │ ├── pref_dialog_tools.png | |
│ │ │ ├── pref_dialog_various.png | |
│ │ │ ├── pref_dialog_vte.png | |
│ │ │ └── replace_dialog.png | |
│ │ └── index.html | |
│ ├── manual.txt | |
│ ├── NEWS | |
│ ├── README | |
│ ├── ScintillaLicense.txt | |
│ ├── THANKS | |
│ └── TODO | |
├── geany | |
│ ├── colorschemes | |
│ │ └── alt.conf | |
│ ├── filedefs | |
│ │ ├── filetypes.abaqus | |
│ │ ├── filetypes.abc | |
│ │ ├── filetypes.actionscript | |
│ │ ├── filetypes.ada | |
│ │ ├── filetypes.Arduino.conf | |
│ │ ├── filetypes.asciidoc | |
│ │ ├── filetypes.asm | |
│ │ ├── filetypes.batch | |
│ │ ├── filetypes.c | |
│ │ ├── filetypes.caml | |
│ │ ├── filetypes.Clojure.conf | |
│ │ ├── filetypes.cmake | |
│ │ ├── filetypes.cobol | |
│ │ ├── filetypes.coffeescript | |
│ │ ├── filetypes.common | |
│ │ ├── filetypes.conf | |
│ │ ├── filetypes.cpp | |
│ │ ├── filetypes.cs | |
│ │ ├── filetypes.css | |
│ │ ├── filetypes.CUDA.conf | |
│ │ ├── filetypes.Cython.conf | |
│ │ ├── filetypes.d | |
│ │ ├── filetypes.diff | |
│ │ ├── filetypes.docbook | |
│ │ ├── filetypes.erlang | |
│ │ ├── filetypes.f77 | |
│ │ ├── filetypes.ferite | |
│ │ ├── filetypes.forth | |
│ │ ├── filetypes.fortran | |
│ │ ├── filetypes.freebasic | |
│ │ ├── filetypes.Genie.conf | |
│ │ ├── filetypes.glsl | |
│ │ ├── filetypes.go | |
│ │ ├── filetypes.Graphviz.conf | |
│ │ ├── filetypes.Groovy.conf | |
│ │ ├── filetypes.haskell | |
│ │ ├── filetypes.haxe | |
│ │ ├── filetypes.html | |
│ │ ├── filetypes.java | |
│ │ ├── filetypes.javascript | |
│ │ ├── filetypes.JSON.conf | |
│ │ ├── filetypes.Kotlin.conf | |
│ │ ├── filetypes.latex | |
│ │ ├── filetypes.lisp | |
│ │ ├── filetypes.lua | |
│ │ ├── filetypes.makefile | |
│ │ ├── filetypes.markdown | |
│ │ ├── filetypes.matlab | |
│ │ ├── filetypes.Nim.conf | |
│ │ ├── filetypes.nsis | |
│ │ ├── filetypes.objectivec | |
│ │ ├── filetypes.pascal | |
│ │ ├── filetypes.perl | |
│ │ ├── filetypes.php | |
│ │ ├── filetypes.po | |
│ │ ├── filetypes.powershell | |
│ │ ├── filetypes.python | |
│ │ ├── filetypes.r | |
│ │ ├── filetypes.restructuredtext | |
│ │ ├── filetypes.ruby | |
│ │ ├── filetypes.rust | |
│ │ ├── filetypes.Scala.conf | |
│ │ ├── filetypes.sh | |
│ │ ├── filetypes.sql | |
│ │ ├── filetypes.Swift.conf | |
│ │ ├── filetypes.tcl | |
│ │ ├── filetypes.txt2tags | |
│ │ ├── filetypes.TypeScript.conf | |
│ │ ├── filetypes.vala | |
│ │ ├── filetypes.verilog | |
│ │ ├── filetypes.vhdl | |
│ │ ├── filetypes.xml | |
│ │ ├── filetypes.yaml | |
│ │ └── filetypes.zephir | |
│ ├── filetype_extensions.conf | |
│ ├── geany.glade | |
│ ├── geany.gtkrc | |
│ ├── GPL-2 | |
│ ├── snippets.conf | |
│ ├── tags | |
│ │ ├── entities.html.tags | |
│ │ ├── std99.c.tags | |
│ │ ├── std.pas.tags | |
│ │ ├── std.php.tags | |
│ │ └── std.py.tags | |
│ ├── templates | |
│ │ ├── bsd | |
│ │ ├── changelog | |
│ │ ├── fileheader | |
│ │ ├── files | |
│ │ │ ├── file.html | |
│ │ │ ├── file_html5.html | |
│ │ │ ├── file.php | |
│ │ │ ├── file.rb | |
│ │ │ ├── file.tex | |
│ │ │ ├── main.c | |
│ │ │ ├── main.cxx | |
│ │ │ ├── main.d | |
│ │ │ ├── main.java | |
│ │ │ ├── main.py | |
│ │ │ ├── main.vala | |
│ │ │ ├── module.erl | |
│ │ │ └── program.pas | |
│ │ ├── function | |
│ │ └── gpl | |
│ └── ui_toolbar.xml | |
├── icons | |
│ ├── hicolor | |
│ │ ├── 16x16 | |
│ │ │ ├── actions | |
│ │ │ │ ├── geany-build.png | |
│ │ │ │ ├── geany-close-all.png | |
│ │ │ │ └── geany-save-all.png | |
│ │ │ └── apps | |
│ │ │ ├── classviewer-class.png | |
│ │ │ ├── classviewer-macro.png | |
│ │ │ ├── classviewer-member.png | |
│ │ │ ├── classviewer-method.png | |
│ │ │ ├── classviewer-namespace.png | |
│ │ │ ├── classviewer-other.png | |
│ │ │ ├── classviewer-struct.png | |
│ │ │ ├── classviewer-var.png | |
│ │ │ └── geany.png | |
│ │ ├── 24x24 | |
│ │ │ └── actions | |
│ │ │ ├── geany-build.png | |
│ │ │ ├── geany-close-all.png | |
│ │ │ └── geany-save-all.png | |
│ │ ├── 32x32 | |
│ │ │ ├── actions | |
│ │ │ │ ├── geany-build.png | |
│ │ │ │ ├── geany-close-all.png | |
│ │ │ │ └── geany-save-all.png | |
│ │ │ └── apps | |
│ │ │ └── geany.png | |
│ │ ├── 48x48 | |
│ │ │ ├── actions | |
│ │ │ │ ├── geany-build.png | |
│ │ │ │ ├── geany-close-all.png | |
│ │ │ │ └── geany-save-all.png | |
│ │ │ └── apps | |
│ │ │ └── geany.png | |
│ │ └── scalable | |
│ │ ├── actions | |
│ │ │ ├── geany-build.svg | |
│ │ │ ├── geany-close-all.svg | |
│ │ │ └── geany-save-all.svg | |
│ │ └── apps | |
│ │ └── geany.svg | |
│ └── Tango | |
│ ├── 16x16 | |
│ │ └── actions | |
│ │ └── geany-save-all.png | |
│ ├── 24x24 | |
│ │ └── actions | |
│ │ └── geany-save-all.png | |
│ ├── 32x32 | |
│ │ └── actions | |
│ │ └── geany-save-all.png | |
│ ├── 48x48 | |
│ │ └── actions | |
│ │ └── geany-save-all.png | |
│ ├── icon-theme.cache | |
│ └── scalable | |
│ └── actions | |
│ └── geany-save-all.svg | |
├── locale | |
│ ├── ar | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── ast | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── be | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── bg | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── ca | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── cs | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── da | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── de | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── el | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── en_GB | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── es | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── et | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── eu | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── fa | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── fi | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── fr | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── gl | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── he | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── hi | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── hu | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── id | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── it | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── ja | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── kk | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── ko | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── ku | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── lb | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── lt | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── lv | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── mn | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── nl | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── nn | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── pl | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── pt | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── pt_BR | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── ro | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── ru | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── sk | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── sl | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── sr | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── sv | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── tr | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── uk | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── vi | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ ├── zh_CN | |
│ │ └── LC_MESSAGES | |
│ │ └── geany.mo | |
│ └── zh_TW | |
│ └── LC_MESSAGES | |
│ └── geany.mo | |
└── man | |
└── man1 | |
└── geany.1.gz | |
142 directories, 273 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment