Sort-of implemented history for the New Program dialog.
commit287f9f30900259beebefab90d27defd9cd34dfc2
authorstrange <kawk256@gmail.com>
Tue, 22 Dec 2009 04:10:21 +0000 (21 21:10 -0700)
committerstrange <kawk256@gmail.com>
Tue, 22 Dec 2009 04:10:21 +0000 (21 21:10 -0700)
tree4bfa9234f7bdf47fc1a757820cf84481f8a6beb6
parent1d0ccae99cf14b8be36f7f766e567170f25d6a76
Sort-of implemented history for the New Program dialog.

However, a "Session"-based system seems more prudent, to be honest. Basically,
this means that you create a new "Session", which has a given executable path.
You then store the history of different arguments etc. that you pass to the
executable. It seems like a better idea than the mix-and-match style that is
the current system . . .
src/gui/MainWindow.cpp
src/gui/ProgramDisplay.cpp
src/gui/ProgramDisplay.h