Difference between revisions of "File Manager plugin"

From Code::Blocks
m (typo)
 
Line 8: Line 8:
 
}}
 
}}
  
The '''FileManager''' plugin provides a tree-like view of the file system as a tab in the management pane. It's features include
+
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)
 
* 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)
 
* set a wildcard mask for files to display (e.g. *.c;*.cpp;*.h;*.cpp)

Latest revision as of 19:27, 4 October 2012

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)