Helpfile-Changes: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
** Document existing constants (in progress)
** Document existing constants (in progress)
** Create new constants where required (making a list)
** Create new constants where required (making a list)
** Replace magic numbers in existing examples (Mat working on script to automate)
** Replace magic numbers in existing examples (Mat working on script to automate) (MsgBox 4096 has been completed by guinness.)


* [http://www.autoitscript.com/forum/topic/146560-report-help-file-issues-here/page__st__120#entry1048490 AZJIO post #135]
* [http://www.autoitscript.com/forum/topic/146560-report-help-file-issues-here/page__st__120#entry1048490 AZJIO post #135]
** RegRead type table (Mat), in progress [http://msdn.microsoft.com/en-us/library/windows/desktop/bb773476(v=vs.85).aspx - from guinness]
** RegRead type table (Mat), in progress [http://msdn.microsoft.com/en-us/library/windows/desktop/bb773476(v=vs.85).aspx - from guinness]
** IniRead return type (done)
** IniRead return type (done)
** _ArrayDisplay $sheader (done in txtLibFunctions, not in UDF header)
** _GUICtrlComboBox_ReplaceEditSel
** _GUICtrlComboBox_ShowDropDown
** _GUICtrlComboBox_AddString
** _GUICtrlComboBox_SetCueBanner


* Robjong SRE section
* Robjong SRE section
Line 23: Line 18:
* General Example improvements
* General Example improvements
** Update examples to use multiple example functionality.
** Update examples to use multiple example functionality.
** Remove magic numbers!
** Remove magic numbers! (MsgBox 4096 has been completed by guinness.)
** 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
** Re-write GUI examples
** Sort include statements in examples and remove duplicates. If duplicates are found then take advantage of multiple examples. (guinness)
** Sort include statements in examples and remove duplicates. If duplicates are found then take advantage of multiple examples. (guinness)
** Remove unused functions.
** Remove unused functions.
** Strip v2 data.


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


* Fixed buffer sizes (as per [http://www.autoitscript.com/forum/topic/147486-ticket-1336/ thread] and ticket 1336)
* Fixed buffer sizes (as per [http://www.autoitscript.com/forum/topic/147486-ticket-1336/ thread] and ticket 1336)
* [http://www.autoitscript.com/forum/topic/144746-winapiexau3-splitting-proposal/ WinAPIEx Splitting] (Jpm)
* _PathSplit to use SRE version provided by [http://www.autoitscript.com/forum/topic/147669-pathsplitex/ DXRW4E]

Revision as of 10:08, 18 July 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) (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)