<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/listfolders/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/listfolders/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 07 Jun 2015 09:24:12 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/listfolders/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by mortalis</title><link>https://sourceforge.net/p/listfolders/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -52,10 +52,12 @@

 - #### [Java](https://sourceforge.net/p/listfolders/wiki/Java/)
 - #### [C#](https://sourceforge.net/p/listfolders/wiki/CS/)
+- #### [Qt](https://sourceforge.net/p/listfolders/wiki/Qt/)

 ## GitHub

 - [Java](https://github.com/mortalis13/list-folders-java)
 - [C#](https://github.com/mortalis13/list-folders-CSharp)
+- [Qt](https://github.com/mortalis13/list-folders-qt)
 - [Common](https://github.com/mortalis13/list-folders)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mortalis</dc:creator><pubDate>Sun, 07 Jun 2015 09:24:12 -0000</pubDate><guid>https://sourceforge.netaae263775d54933a7014ddd93749884e7cb04b90</guid></item><item><title>Home modified by mortalis</title><link>https://sourceforge.net/p/listfolders/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -48,7 +48,14 @@
 3. Press **Load Tree** to show the file structure in the main area.

-## Versions:
+## Versions

 - #### [Java](https://sourceforge.net/p/listfolders/wiki/Java/)
 - #### [C#](https://sourceforge.net/p/listfolders/wiki/CS/)
+
+
+## GitHub
+
+- [Java](https://github.com/mortalis13/list-folders-java)
+- [C#](https://github.com/mortalis13/list-folders-CSharp)
+- [Common](https://github.com/mortalis13/list-folders)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mortalis</dc:creator><pubDate>Fri, 08 May 2015 17:46:00 -0000</pubDate><guid>https://sourceforge.net09e4306556605ae35e5878cf233742962d57b7db</guid></item><item><title>Home modified by mortalis</title><link>https://sourceforge.net/p/listfolders/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -51,4 +51,4 @@
 ## Versions:

 - #### [Java](https://sourceforge.net/p/listfolders/wiki/Java/)
-- #### [C#](https://sourceforge.net/p/listfolders/wiki/C#/)
+- #### [C#](https://sourceforge.net/p/listfolders/wiki/CS/)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mortalis</dc:creator><pubDate>Fri, 08 May 2015 16:34:02 -0000</pubDate><guid>https://sourceforge.net5ec1f60a99fd0ecf382363b73c98645d808c3770</guid></item><item><title>Home modified by mortalis</title><link>https://sourceforge.net/p/listfolders/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -2,23 +2,22 @@

 Main features:

-- List files and subfolders of a selected directory
-- Filter files by extension (include/exclude)
-- Filter root directories by name (include)
-- Export to text, tree
-- Select export name
-- Manage options (save/restore form fields using MySQL database)
-- View tree structure of exported directory using internal Tree Viewer
+- List files and subfolders of a selected directory.
+- Filter files by extension (include/exclude).
+- Filter root directories by name (include).
+- Export to text, tree.
+- Select export name.
+- View tree structure of exported directory using internal **Tree Viewer**.

 ## Description

 The program is used to list files and subfolders inside a selected local file system path. 
-It is possible to customize filters to exclude/include files and include directories. 
-Three export options are available:
+It is possible to customize filters to *exclude/include files* and *include directories*. 
+Some export options are available:

  - **Export Text** - get text file with the folder structure
- - **Export Tree** - get JSON and HTML files for [jsTree](http://jstree.com/) jQuery plugin to view folder structure in tree mode
+ - **Export Tree** - get JSON and HTML files for [jsTree](http://jstree.com/) jQuery plugin to view folder structure in tree mode and to use the JSON file in the **Tree Viewer**

 Additional **Export name** field allows set different name for exported files. By default the root folder name is used.

@@ -28,18 +27,25 @@
 1. Paste a directory path in the **Path** field.
 2. Add extensions to **Filter Extensions** to include only files with specified extensions.
 3. Add extensions to **Exclude Extensions** to exclude files with these extensions (the **Filter Extensions** text will be ignored).
-4. Add folder names (that are subfolders or current directory from the path) to **Filter Directories** to include only these directories.
+4. Add folder names (that are subfolders or selected directory) to **Filter Directories** to include only these directories.
 5. Select **Export Options**

       - **Export Text** - creates `.txt` file with the directory structure in the `export/text` folder.
       - **Export Tree** - creates two files: `.html` in the `export/tree` subfolder of the project main folder and `.json` in the `export/tree/json` subfolder.
-      The `.html` file can be run directly to view the scanned directory content in the tree format. It uses jsTree plugin for jQuery to give representation and interaction of a file tree on the HTML page.  
+      The `.html` file can be run directly to view the scanned directory content in the tree format. It uses **jsTree** plugin for jQuery to give representation and interaction of a file tree on the HTML page.  

-6. Using the field **Export Name** you may set your name which will be given to `.html` and `.json` files in the `export/tree` folder when the tree view is exported. Or leave it blank to use the selected directory as the Tree name.
+6. Using the field **Export Name** you may set a custom name which will be given to `.html` and `.json` files in the `export/tree` folder when the tree view is exported or to `.txt` file for the text export. Leave the field blank to use the selected directory name as the tree/text name.
 7. Press **Scan Directory**.
 8. During the scanning the statistic information should appear in the bottom textarea. 
 9. After the scan the `export` subfolders should contain exported files with scanned structure.
-9. To check tree view go to `export/tree` and open `.html` file in browser. It should show the directory structure with expandable tree branches.
+10. To check tree view go to `export/tree` and open `.html` file in browser. It should show the directory structure with expandable tree branches.
+
+
+## Tree Viewer
+
+1. Press **Tree Viewer** button.
+2. Paste the path to the JSON file with tree structure to the **Path** field or use **Browse** button to select the file. The default browse location should point to the `export/tree/json` folder with exported JSON files.
+3. Press **Load Tree** to show the file structure in the main area.

 ## Versions:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mortalis</dc:creator><pubDate>Fri, 08 May 2015 16:26:11 -0000</pubDate><guid>https://sourceforge.net1d25543aa435622fcf6059f3ad7ac99b8c5cf64c</guid></item><item><title>Home modified by mortalis</title><link>https://sourceforge.net/p/listfolders/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -1,4 +1,3 @@
-
 # List Folders

 Main features:
@@ -43,7 +42,7 @@
 9. To check tree view go to `export/tree` and open `.html` file in browser. It should show the directory structure with expandable tree branches.

-The program is released in two versions:
+## Versions:

-### [Java](https://sourceforge.net/p/listfolders/wiki/Java/)
-### [C#](https://sourceforge.net/p/listfolders/wiki/C#/)
+- #### [Java](https://sourceforge.net/p/listfolders/wiki/Java/)
+- #### [C#](https://sourceforge.net/p/listfolders/wiki/C#/)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mortalis</dc:creator><pubDate>Fri, 08 May 2015 16:05:14 -0000</pubDate><guid>https://sourceforge.net1355639a8a9a821a75dcf1ba3d4c1c65013ff166</guid></item><item><title>Home modified by mortalis</title><link>https://sourceforge.net/p/listfolders/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -1,3 +1,48 @@
+
+# List Folders
+
+Main features:
+
+- List files and subfolders of a selected directory
+- Filter files by extension (include/exclude)
+- Filter root directories by name (include)
+- Export to text, tree
+- Select export name
+- Manage options (save/restore form fields using MySQL database)
+- View tree structure of exported directory using internal Tree Viewer
+
+
+## Description
+
+The program is used to list files and subfolders inside a selected local file system path. 
+It is possible to customize filters to exclude/include files and include directories. 
+Three export options are available:
+
+ - **Export Text** - get text file with the folder structure
+ - **Export Tree** - get JSON and HTML files for [jsTree](http://jstree.com/) jQuery plugin to view folder structure in tree mode
+ 
+Additional **Export name** field allows set different name for exported files. By default the root folder name is used.
+
+
+## Usage
+
+1. Paste a directory path in the **Path** field.
+2. Add extensions to **Filter Extensions** to include only files with specified extensions.
+3. Add extensions to **Exclude Extensions** to exclude files with these extensions (the **Filter Extensions** text will be ignored).
+4. Add folder names (that are subfolders or current directory from the path) to **Filter Directories** to include only these directories.
+5. Select **Export Options**
+
+      - **Export Text** - creates `.txt` file with the directory structure in the `export/text` folder.
+      - **Export Tree** - creates two files: `.html` in the `export/tree` subfolder of the project main folder and `.json` in the `export/tree/json` subfolder.
+      The `.html` file can be run directly to view the scanned directory content in the tree format. It uses jsTree plugin for jQuery to give representation and interaction of a file tree on the HTML page.  
+
+6. Using the field **Export Name** you may set your name which will be given to `.html` and `.json` files in the `export/tree` folder when the tree view is exported. Or leave it blank to use the selected directory as the Tree name.
+7. Press **Scan Directory**.
+8. During the scanning the statistic information should appear in the bottom textarea. 
+9. After the scan the `export` subfolders should contain exported files with scanned structure.
+9. To check tree view go to `export/tree` and open `.html` file in browser. It should show the directory structure with expandable tree branches.
+
+
 The program is released in two versions:

 ### [Java](https://sourceforge.net/p/listfolders/wiki/Java/)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mortalis</dc:creator><pubDate>Fri, 08 May 2015 16:02:46 -0000</pubDate><guid>https://sourceforge.net22fcd98b8726595292aee198ab9021fdc00a9785</guid></item><item><title>Home modified by mortalis</title><link>https://sourceforge.net/p/listfolders/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -1,2 +1,4 @@
+The program is released in two versions:
+
 ### [Java](https://sourceforge.net/p/listfolders/wiki/Java/)
 ### [C#](https://sourceforge.net/p/listfolders/wiki/C#/)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mortalis</dc:creator><pubDate>Fri, 08 May 2015 15:44:28 -0000</pubDate><guid>https://sourceforge.nete316ecc2788d8253ea7873c2591a6c62ee420fc1</guid></item><item><title>Home modified by mortalis</title><link>https://sourceforge.net/p/listfolders/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -1,2 +1,2 @@
-[Java](https://sourceforge.net/p/listfolders/wiki/Java/)
-[C#](https://sourceforge.net/p/listfolders/wiki/C#/)
+### [Java](https://sourceforge.net/p/listfolders/wiki/Java/)
+### [C#](https://sourceforge.net/p/listfolders/wiki/C#/)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mortalis</dc:creator><pubDate>Fri, 08 May 2015 15:43:36 -0000</pubDate><guid>https://sourceforge.neta2355e66488d5e0326c335c564912ea34af35b23</guid></item><item><title>Home modified by mortalis</title><link>https://sourceforge.net/p/listfolders/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -1,78 +1,2 @@
-# List Folders
-
-Main features:
-
-- List files and subfolders of a selected directory
-- Filter files by extension (include/exclude)
-- Filter root directories by name (include)
-- Export to text, markup, tree
-- Select export name
-- Manage options (save/restore form fields using MySQL database)
-- View tree structure of exported directory using internal Tree Viewer
-
-## Description
-
-The program is used to list files and subfolders inside a selected local file system path. 
-It is possible to customize filters to exclude/include files and include directories. 
-Three export options are available:
-
- - **Export Text** - get text file with the folder structure
- - **Export Markup** - get HTML markup
- - **Export Tree** - get JSON and HTML files for [jsTree](http://jstree.com/) jQuery plugin to view folder structure in tree mode
- 
-Additional **Export name** field allows set different name for exported files. By default the root folder name is used.
-**Manage Options** button toggles side dialog window which allows save current options (path and filters) to the database and then retrieve them using the dropdown list. After selecting a list item it's possible to remove it with the near Remove button.
-
-
-## Requirements
-
-1. [JRE 1.7.0](http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html) installed with the path to the **`jre7/bin/`** folder included in the system **PATH** environment variable.
-2. **MySQL** server running and database `list_folders` created (use `db.sql` file to create database with needed structure) if you need to save last program state before closure and use Manage Options dialog. You can use [XAMPP](https://sourceforge.net/projects/xampp/files/) installation and select only MySQL.
-3. To export folder structure `export` folder and all its subfolders should exist.
-
-
-# Install &amp;amp; Run
-
-1. Run the **List Folders.exe** installer and pass all steps.
-2. The *Desktop shortcut* should be created.
-3. Start the **MySQL** server if needed.
-4. Start the program with the shortcut of from the installed directory **`List Folders.exe`** file or using the source **`List Folders.jar`** file.
-5. If **JRE** is installed and the **PATH** is configured correctly the main program window should appear.
-
-
-## Usage
-
-1. Paste a directory path in the **Path** field.
-2. Add extensions to **Filter Extensions** to include only files with specified extensions.
-3. Add extensions to **Exclude Extensions** to exclude files with these extensions (the **Filter Extensions** text will be ignored).
-4. Add folder names (that are subfolders or current directory from the path) to **Filter Directories** to include only these directories.
-5. Select **Export Options**
-
-      - **Export Text** - creates `.txt` file with the directory structure in the `export/text` folder.
-      - **Export Markup** - creates `.html` file with the same text as for the **Export Text** but with wrapped directory/file names in appropriate &lt;span&gt; elements. The file is created in the `export/markup` folder.
-      - **Export Tree** - creates two files: `.html` in the `export/tree` subfolder of the project main folder and `.json` in the `export/tree/json` subfolder.
-      The `.html` file can be run directly to view the scanned directory content in the tree format. It uses jsTree plugin for jQuery to give representation and interaction of a file tree on the HTML page.  
-
-6. Using the field **Export Name** you may set your name which will be given to `.html` and `.json` files in the `export/tree` folder when the tree view is exported. Or leave it blank to use the selected directory as the Tree name.
-7. Press **Scan Directory**.
-8. During the scanning the statistic information should appear in the bottom textarea. 
-9. After the scan the `export` subfolders should contain exported files with scanned structure.
-9. To check tree view go to `export/tree` and open `.html` file in browser. It should show the directory structure with expandable tree branches.
-
-
-## Manage Options
-
-1. To **save** current path and filters enter name in the field and press **Add**.
-2. To **load** a saved option select a name from the list.
-3. To **remove** a saved option select a name and press **Remove**.
-
-
-## Keyboard shortcuts
-
-- *Esc* - Exit **Main window** / **Manage Options** dialog / **Tree Viewer**
-- *Ctrl+R* - Scan directory
-- *Ctrl+O* - Browse for directory in the **Main window** / browse for JSON file in the **Tree Viewer**
-
-## Changelog
-
-### [Here](https://sourceforge.net/p/listfolders/wiki/Changelog/)
+[Java](https://sourceforge.net/p/listfolders/wiki/Java/)
+[C#](https://sourceforge.net/p/listfolders/wiki/C#/)
&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mortalis</dc:creator><pubDate>Fri, 08 May 2015 15:43:01 -0000</pubDate><guid>https://sourceforge.netaaf1ded841c17151d4fe2e5e827b5675aa6e3897</guid></item><item><title>Home modified by mortalis</title><link>https://sourceforge.net/p/listfolders/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -72,3 +72,7 @@
 - *Esc* - Exit **Main window** / **Manage Options** dialog / **Tree Viewer**
 - *Ctrl+R* - Scan directory
 - *Ctrl+O* - Browse for directory in the **Main window** / browse for JSON file in the **Tree Viewer**
+
+## Changelog
+
+### [Here](https://sourceforge.net/p/listfolders/wiki/Changelog/)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mortalis</dc:creator><pubDate>Wed, 06 May 2015 10:52:38 -0000</pubDate><guid>https://sourceforge.net79eab315adfb0ca1a8e2e3e43abcd2d0ec3688af</guid></item></channel></rss>