Menu

Verse GUI / News: Recent posts

Future Plans

The first goal for the immediate future is to document all the existing code. That is what I am working on mostly now. I will be documenting (and tweaking) all the code and committing it until it is much more presentable.

This brings us to the next goal, the first official packaged release. This might take some time and tweaking of the packaging files to get things working, but it will be an important milestone for the project.... read more

Posted by Peter 2010-10-29

Basic TODOs

Just posting some ideas I have for the future:

-make the reference window pop up with it's right side aligned with the main window's right side (opinions on this?)
-fix the double clicking in the reference window (use JList's methods for this, I found them after I had written my own code for it that I don't think works as well)
-fix whatever is wrong so that the program often starts without enough room to display the JTextAreas which makes it look dumb until you proceed to another verse/challenge pair.
-fix/write the whole help manual thing (probably use a cop out that points the person to this site and the README)
-figure out some better stuff for the status label thing. I'm considering a JTextField that is colored like the background so it blends in but is more stable in the layout
-add some sort of save option when closing if there have been changes to journal since the last save (or startup). This means I have to track that somehow...
-make the window resizable with the layout changing properly
-probably need to fix the whole weird static-ness of the LogicCircuit class... read more

Posted by Peter 2010-10-07