<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/uman/patches/" rel="alternate"/><link href="https://sourceforge.net/p/uman/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/uman/patches/</id><updated>2009-12-01T17:22:43Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>Optional Tree Naming</title><link href="https://sourceforge.net/p/uman/patches/1/" rel="alternate"/><published>2009-12-01T17:22:43Z</published><updated>2009-12-01T17:22:43Z</updated><author><name>xulio</name><uri>https://sourceforge.net/u/xulio/</uri></author><id>https://sourceforge.net9cd65b7de0c8aa7c964dff8a7e17b714fabd093c</id><summary type="html">Hello and thanks very much to the developer for this great program.
I use this program on linux, but sometimes I have to move the songs to a windows file system, and to avoid problems with the filenames I prefer employ a directory structure without spaces and another special characters.
To do this, I make a minor modifications on the code, to convert easily the common structure to this one. I also change the spellchecking function for the directories. However, both aproaches could be together, but with a UI option to select the more aproppiate on the   QUSongItem::updateSpellCheckColumns\(\) function.

void QUSongItem::updateSpellCheckColumns\(\) \{
	//TODO: Define a UI option to choose the spell scheme
	//updateNormalSpellCheckColumns\(\);
	updateSpecialSpellCheckColumns\(\);
\}

If you find interesting this features, I also can upload another xml rename task to this file strucutre.

I hope you find it interesting, and sorry for my english.</summary></entry></feed>