Click here to Skip to main content
15,886,110 members
Articles / Web Development / HTML

My Personal Commander Variant

Rate me:
Please Sign up or sign in to vote.
4.66/5 (13 votes)
5 Oct 2016CPOL14 min read 44.5K   1.2K   47  
A C#/WPF application for displaying folders on a grid and performing combined functions on them.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<HTML>
<HEAD>
<meta name="GENERATOR" content="Microsoft&reg; HTML Help Workshop 4.1">
<Title>Introduction</Title>
<LINK REL="styleSheet" HREF="default.css" TYPE="text/css"/>
</HEAD>
<BODY>
<h1>My Personal Commander Variant (MPCV) Help</h1>
<p>Copyright: Andreas Raczek</p>
<p>The MPCV software and these help documents are published under the CPOL license (see "License" in Contents)</p>

<h2>Introduction</h2>

<p><img alt="File Browsers" src="main_window.jpg" complete="true" height="600" width="560"></p>

<p>In short, the application is a multiple files browser with a few extras. It supports multiple tabs containing up to any number of file browsers that your monitor is able to display. Highlights are:</p>

<ul>
<li>Folders and settings are persistent between sessions. </li>

<li>Folder browsers can be given title names and background colors as well as a fixed parent folder so that only a certain directory tree can be navigated.&nbsp; </li>

<li>Folder browsers can be linked together so that they can be navigated in parallel related to their given parent folders. </li>

<li>A configurable toolbar on each tab that can launch applications. </li>

<li>By dropping a file onto a folder browser, the folder is navigated to it. By this, the location of one folder browser may be copied to the one of another. It is not possible to copy or move a file to another application. </li>

<li>The complete inability to change the browsed files and folders by accident - except if you configure the toolbar in such a way. </li>
</ul>

<p>Further information about the current state of the project:</p>

<ul>
<li>Single-selection of files in each browser. </li>

<li>Double-click on file opens it in its standard application, no context menu. </li>

<li>No additional information about files, e.g., file size, last change date etc. </li>
</ul>

<p>Besides of what it does or does not do, here is an idea about what this application can be used for: </p>

<p>Diff applications are one of the key tools of software version control systems (VCS). At least with the ones I used they were integrated well into the VCS and not much trouble to use. However, when it comes to comparing files which are on the file system, not much effort is made to aid the user in the file selection process. Often enough the user has to click his way through half the file system to get to the folders containing the needed files (okay, if he's halfway smart he would probably paste the path from Windows Explorer to some file dialog) and little help is provided for people desiring to do multiple subsequent comparisons.</p>
</BODY>
</HTML>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions