Difference between revisions of "File Manager plugin"
From Code::Blocks
(New page describing the File Manager plugin) |
|||
Line 15: | Line 15: | ||
* copy, move, duplicate, rename, and delete files | * copy, move, duplicate, rename, and delete files | ||
* option to open project folder in the file manager from the project tree | * option to open project folder in the file manager from the project tree | ||
− | * integrates with the Tools+ plugin | + | * integrates with the Tools+ plugin (ability to run arbitrary commands on selected files) |
* monitors the filesystem for changes and refreshes the view appropriately | * monitors the filesystem for changes and refreshes the view appropriately | ||
* experimental support for displaying versioning status (works with Subversion, Bazaar, Mercurial) | * experimental support for displaying versioning status (works with Subversion, Bazaar, Mercurial) |
Revision as of 19:19, 4 October 2012
The FileManager plugin provides a tree-like view of the file system as a tab in the management pane. It's 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)