Timeline



Jul 12, 2015:

3:00 PM Ticket #2997 (Bug in PCRE) updated by jchd18
The bug was reported to the dev list and quickly fixed some time ago. PCRE2 is moving forward. There is a RC being tested but I expect some time before the dust settles.
12:53 PM Ticket #2997 (Bug in PCRE) updated by J-Paul Mesnage
Is it reported to Phillip Hazel? Any new if PCRE2 (10.20)?
12:36 PM Ticket #3070 (F1 not opening AutoIt help) closed by Jos
No Bug
12:30 PM Ticket #3069 (Missing "AutoItConstants.au3" in "AutoIt Constants include files" help page) closed by J-Paul Mesnage
Fixed: Fixed by revision [11390] in version: 3.3.15.0
12:13 PM Ticket #3070 (F1 not opening AutoIt help) updated by J-Paul Mesnage
Version changed
11:54 AM Ticket #3070 (F1 not opening AutoIt help) updated by TheDcoder
Please change the version to 3.3.14.0 (latest stable release)
11:53 AM Ticket #3070 (F1 not opening AutoIt help) created by TheDcoder
F1 is not opening the function documentation instead it opens windows …
11:33 AM 11_capture2403.png attached to Ticket #3069 by TheDcoder
Picture representing the missing item
10:49 AM Ticket #3069 (Missing "AutoItConstants.au3" in "AutoIt Constants include files" help page) created by TheDcoder
Missing "AutoItConstants.au3" which was added in the new stable …
9:42 AM Ticket #3068 (Documentation fix: Switch) closed by guinness
Fixed: Fixed by revision [11387] in version: 3.3.15.0

Jul 11, 2015:

9:38 PM Ticket #3068 (Documentation fix: Switch) updated by Nutster
Owner, Status, Description changed
6:39 PM Ticket #3068 (Documentation fix: Switch) updated by Nutster
Keywords, Description changed
1:32 PM Ticket #3068 (Documentation fix: Switch) created by Nutster
"If no cases match the Switch value, then the Case Else section, if …

Jul 10, 2015:

5:43 PM WikiStart edited by guinness
(diff)
5:42 PM WikiStart edited by guinness
(diff)
5:41 PM WikiStart edited by guinness
(diff)
10:39 AM Milestone 3.3.14.0 completed

Jul 9, 2015:

7:08 AM Ticket #3067 (1 line If...Else Statement) updated by TheDcoder
I understand, thanks for taking the time :)
7:00 AM Ticket #2989 (@OSVersion And Windows 10) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
6:43 AM Ticket #2989 (@OSVersion And Windows 10) closed by guinness
Completed: This is set to complete for the part where WIN_10 was added to @OSVersion macro.
6:41 AM Ticket #3067 (1 line If...Else Statement) updated by guinness
To add to what Jos said. Don't use ternary for control flow, which is the example you have presented us here. Instead use the ternary operator for something like: […] > The 1 liner is more readable to a normal person than the 3 liner This is nothing more than speculation, which should be backed up by hard evidence. As for your request, you don't see developers writing this: […] If you do, then they have no consideration for others maintaining their code.

Jul 8, 2015:

