1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
.. |(version)| replace:: 0.20
TreeBrowser plugin
==================
.. contents::
About
=====
The TreeBrowser plugin for Geany provides an alternate way to browse through
your files. It displays files and directories in a tree view and has more
features than the file browser plugin delivered with Geany itself.
Features
========
* Project following
* Basic filesystem functionality
* GTK bookmarks support
* Keybindings
* Filterable list
* Show content-type icons
Requirements
============
* GTK >= 2.8.0
* GIO >= 2.0 (optional)
* Geany >= 0.17
Usage
=====
After compiling and/or installing TreeBrowser, start Geany and go to menu
Tools->Plugin Manager and set checkbox at TreeBrowser plugin
FAQ
===
* My base directory is not remembered
Yes it isn`t saved, and I don`t think that it have to be saved while We have in Geany "Startup path", and "Load from the last session"
These settings are useful and the plugin take care about them, use them and the problem with the last directory remembering will be solved.
Download Source
===============
Development Source Tarball: https://github.com/geany/geany-plugins/archive/master.zip
TreeBrowser is part of the combined Geany Plugins release. For more information and downloads, please visit http://plugins.geany.org/
Installation
============
The plugin is part from the geany-plugins projects, you can see the plugin`s install page at http://plugins.geany.org/install.html
License
=======
TreeBrowser plugin is distributed under the same license as in geany.
Ideas, questions, patches and bug reports
=========================================
Report them at https://github.com/geany/geany-plugins/issues
--
2010 Adrian Dimitrov
dimitrov(dot)adrian(at)gmail(dot)com
|