jaberwacky Posted August 6, 2013 Share Posted August 6, 2013 When I set proper to one then vars to one, two or three and press [ctrl] + [t] then all of the $ are stripped from the variables. I'm using tidy 2.3.0.12 with AutoIt 3.3.9.15 on Windows 7 x64 latest SP. I understand that $ are still required in the latest betas but even if not, should there still be an option to strip them? Or am I overlooking something? This is my tidy.ini: [ProgramSettings] tabchar=3 Region_Indent=1 Skip_CommentBlock=0 proper=1 vars=3 delim=1 Remove_Empty_Lines=1 End_With_NewLine=1 Sort_funcs=0 Sort_funcs_Comments=0 endfunc_comment=-1 endregion_comment=1 KeepNVersions=0 backupDir= Gen_Doc=0 Gen_Doc_Show=0 ShowConsoleInfo=9 ShowDiffPgm=C:\Progra~1\WinMerge\winmerge.exe '%new%' '%old%' Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum? Link to comment Share on other sites More sharing options...
Developers Jos Posted August 6, 2013 Developers Share Posted August 6, 2013 I see I missed to revert some of the logic which was put into Tidy to support the Beta which supporting variables without $. Need to revert some more code and will look at that later this week. Thanks Jos 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. Link to comment Share on other sites More sharing options...
Developers Jos Posted August 7, 2013 Developers Share Posted August 7, 2013 Uploaded Tidy v2.3.0.14 that should fix the regression you reported. Cheers Jos jaberwacky 1 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. Link to comment Share on other sites More sharing options...
jaberwacky Posted August 7, 2013 Author Share Posted August 7, 2013 Seems to work great. Thank you. Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum? Link to comment Share on other sites More sharing options...
jaberwacky Posted August 8, 2013 Author Share Posted August 8, 2013 The tidy.ini says that vars=1 for lowercase and vars=2 for uppercase but I think those two are backwards. Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum? Link to comment Share on other sites More sharing options...
Developers Jos Posted August 8, 2013 Developers Share Posted August 8, 2013 Funny... This has been like this for ages and not noticed before, or at least never reported. I will update the documentation and the INI file. Thanks Jos 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. Link to comment Share on other sites More sharing options...
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