8:22 PM Ticket #3067 (1 line If...Else Statement) closed by Jos
Rejected: Use Ternary when you need a oneliner. Jos
6:38 PM Ticket #3049 (Cross-referencing to assist in finding UDFs in the help) closed by guinness
Rejected: The help file is autogenerated, so your proposal is not possible. Thanks anyway.
6:00 PM Ticket #3046 (Obj/COM Reference: typos) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
5:54 PM Ticket #3067 (1 line If...Else Statement) updated by TheDcoder
Replying to Jos: > Understood as much but I am not really sure you thought this through. > Which basic like language is using this format of an single If--Else--Endif? > To me the only result is that it makes script less readable, but that's also a matter of taste. > > Jos I have many If...Else...EndIf which only contain 1 line of code in each condition, Also if that If structure is in a already another structure like Switch...EndSwitch it just sucks... As a person who hates spaghetti code, I prefer to use 1 line If statement where possible... Also it makes the code more readable I think, this an example: […] […] The 1 liner is more readable to a normal person than the 3 liner TD :)
5:45 PM Ticket #2719 ("Misc. functions Reference" - table - Function list) updated by guinness
Requires a re-write. This is a long term plan
5:39 PM Ticket #3063 (Typo in WinAPISys.au3) closed by guinness
Fixed: Fixed by revision [11354] in version: 3.3.13.22
5:28 PM Ticket #2902 (Incorrect GUI Scrolling when GUI is resizeable) closed by guinness
Wont Fix
5:26 PM Ticket #3060 ("Function notes" in helpfile - remarks about @extended) closed by guinness
Rejected: I agree with jpm.
5:25 PM Ticket #3046 (Obj/COM Reference: typos) updated by guinness
Milestone changed
Thanks for your contribution c.haslam. Quite a lot of work there.
5:24 PM Ticket #3046 (Obj/COM Reference: typos) closed by guinness
Fixed: Fixed by revision [11353] in version: 3.3.13.22
5:13 PM Ticket #3046 (Obj/COM Reference: typos) updated by guinness
c.haslam, Please locate google's best practices for HTML, as strong tags should be lowercase NOT uppercase (that's ancient at least HTML3 standard). Also mlipok suggested the wrong file for you to edit. I will do it manually, but next time you will find the file in "docs\autoit\english\html\intro"
5:07 PM Ticket #3067 (1 line If...Else Statement) updated by Jos
Understood as much but I am not really sure you thought this through. Which basic like language is using this format of an single If--Else--Endif? To me the only result is that it makes script less readable, but that's also a matter of taste. Jos
5:03 PM Ticket #3047 (_MathCheckDiv: Purpose inaccurate) closed by guinness
Fixed: Fixed by revision [11351] in version: 3.3.13.22
11:46 AM Milestone 3.3.13.21 completed
11:21 AM Ticket #2901 (Text file as a binary) closed by Jon
Fixed: Fixed by revision [11344] in version: 3.3.13.21
8:45 AM Ticket #3067 (1 line If...Else Statement) updated by TheDcoder
Replying to Jos: > Why? > Which problem does this solve? > > Jos Feature Request :)
7:02 AM Ticket #2901 (Text file as a binary) updated by mLipok
; FileWrite with $FO_UTF8_NOBOM Writes "poniedziałek, wtorek, środa, czwartek, piątek, sobota, niedziela" ; FileRead with FileGetEncoding() Reads "poniedziaĹ‚ek, wtorek, Ĺ›roda, czwartek, piÄ…tek, sobota, niedziela" ; FileRead - simply with out : FileOpen + FileClose Reads "poniedziałek, wtorek, środa, czwartek, piątek, sobota, niedziela" The problem is where I use FileGetEncoding() btw. testing AutoIt3.exe https://www.autoitscript.com/forum/topic/173747-utf8utf16-testing/ works fine
12:02 AM Ticket #2901 (Text file as a binary) updated by Jon
Looking into the memory problem in the first post. I don't see any issues with the second post, it looks to be writing in UTF8-NoBOM and correctly detecting that when reading...Or am I missing something?

Jul 7, 2015:

6:46 PM Ticket #3067 (1 line If...Else Statement) updated by Jos
Why? Which problem does this solve? Jos
5:43 PM Ticket #3066 (_Crypt_EncryptFile - creating 1 kb file with wrong decryption password.) closed by Jos
Rejected: Please do not open another bug ticket, but rather try convincing us in the forum that this really is a bug. So I am closing this report and don't open yet another one. We will re-open the first one in case we are in agreement that this really is a bug. Jos
3:20 PM Ticket #3067 (1 line If...Else Statement) created by TheDcoder
Ability to run a 1 line If...Else statement like this: […]
7:21 AM Ticket #3066 (_Crypt_EncryptFile - creating 1 kb file with wrong decryption password.) created by anonymous
Since my last ticket was closed, without even asking me to provide …

Jul 6, 2015:

