lee321987 Posted September 7, 2022 Share Posted September 7, 2022 If you run tidy on this: #include <a-foo.au3> It becomes this: #include <a - foo.au3> Also I can't find a way to register on the AutoIt issue tracker -- should I just keep reporting bugs here? Link to comment Share on other sites More sharing options...
Developers Jos Posted September 7, 2022 Developers Share Posted September 7, 2022 (edited) I will have a look at the issue.. thanks for reporting. Jos Ps i think you should be able to post the issue in TRAC without registering. Edited September 7, 2022 by Jos lee321987 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...
Danp2 Posted September 7, 2022 Share Posted September 7, 2022 Hi @Jos, While you are looking into that, would you mind addressing this similar issue? Before -- #include "WinHttp_WebSocket.au3" ; https://github.com/Danp2/autoit-websocket After -- #include "WinHttp_WebSocket.au3" ; https : / / github.com / Danp2 / autoit - websocket Thanks, Dan Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
Developers Jos Posted September 7, 2022 Developers Share Posted September 7, 2022 13 hours ago, lee321987 said: If you run tidy on this: #include <a-foo.au3> It becomes this: #include <a - foo.au3> This is already fixed in the latest available Beta in v21.316.1639.14 1 hour ago, Danp2 said: While you are looking into that, would you mind addressing this similar issue? Before -- #include "WinHttp_WebSocket.au3" ; https://github.com/Danp2/autoit-websocket After -- #include "WinHttp_WebSocket.au3" ; https : / / github.com / Danp2 / autoit - websocket Not sure about this one but I don't get this issue in the latest beta. Did you try that? Which version are you using? lee321987 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...
Danp2 Posted September 7, 2022 Share Posted September 7, 2022 @Jos I'm using v21.316.1639.1. Thanks for the info about the latest beta. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
Developers Jos Posted September 7, 2022 Developers Share Posted September 7, 2022 (edited) Ah ...guess this change last year September fixed your issue: Quote v21.316.1639.8 Fixed: Don't tidy comments on an #include line Edited September 7, 2022 by Jos Danp2 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...
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