Opened 17 years ago
Closed 12 years ago
#263 closed Feature Request (Rejected)
Drop PluginOpen()/PluginClose() in favor of an #import statement
Reported by: | Valik (inspired by Zedna) | Owned by: | Jon |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | Severity: | None | |
Keywords: | Cc: |
Description (last modified by Valik)
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).
Attachments (0)
Change History (8)
comment:1 Changed 17 years ago by TicketCleanup
- Version 3.2.10.0 deleted
comment:2 Changed 17 years ago by Jon
- Owner set to Jon
- Status changed from new to accepted
comment:3 follow-up: ↓ 4 Changed 16 years ago by Valik
Could somebody please explain what this ticket is about? The title is vague and the text assumes prior knowledge of some list I don't remember.
comment:4 in reply to: ↑ 3 Changed 16 years ago by Zedna
Replying to Valik:
Could somebody please explain what this ticket is about? The title is vague and the text assumes prior knowledge of some list I don't remember.
Here is copy of original old AutoIt TODO list:
http://www.autoitscript.com/forum/index.php?s=&showtopic=12701&view=findpost&p=224110
Briefly said:
Plugins - #include architecture menat that instead of PluginOpen(some_plugin.dll) should be something like #include "some_plugin.dll"
It should be similar to including a3x files in current AutoIt.
comment:5 Changed 16 years ago by Zedna
typo in previous post: menat = meant
comment:6 Changed 16 years ago by Zedna
Here are old ToDo lists taken from AutoIt website:
Attachments can't be placed in Track due to spam restrictions so I uploaded them to AutoIt forum Chat here:
http://www.autoitscript.com/forum/index.php?showtopic=87618
comment:7 Changed 16 years ago by Valik
- Description modified (diff)
- Reporter changed from Zedna to Valik (inspired by Zedna)
- Summary changed from Plugins - #include architecture to Drop PluginOpen()/PluginClose() in favor of an #import statement
Alright, I'm updating the the ticket to reflect what I think the request should be.
comment:8 Changed 12 years ago by trancexx
- Resolution set to Rejected
- Status changed from accepted to closed
Plugin feature will not be developed further.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Automatic ticket cleanup.