Helpfile-Changes: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
No edit summary
Line 17: Line 17:
** _GUICtrlComboBox_AddString
** _GUICtrlComboBox_AddString
** _GUICtrlComboBox_SetCueBanner
** _GUICtrlComboBox_SetCueBanner
** Re-write GUI examples (guinness), in progress
** Sort include statements in examples and remove duplicates. If duplicates are found then take advantage of multiple examples. (guinness)


* General Example improvements
* General Example improvements
Line 25: Line 23:
** Make sure no permanent changes are made to system.
** Make sure no permanent changes are made to system.
** Update examples to make use of new AutoIt features where appropriate.
** Update examples to make use of new AutoIt features where appropriate.
** Re-write GUI examples (guinness), in progress
** Sort include statements in examples and remove duplicates. If duplicates are found then take advantage of multiple examples. (guinness)


== UDF changes ==
== UDF changes ==

Revision as of 01:37, 31 January 2013

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)
  • AZJIO post #135
    • RegRead type table (Mat), in progress
    • IniRead return type (done)
    • _ArrayDisplay $sheader (done in txtLibFunctions, not in UDF header)
    • _GUICtrlComboBox_ReplaceEditSel
    • _GUICtrlComboBox_ShowDropDown
    • _GUICtrlComboBox_AddString
    • _GUICtrlComboBox_SetCueBanner
  • General Example improvements
    • Update examples to use multiple example functionality.
    • Remove magic numbers!
    • Make sure no permanent changes are made to system.
    • Update examples to make use of new AutoIt features where appropriate.
    • Re-write GUI examples (guinness), in progress
    • Sort include statements in examples and remove duplicates. If duplicates are found then take advantage of multiple examples. (guinness)

UDF changes