Changes between Initial Version and Version 7 of Ticket #263


Ignore:
Timestamp:
01/13/09 18:10:28 (15 years ago)
Author:
Valik
Comment:

Alright, I'm updating the the ticket to reflect what I think the request should be.

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.
     1One 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).