Saturday, March 13, 2010 Register  Login
RSS Feeds
Categories
  
Blog Archives
  
Blog

Text File Splitter

    Text File Splitter 2 is finally out

     65 Views ::  0 Comments RSS comment feed

    I released Text File Splitter 2 about a week ago. Had to fix a couple things right away, so the version number is 2.0.2 at the moment.

    I was finally able to add the autoupdate feature. This feature can be used in two ways:

    1) Through the menu

    You will see some action on the right hand side of the form like this:

    2) Running the wyUpdate.exe program manually

    You will see this dialog right after you run wyUpdate.exe:

    The best thing about the auto update is that you have the ability to update the program even if it is not working.

    I'm in the process of fleshing out the Software Development Kit (SDK) for Text File Splitter.

    posted @ Tuesday, January 19, 2010 12:33 AM by Hector Sosa, Jr

    Actions: E-mail | Permalink | Share on Facebook Google bookmarks Kick it! DZone it! del.icio.us

    Text File Splitter 2 - giving you the command line

     148 Views ::  0 Comments RSS comment feed

    I just wanted to show everybody what I was working on tonight. I got the console program working with all the splitting strategies. That was a lot of fun. Since I was in a roll, I went ahead and implemented the feature where the GUI will give you the commandline for the current settings.

    Here is the GUI all setup:

    Now click on the "Get CommandLine" button and you get this:

    I also started filling out the SDK. All in all, I had a very fun night coding this. It really helped me forget (at least for a few hours) the blown engine in our Dodge Durango.

    Cheers!

    posted @ Tuesday, January 05, 2010 1:46 AM by Hector Sosa, Jr

    Actions: E-mail | Permalink | Share on Facebook Google bookmarks Kick it! DZone it! del.icio.us

    Text File Splitter 2 - working on command line console.

     138 Views ::  0 Comments RSS comment feed

    The GUI is now done. I'm working on the command line console. I'm working really hard in keeping the same command-line swtiches that were used in version 1.5.1. Since there is no GUI in the console, I'm including the finished GUI screenshot:

    After I get this released, I will add functionality to have the GUI to create a command-line for the user.

    posted @ Sunday, January 03, 2010 8:54 PM by Hector Sosa, Jr

    Actions: E-mail | Permalink | Share on Facebook Google bookmarks Kick it! DZone it! del.icio.us

    Text File Splitter 2 - Almost done!

     206 Views ::  0 Comments RSS comment feed

    The UI design has been frozen. I need a couple more tweaks and it will be completely designed and coded. Here's a screenie of the UI having a directory as the source, and the split by line splitting strategy selected:

    I created a new forum group just for Text File Splitter. I already posted a Visual Studio template to create new file pattern tokens on the File Patten Tokens forum. This will install a generic template in Visual Studio 2008, for people who want to create custom tokens. It will look like this once it is installed, from the Add New Item menu:

    I will be doing the same for File Splitting Strategies very soon.

    posted @ Sunday, December 27, 2009 11:11 PM by Hector Sosa, Jr

    Actions: E-mail | Permalink | Share on Facebook Google bookmarks Kick it! DZone it! del.icio.us

    Text File Splitter 2 - More MEF goodness

     138 Views ::  0 Comments RSS comment feed

    I now have the basic infrastructure to load file splitting strategies using MEF. Here's a screenshot of the split by line strategy selected in the UI:

    So, with a bit of C# programming, you should be able to create your own file splitting strategies.

    I got the basic functionality of the file pattern tokens dialog done. I added one more feature that I still need to implement. I wanted to give users the ability to type in their own file names, so that they can see how the file pattern will affect the file name. Here's a screenshot of what I have so far:

    I'm hoping to have most of the file splitting stragegies on version 1.5.1 implemented before Christmas.

    posted @ Sunday, December 20, 2009 8:10 PM by Hector Sosa, Jr

    Actions: E-mail | Permalink | Share on Facebook Google bookmarks Kick it! DZone it! del.icio.us

    Text File Splitter 2 - File Pattern Tokens and MEF

     129 Views ::  0 Comments RSS comment feed

    I finally nailed a good UI for the File Pattern configuration. On top of that, I made these tokens to be plugins using MEF. This means that others will be able to create File Pattern tokens to handle naming file chunks. Here's the latest screenshot of the main window, and the File Pattern Token drop down dialog:

    posted @ Friday, December 18, 2009 11:55 PM by Hector Sosa, Jr

    Actions: E-mail | Permalink | Share on Facebook Google bookmarks Kick it! DZone it! del.icio.us

    Text File Splitter 2 - More...

     187 Views ::  0 Comments RSS comment feed

    I'm testing a drop-down dialog for the File Pattern functionality:

    I'm also experimenting with a new icon. This is pretty close to what I want, but it still needs work.

    posted @ Wednesday, December 16, 2009 11:33 PM by Hector Sosa, Jr

    Actions: E-mail | Permalink | Share on Facebook Google bookmarks Kick it! DZone it! del.icio.us

    Text File Splitter 2 - A bit more

     127 Views ::  0 Comments RSS comment feed

    I'm still having pain from the surgery, and I woke just a little while ago. I couldn't go back to sleep, so I decided to work on Text File Splitter 2 UI some more. This is pretty close the final form. I'm still trying to figure out how to show tokens for the file pattern. I'm currently leaning towards popping up a dialog with a list of tokens and explanations.

    Each splitting strategy will have its own custom configuration control. That's why the panel below the "Configure Strategy" header is empty. I'm going to use MEF, to allow people to create their own custom splitting strategies in C#. Hopefully, people will start sharing strategies with others, and create some cool stuff with it. This means that I will create a mini-SDK for this with sample code, when I get done.

    Anyways, here's the latest screenshot:

    posted @ Wednesday, December 16, 2009 3:45 AM by Hector Sosa, Jr

    Actions: E-mail | Permalink | Share on Facebook Google bookmarks Kick it! DZone it! del.icio.us

    Text File Splitter 2 - Work in Progress

     128 Views ::  0 Comments RSS comment feed

    I finally got a chance to start working on the next version of Text File Splitter. I'm almost done with the UI. Here's a screenshot of what I have so far:

    This is by no means the final UI, just want I'm working on right now. I really want to blow everybody's socks away with this release. Stay tuned!

    posted @ Tuesday, December 15, 2009 7:18 PM by Hector Sosa, Jr

    Actions: E-mail | Permalink | Share on Facebook Google bookmarks Kick it! DZone it! del.icio.us

    Roadmap for Text File Splitter

     73 Views ::  0 Comments RSS comment feed

    The current codebase for Text File Splitter has reached the point where it is too hard to maintain. About 90% of the new feature requests are non-trivial to implement, and I decided to rewrite it instead. I use this new code base for both Text File Splitter and the new Text File Mechanic.

    This means that there will not be any updates until I release 2.0. Version 1.5.1 will be the last release under the current codebase.

    Text File Splitter 2.0

    • Separate executables for the UI and Console apps
    • UI will have a text box that will give you the command-line to use for the current UI selections.
    • Automatic detection of file encoding
    • Very simple action system (Actual scripting in Text File Mechanic)

    Text File Mechanic will be a paid app, but it will only be $9.95. I'm hoping that this is low enough that it will become an impulse buy.

     

    posted @ Thursday, November 12, 2009 11:18 AM by Hector Sosa, Jr

    Actions: E-mail | Permalink | Share on Facebook Google bookmarks Kick it! DZone it! del.icio.us
    Page 1 of 2First   Previous   [1]  2  Next   Last   
    Terms Of Use | Privacy Statement | SystemWidgets
    Copyright 2002-2010 by SystemWidgets
    Google Analytics Alternative