EduNetworkBuilder/EduNetworkBuilder
Tim Young 06eb896558 cancel should also cancel auto-filled lastIP values
The problem is seen in the first puzzle if you ping
       pc0, and then edit the 0.0.0.0 gateway.   It auto-fills in
       the last-used pc0 IP address, and canceling saves that change
       instead of leaving the gateway at 0.0.0.0.

       lastIP nicely saves some typing (although it has also confused
       my student quite a bit I think), but since it updates WhatToEdit,
       that becomes the "saved" value even during a cancel.

       Instead, save the original value as a copy, and set back to
       the original value when cancellng.

       Perhaps it would be worth creating a reparse( NB_IPAddress)
       function, but this was easy to just hack together.

       Tested by pinging pc0, then editing the gateway and cancellng,
       editing the IP address and canceling.

       Next: don't add a canceled route
2019-02-23 12:16:04 -06:00
..
2018-10-17 14:56:28 -05:00
2018-03-15 17:12:20 -05:00
2018-05-14 11:06:19 -05:00
2018-03-16 14:01:44 -05:00
2019-02-22 13:15:43 -06:00
2018-04-04 16:19:51 +03:00
2018-03-15 17:12:20 -05:00
2018-03-16 14:22:54 -05:00