File Manager plugin

From Code::Blocks
FileManager
Generic-plugin.png
Developer(s): Damien Moore
Maintainer(s):
Version: 0.5

The FileManager plugin provides a tree-like view of the file system as a tab in the management pane. Its features include

  • ability to set the root of the tree to an directory in the filesystem (and remembers recent directory selections and favorites)
  • set a wildcard mask for files to display (e.g. *.c;*.cpp;*.h;*.cpp)
  • open file(s) in the C::B editor
  • open file(s) with associated applications
  • copy, move, duplicate, rename, and delete files
  • option to open project folder in the file manager from the project tree
  • integrates with the Tools+ plugin (ability to run arbitrary commands on selected files)
  • monitors the filesystem for changes and refreshes the view appropriately
  • experimental support for displaying versioning status (works with Subversion, Bazaar, Mercurial)