Helpfile-Changes

From AutoIt Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This page is for keeping track of changes currently in the process of being made to the AutoIt3 helpfile and UDFs by the MVPs.

For reporting issues please refer to the Help File Issues thread. Thanks.

Doc changes

  • Magic number removal (Mat)
    • Document existing constants (in progress)
    • Create new constants where required (making a list)
  • General Example improvements
    • Make sure no permanent changes are made to system.
    • Update examples to make use of new AutoIt features where appropriate.
    • Re-write GUI examples
    • Sort include statements in examples and remove duplicates. If duplicates are found then take advantage of multiple examples. (guinness)
    • Remove unused functions.

UDF changes

  • Fixed buffer sizes (as per thread and ticket 1336)