Helpfile-Changes

From AutoIt Wiki
Revision as of 10:08, 18 July 2013 by Guinness (talk | contribs)
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)
    • Replace magic numbers in existing examples (Mat working on script to automate) (MsgBox 4096 has been completed by guinness.)
  • Robjong SRE section
    • Currently in progress of expanding and improving the regular expression documentation.
  • General Example improvements
    • Update examples to use multiple example functionality.
    • Remove magic numbers! (MsgBox 4096 has been completed by guinness.)
    • 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)