This one:
http://www.hard-light.net/forums/index.php/topic,16537.0.html
...kidding!!

Anyway, I've gotten sucked up into replaying (and hopefully finishing this time) Homeworld, which is why the TBL parser I did is on hold. But I've reworked the whole parser according to the flowchart I drew out (and posted, I might add), and it works pretty well, so I'll hopefully update that thread in a bit.
As for this one, I'm assuming this Crimson editor is something akin to
TextPad, with color-coding and parsing for various programming languages, scripts, and stuff.
The main difference, Snipes, is that whereas his is a simple way to navigate a .TBL file easier (one of the reasons I only edit HTML code in Homesite and not notepad is the color coding), my parser has the potential to do a lot more. Currently it will parse the file, seperate it into field names, variables, and comments, horizontally align all the variables in the same column, etc. But because it does that seperation into elements, it has the potential to go as far as storing a complete .TBL file in a MySQL database and output selective ship entries into a custom .TBL file.