8:19 PM Ticket #3064 (Ping timeout is longer than set by par2) updated by Jos
I am not convinced this is an AutoIt3 bug but rather an issue with IcmpSendEcho used in AutoIt3. There seem to be multiple reports on this timeout parameter not working and AutoIt3 simply uses what is provide.
6:26 PM Ticket #3065 (_Crypt_EncryptFile BUG - creating 1 kb file with wrong decryption password.) closed by jchd18
No Bug: Your claim doesn't make any sense. Closing as "No bug".
1:37 PM Ticket #3065 (_Crypt_EncryptFile BUG - creating 1 kb file with wrong decryption password.) created by anonymous
Hello, I've found a bug regarding: _Crypt_EncryptFile It will create …

Jul 5, 2015:

8:14 PM Ticket #3064 (Ping timeout is longer than set by par2) created by RichardL
[…] The timeout seems to be 500 mS minimum, or 500 more than requested.
7:42 PM Ticket #3063 (Typo in WinAPISys.au3) created by mikell
[…] should be […]
6:28 AM Ticket #3062 (AuCheck didn't catch ' without &) closed by J-Paul Mesnage
No Bug: Au3Check is not perfect but in this check It does as AutoIT which does not complain either
4:03 AM Ticket #3062 (AuCheck didn't catch ' without &) updated by c.haslam
anonymous => c.haslam
4:02 AM Ticket #3062 (AuCheck didn't catch ' without &) created by anonymous
The code is: […] AU3Check doesn't complain. In case this looks …

Jul 3, 2015:

12:39 PM Ticket #3056 (Ctrl_Alt_F5 SyntaxCheck Beta doesn't work in SciTE) closed by Jos
No Bug: Works for me so please discuss in forum first before assuming it's a bug. Jos
12:37 PM Ticket #3061 (au3check not allowing nested With-EndWith) closed by Jos
Fixed: Fixed by revision [11338] in version: 3.3.13.21
12:30 PM Ticket #3061 (au3check not allowing nested With-EndWith) updated by Jos
Reporter changed
12:29 PM Ticket #3061 (au3check not allowing nested With-EndWith) updated by Jos
Owner, Status changed
12:28 PM Ticket #3061 (au3check not allowing nested With-EndWith) created by Jos
AU3CHECK doean't allow a nested With-EndWIth, which is allowed since …
8:18 AM Ticket #3059 (Miscelaneous => Miscellaneous in Help : Typos) closed by J-Paul Mesnage
Fixed
8:09 AM Ticket #3060 ("Function notes" in helpfile - remarks about @extended) updated by J-Paul Mesnage
unless some missing doc they shoud be functions related not on the "functions_notes" page

Jul 2, 2015:

6:47 PM Ticket #3060 ("Function notes" in helpfile - remarks about @extended) created by mLipok
In …
4:06 PM Ticket #3059 (Miscelaneous => Miscellaneous in Help : Typos) created by c.haslam
WinAPIEx Miscelaneous Reference.htm should be WinAPIEx Miscellaneous …
8:04 AM Ticket #3058 (_WinAPI_IOCTL: New See Also link) closed by J-Paul Mesnage
Duplicate: It was closed because fixed
4:45 AM Ticket #3058 (_WinAPI_IOCTL: New See Also link) created by c.haslam
New link …

Jul 1, 2015:

11:57 AM Ticket #3012 (GUISetFont - no default value for parameter: attribute) closed by J-Paul Mesnage
Completed: Added by revision [11334] in version: 3.3.13.21
10:54 AM Ticket #3052 (_ArraySort doc needs further clarification for 2D) closed by J-Paul Mesnage
Fixed: Fixed by revision [11331] in version: 3.3.13.21
10:49 AM Ticket #3052 (_ArraySort doc needs further clarification for 2D) updated by J-Paul Mesnage
Summary changed

Jun 30, 2015:

3:56 PM Ticket #3057 (StringSplit() Return Value) closed by J-Paul Mesnage
Fixed: Fixed by revision [11330] in version: 3.3.13.21

Jun 29, 2015:

5:38 PM Ticket #3057 (StringSplit() Return Value) created by c.haslam
Existing: If no delimiters were found then the @error flag is set to …
3:26 PM Ticket #3055 (_WinAPI_IOCTL: link in See Also is bad) closed by J-Paul Mesnage
Fixed: Fixed by revision [11329] in version: 3.3.13.21
10:04 AM Ticket #3055 (_WinAPI_IOCTL: link in See Also is bad) updated by J-Paul Mesnage
I deleted the attachment as it is not related with the subject. Please add a new post with a working link if any Thanks
12:28 AM Ticket #3056 (Ctrl_Alt_F5 SyntaxCheck Beta doesn't work in SciTE) created by c.haslam
I have downloaded the latest version of SciTE4AutoIt3.exe dated …

