Re: Radnen's Sphere Studio v1.1.5.0
Reply #117 –
Cool, I merged the rquest. I'm getting a cross-thread issues when testing the editor with music playing:
On line 134 of sound picker.
Woah, and this line of code is amazing:
dirInfo.GetFiles(searchFilter, SearchOption.AllDirectories);
I did all of my recursive directory searches by hand, huh, never would have thought .NET would/could do this for you.
Edit:
I cleaned up your code file. Um, it suffered from some complexity issues that made the code hard to read. >.<
Don't fear, the changes are minor and stylizes it in such a way that it resembles (for the most part) other portions of the editor. I don't like using 'this' everywhere and I usually put an '_' underscore prior to a private field. I also use a lowercase letter such as 'm', but I did not choose to use that style for this project. I hope you don't mind.