Custom Query (3922 matches)
Results (160 - 162 of 3922)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #875 | Rejected | A UDF index online | ||
| Description |
right now UDF's are all in example scripts, and as a general rule, I often stumble across something that I could have done with after writing the script!! I was thinking a UDF index that simply displays links to all the different UDF's, and maybe a link to "download all"... MDiesel |
|||
| #2425 | Fixed | A few more minor helpfile annoyances. | ||
| 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. | ||
| 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. |
|||
