fvpolpeta / devide

Automatically exported from code.google.com/p/devide
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Add Recent networks to menu #131

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The title shows the suggestion. If you're developing low level, or 
reaching your mem's limit, the chance is quite high that devide stops 
without warning before. It would be quite handy if there's a "Recent 
networks"-menu to open the last used network again.

Original issue reported on code.google.com by martijns...@gmail.com on 20 Apr 2009 at 2:54

GoogleCodeExporter commented 9 years ago
Will do, good suggestion.

Original comment by cpbotha on 20 Apr 2009 at 3:54

GoogleCodeExporter commented 9 years ago

Original comment by cpbotha on 28 Jul 2009 at 12:04

GoogleCodeExporter commented 9 years ago
I implemented (a while ago) a --load-network parameter, so you can restart your 
devide with: "dre devide --load-network my_net.dvn".  This should cover you in 
most 
cases, and is faster than starting up devide and selecting the network from a 
recent 
networks list.

I still want to implement your recent networks in the GUI idea, but that's 
going to 
take some more thinking, as I then need to store configuration data on the 
user's 
computer, in a well-behaved way on all platforms.  Because I want to release 
9.8 
within days, I'm postponing this improvement until the next release.

Original comment by cpbotha on 10 Aug 2009 at 2:57