Changes between Initial Version and Version 7 of Ticket #263
- Timestamp:
- Jan 13, 2009, 6:10:28 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #263
- Property Status new → accepted
- Property Reporter changed from to
- Property Summary Plugins - #include architecture → Drop PluginOpen()/PluginClose() in favor of an #import statement
- Property Version 3.2.10.0
- Property Owner set to
-
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).
