The basic idea is to create a program (in java since I wanted an easy way to make it cross-platform and I felt like learning java lol) that will allow both new and more experienced modders of Factorio to quickly and easily create the item/entity/tech/recipe definitions/descriptions through a gui rather than manually writing the files out theirselves.
I'm not sure how long it would take me to actually make this functional since I started learning java about 12 days ago


As of right now I have a basic layout for it

If you know java the source code is obviously FactorioDescriptionDesigner.java. Um, note that I apologize for the disordered mess that the source code is in...
Using the window builder with eclipse it seems to have inserted gui code simply wherever the cursor was in the source view so it was a mess before I realized it while I was checking back and forth to try to learn a bit of the gui code. I'd thought to clean it up before releasing, but I decided that now that I have a basic idea for the layout I'd ask if anyone actually liked the concept and or had tips for improving it (like I said, I started learning java less than two weeks ago). If you have a good idea on loading the list of entities/items and the code for each that would be even better

btw, the readme in the zip is pretty much this post (except that I proof read this post a few more times than I did th readme...oh well)

Anyways this has gotten long enough so...let me know what you think either in a comment or there should be a poll above (btw, the only language I know is English so if someone wants it in another language...I'm not sure how to go about doing that)