Jun 26, 2015:

2:35 AM Ticket #3055 (_WinAPI_IOCTL: link in See Also is bad) created by c.haslam
The link <a …

Jun 22, 2015:

7:16 PM Ticket #2960 (SciTE show code abnormal) updated by szfzafa
I got the same problem here. Must be some files from old version messing this up, cannot figure it though. Just delete all files and reinstall, then it's gonna be OK.
7:32 AM Ticket #3054 (_Crypt_GenRandom always returns False and sets @error) updated by jchd18
I never pretended it was the right way to handle errors and never said it wasn't a bug! And I never touched this code.
7:15 AM Ticket #3054 (_Crypt_GenRandom always returns False and sets @error) updated by J-Paul Mesnage
Thanks , You right checking only @error instead of $iError was the smallest correction
2:18 AM Ticket #3054 (_Crypt_GenRandom always returns False and sets @error) closed by BrewManNH
Fixed: Fixed by revision [11327] in version: 3.3.13.21
2:16 AM Ticket #3054 (_Crypt_GenRandom always returns False and sets @error) reopened by BrewManNH
1:02 AM Ticket #3054 (_Crypt_GenRandom always returns False and sets @error) updated by BrewManNH
That doesn't explain why it is set that way, or when it was changed, or where it was documented. If you make a change like this, it needs to be documented. Where 10 is being added to the @error value is definitely a bug. If you wanted to return a non-zero value for the $aRet[0] being 0 then you should be adding 10 to the $iError variable AFTER the If statement, not before it. The way it was rewritten guarantees that it will always return an error condition unless @error is -10.

Jun 21, 2015:

10:27 AM Ticket #3053 (Different file size after Encrypt-Decrypt file) updated by jchd18
Additional note: https://www.autoitscript.com/forum/topic/173380-different-file-size-after-encrypt-decrypt-file/?do=findComment&comment=1254439 comes with a test script which works as expected. So "works for me".

Jun 20, 2015:

2:17 PM Ticket #3054 (_Crypt_GenRandom always returns False and sets @error) updated by jchd18
In every function in Crypt.au3 error return values are offset by distinct constant values; I guess it's to help locate where the error popped from.
12:34 PM Ticket #3054 (_Crypt_GenRandom always returns False and sets @error) updated by J-Paul Mesnage
In fact the + 10 if the $aRet[0] is non zero to insure the setting of a non zeror @error
3:59 AM Ticket #3033 (Small mistake in _Excel_PictureAdd() Help File) closed by BrewManNH
Fixed: Fixed by revision [11325] in version: 3.3.13.21
3:55 AM Ticket #3054 (_Crypt_GenRandom always returns False and sets @error) closed by BrewManNH
Fixed: Fixed by revision [11324] in version: 3.3.13.21
3:34 AM Ticket #3054 (_Crypt_GenRandom always returns False and sets @error) updated by BrewManNH
I found where it was changed in the repository. Not sure why it got changed the way it did, but easy enough to correct.
12:19 AM Ticket #3054 (_Crypt_GenRandom always returns False and sets @error) updated by wraithdu
Yep. My original version is in ticket #2263.

Jun 19, 2015:

6:15 PM Ticket #3054 (_Crypt_GenRandom always returns False and sets @error) updated by BrewManNH
According to the header in the function, you wrote it, did someone change it after it was committed?
7:00 AM Ticket #3054 (_Crypt_GenRandom always returns False and sets @error) created by wraithdu
The function sets $iError = @error + 10 without checking @error. …

Jun 18, 2015:

5:38 PM Ticket #3053 (Different file size after Encrypt-Decrypt file) closed by Jos
Rejected: This is not a bug report and really should be posted in the support forum. Jos
2:30 PM Ticket #3053 (Different file size after Encrypt-Decrypt file) created by mvladb@…
Hello! At the moment I'm having a problem with integrity of decrypted …

