Helpfile-Changes

From AutoIt Wiki
Revision as of 16:51, 20 January 2014 by Guinness (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)