Angel Posted November 8, 2004 Posted November 8, 2004 Hi, I am updating the AutoIt3 syntax file for PSPad, a really nice free text editor that includes AutoIt3 support, and I'd like to know what is the right casing for the new GUI functions. For instance, is it GUICtrlCreatelabel or GUICtrlCreateLabel? Should the intial GUI tag be all upper case of Gui instead? Also, does someone has a list of new builtin functions that have been added to AutoIt3? BTW, is it Wend or WEnd? Thanks! Angel
Josbe Posted November 8, 2004 Posted November 8, 2004 (edited) Look inside (-> docs-v3.0.103-src.zip\docs\autoit\english\txt2htm\syntaxfiles\) In the docs. appears like: "Wend" and "WEnd" (This last one is seen more appropriate)Edit: Info added Edited November 8, 2004 by josbe AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
Administrators Jon Posted November 8, 2004 Administrators Posted November 8, 2004 Angel said: Hi,I am updating the AutoIt3 syntax file for PSPad, a really nice free text editor that includes AutoIt3 support, and I'd like to know what is the right casing for the new GUI functions.For instance, is it GUICtrlCreatelabel or GUICtrlCreateLabel? Should the intial GUI tag be all upper case of Gui instead?Also, does someone has a list of new builtin functions that have been added to AutoIt3?BTW, is it Wend or WEnd?Thanks!AngelThat's odd, the syntax file for PSpad should be automatically generated, but for some reason the gui functions are missing. Edit: The Autoit.ini seems to be up to date. The def file isn't automatically updated though. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
Angel Posted November 9, 2004 Author Posted November 9, 2004 Jon, Is it Wend or Wend? Where can I find the ini file? I did not find it in the AutoIt3 folder. Do I need to download the autoit source? Where? Thanks! Angel
Administrators Jon Posted November 9, 2004 Administrators Posted November 9, 2004 Angel said: Jon,Is it Wend or Wend?Where can I find the ini file? I did not find it in the AutoIt3 folder. Do I need to download the autoit source? Where?Thanks!AngelAutoIt3\Extras\Editors\PSPad.We've generally used WEnd, but a lot of people prefere Wend. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
Developers Jos Posted November 9, 2004 Developers Posted November 9, 2004 Jon said: That's odd, the syntax file for PSpad should be automatically generated, but for some reason the gui functions are missing. Edit: The Autoit.ini seems to be up to date. The def file isn't automatically updated though.<{POST_SNAPBACK}>Think i gave you that version back in feb.here's a up-to-date autoit3.def file ....Jon, will email the script i use to generate this file... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now