Custom Query
Results (160 - 162 of 3878)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2425 | Fixed | A few more minor helpfile annoyances. | guinness | Jaber <jaberwocky6669@…> |
Description |
Attached is the txt describing the things and a few helpfile txts in which I have corrected some very minor typos. |
|||
#2131 | Rejected | A new #include directive to load a script but not run it. | Koder <rick2000@…> | |
Description |
This directive would be used in the main script to include any other script. It would be used to load the functions and other global variable definitions within a script, but it would not execute that script at load time. Possible names: #include-norun <myscript.au3> #include-load <myscript.au3> #include-loadonly <myscript.au3> #include-resource <myscript.au3> This include directive would allow any script to become a resource. It would also reduce the chance of executing unintentional code, like debug/testing code within an included file. Obfuscator may need be updated to recognize the new include directive and strip executable code before joining with the main script. |
|||
#1826 | Rejected | A request about XML Files | irmr.AHR@… | |
Description |
Would you mind adding reading and writing xml files tools in next versions of AutoIt . |