1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-13 14:29:23 +00:00
6502bench/PluginCommon
Andy McFadden 7c2fbec773 Fix proxy object timeout in visualization editor
The visualization editor was retaining an IPlugin reference for the
visualization generator selection combo box.  After 5 minutes the
proxy object timed out, so if you left the editor open and inactive
for that long you'd start getting weird errors.

We now keep the script identifier string and use that to get a
fresh IPlugin proxy object.
2019-12-28 14:00:48 -08:00
..
AddressTranslate.cs Make address translation available to extension scripts 2019-10-06 18:13:39 -07:00
Interfaces.cs Tweak visualizer interface 2019-12-05 10:29:00 -08:00
PlSymbol.cs Optionally treat BRKs as two-byte instructions 2019-10-09 14:55:56 -07:00
PluginCommon.csproj Initial file commit 2018-09-28 10:05:11 -07:00
PluginException.cs Expand the set of things SetInlineDataFormat accepts 2019-10-05 19:51:34 -07:00
PluginManager.cs Fix proxy object timeout in visualization editor 2019-12-28 14:00:48 -08:00
Util.cs Improve visualization 2019-12-04 15:59:37 -08:00
VisBitmap8.cs Various minor tweaks 2019-12-07 11:42:26 -08:00