Hey guys. I'm making an RPG right now, and that means lots of arrays. I had the idea to whip up a GUI array editor, so here's the alpha.
Array Editor Alpha 0.1
- Right double click to make a new value.
- Right click and drag to draw lines between values, useful for notating relationships. Double click a line to destroy it. Colour select is down the bottom.
- Bottom tab of a value drags, top tab destroys. Destroying a tab destroys the assosciated value.
- Scroll wheel to zoom, arrow keys to scroll.
- I can't get the file to export to a custom path, or through the common dialogue, so it will come out as Output.txt in the program's directory.
My biggest problem right now is loading and saving. Saving breaks zooming for some strange reason, and loading large arrays puts them in all the same spot and slows it down to a crawl.
Here's the .cap to anyone who is interested in this/thinks they know a solution to these problems.
http://dl.dropbox.com/u/1378330/ArrayEditor.cap