Changes between Initial Version and Version 7 of Ticket #263
- Timestamp:
- 01/13/09 18:10:28 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #263
- Property Status changed from new to accepted
- Property Reporter changed from Zedna to Valik (inspired by Zedna)
- Property Summary changed from Plugins - #include architecture to Drop PluginOpen()/PluginClose() in favor of an #import statement
- Property Version changed from 3.2.10.0 to
- Property Owner set to Jon
-
Ticket #263 – Description
initial v7 1 This is based on older AutoIt's ToDo lists.1 One idea is to drop PluginOpen() and PluginClose() and use a pre-processor statement like #import. This removes the load-on-demand functionality of plugins but also removes the need to clean up when done using the plugin (since it's not cleaned up until the script terminates).