Jun 17, 2015:

2:02 AM Ticket #3051 (Enum: typo) closed by BrewManNH
Fixed: Fixed by revision [11323] in version: 3.3.13.21
1:57 AM Ticket #3050 (_FileWriteFromArray: doc clarification) closed by BrewManNH
Fixed: Fixed by revision [11322] in version: 3.3.13.21

Jun 14, 2015:

9:44 PM Ticket #3052 (_ArraySort doc needs further clarification for 2D) created by c.haslam
Existing: Index of array to start sorting (default 0 = first …
7:27 PM Ticket #3051 (Enum: typo) created by c.haslam
Existing, in example: ; Multiple each enumeration by 2. I …
5:29 AM Ticket #3050 (_FileWriteFromArray: doc clarification) created by c.haslam
Existing: Start array index to read, normally set to 0 or 1. …
4:10 AM Ticket #2589 (Exit has to be put in function in order to use it in short if.) closed by BrewManNH
Works For Me: The problem isn't in the ternary operator, the problem is that everyone is misunderstanding what is going on when using it. Comment 3 - The results are 100% correct, the problem is that you're expecting ($i = 1) ? ($iTEST = $i) : ($iTEST2 = 4 - $i) to assign the right value to the left variable, that's not what is happening. What's happening is that if $i = 1 then you are COMPARING the right value to the contents of the left variable. The result is a Boolean True or False, there is no assigning of values being done at all. So the consolewrite at the end is always going to show a value of 0 for $iTest and $iTest2 because that is what you set them to at the start of the loop. Comment 4 - This demonstrates exactly what I was referring to in my reply to the code in Comment 3. The last 2 ternary operations are telling you that because 1 doesn't equal 3, use the second expression's answer, which is going to be FALSE because $iTEST3 does not equal 2, you aren't assigning 2 to $iTEST3, you're comparing it to the value in $iTEST3, which is 4. The next one says that because 3 does equal 3, run the first expression, and because $iTEST3 does equal 4, return TRUE. As to the OP, the code works as expected to me. Exit isn't an expression, it's a statement keyword and doesn't work as you're expecting it to in the ternary operator. Sorry, but that is how it works and you're using it wrong. The second example in your original post triggers an error message in AU3Check, but will run as is if you turn off AU3Check before trying to run it. There's nothing wrong in the code, just the syntax checker doesn't understand it. You can bypass the error message by assigning the whole thing to a variable like this. […] I see no bugs here, just misunderstandings and poor code.

Jun 13, 2015:

8:37 PM AutoRelate.2.txt attached to Ticket #3049 by c.haslam
Revised suggestion report: added links from GuiCreate…
4:55 PM Ticket #3049 (Cross-referencing to assist in finding UDFs in the help) updated by anonymous
In the report, where Include is blank, all functions in the management group would have the link(s).
4:50 PM Ticket #3049 (Cross-referencing to assist in finding UDFs in the help) updated by anonymous
I have written a script that suggests what links there should be in what function help pages, and what they should be. This can be added to, to add links to .txt files. It works by matching words in management-file file names for native functions with UDF management-file file names. Where a management group is a mix, e.g. GUI Control Creation, it works at the function level. This script is experimental. There is a partnership between it and me, to figure out what is needed. The report attached is my suggestion. It was generated by the script. I took the approach of seeing what native functions should have links to what UDFs. I did some work on figuring out what UDFs should have links to native functions, but I failed to get this to work properly. I then realized that the UDF to native links are the reverse of the native to UDF links: one is the inverse of the other. Your thoughts?
4:48 PM AutoRelate.txt attached to Ticket #3049 by c.haslam
Suggested links report

Jun 12, 2015:

8:00 PM Ticket #3049 (Cross-referencing to assist in finding UDFs in the help) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:31 PM Ticket #3049 (Cross-referencing to assist in finding UDFs in the help) created by c.haslam
I am starting this ticket because the topic has changed from Ticket …
12:47 PM Ticket #2901 (Text file as a binary) updated by mLipok
This problem is not only in reading as Binary, there is also problem with encoding: here is repro: […]
Note: See TracTimeline for information about the timeline view.