Timeline



Aug 8, 2015:

4:56 PM Ticket #3103 (_Timer_GetIdleTime not working properly in Windows 10) updated by drummer@…
I just tried booting the machine to Windows in BIOS mode instead of EFI. Same problem. - Dave
4:49 PM Ticket #3103 (_Timer_GetIdleTime not working properly in Windows 10) updated by drummer@…
I tried the test again with the mouse unplugged. Same result, same problem. By the way, I don't have a touchscreen so no flies were involved. - Thanks, Dave
12:34 AM Ticket #3103 (_Timer_GetIdleTime not working properly in Windows 10) updated by jchd18
Can you retry with the mouse unplugged (and no fly walking on the touch screen, if any [just joking])?

Aug 7, 2015:

11:39 PM Ticket #2731 (AU3Check error on objects that contain properties with name (.To)) updated by anonymous
3.3.14.1 works, thanks.
11:21 PM Ticket #3103 (_Timer_GetIdleTime not working properly in Windows 10) updated by anonymous
Here are the incorrect results I'm seeing. The keyboard and mouse were not touched while the script was running. Note the machine is running Windows 10 with EFI firmware. The function worked properly on the same machine running Windows 7 with EFI firmware. It doesn't matter whether you use a compiled script or run the source directly. Same problem. 1657|1 578|0 1578|1 515|0 1515|1 437|0 1453|1 375|0 1375|1 313|0

Aug 6, 2015:

9:40 PM Ticket #3104 ('_EventLog__Read()' returns only domain name!?) updated by guinness
A safer option would be...as the array could be an empty array, who knows? At least now we are checking if the array as at least 2 elements […] I have amended.
5:59 PM Ticket #3104 ('_EventLog__Read()' returns only domain name!?) closed by J-Paul Mesnage
Fixed: Fixed by revision [11477] in version: 3.3.15.1

Aug 5, 2015:

10:03 AM Ticket #3104 ('_EventLog__Read()' returns only domain name!?) created by supersonic
Hi - Calling '_EventLogRead()' on a computer running in a domain …
2:19 AM Ticket #3103 (_Timer_GetIdleTime not working properly in Windows 10) updated by BrewManNH
I just tested this on my Windows 10 machine, using 3.3.14.0 and I don't have the same problem as you're describing. Here are my results: […] I ran this using both x86 and x64 versions of AutoIt and got similar results in both. Your test script does not demonstrate the issue you say you're having for me.

Aug 4, 2015:

11:48 PM ErrorSub.AU3 attached to Ticket #3103 by drummer@…
11:48 PM Ticket #3103 (_Timer_GetIdleTime not working properly in Windows 10) created by drummer@…
The _Timer_GetIdleTime function returns invalid data when run on …
1:36 AM Ticket #2731 (AU3Check error on objects that contain properties with name (.To)) updated by mLipok
I see you are using 3.3.12.0 here is updated version: https://www.autoitscript.com/forum/files/file/270-autoit-latest-stable-version/

Aug 3, 2015:

11:09 PM Ticket #2731 (AU3Check error on objects that contain properties with name (.To)) updated by bmcgrath@…
Seems to have regressed: >"C:\Program Files (x86)\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /Prod /AU3check /in "T:\AUTOIT\mail.au3" +>15:06:28 Starting AutoIt3Wrapper v.15.729.1555.3 SciTE v.3.6.0.0 Keyboard:00000409 OS:WIN_7/Service Pack 1 CPU:X64 OS:X64 Environment(Language:0409) +> SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE UserDir => C:\Users\bmcgrath\AppData\Local\AutoIt v3\SciTE\AutoIt3Wrapper SCITE_USERHOME => C:\Users\bmcgrath\AppData\Local\AutoIt v3\SciTE >Running AU3Check (3.3.12.0) from:C:\Program Files (x86)\AutoIt3 input:T:\AUTOIT\mail.au3 "T:\AUTOIT\mail.au3"(48,15) : error: missing separator character before keyword. $objEmail.To
9:36 AM Ticket #3102 (AutoIt Crashes when reading an empty cell comment) updated by guinness
FYI post your solution in the Forum please

Aug 2, 2015:

4:56 PM Ticket #3102 (AutoIt Crashes when reading an empty cell comment) updated by anonymous
Okay; I figured out how to handle this issue and I am no longer affected. FYI
3:36 PM Ticket #3102 (AutoIt Crashes when reading an empty cell comment) updated by anonymous
Replying to jchd18: > As Jos already told you, this is a consequence of the recent change in how COM errors are dealt with. Read changelog and post in help forum if necessary. Still looks like a bug. I looked at the change log but did not see anything describing COM error handling changes. Looked at error COM error handling in the help file and installed a COM Error handler as described in the example. The offending code does not trigger the error handler. AutoIT just crashes. The example works and if I modify my code to use an invalid object property (Comments instead of Comment); the error handler is called. The problem seems to me that my code not should trigger an error because it is valid code. The code should return an empty string when a comment is not present in the cell.
2:30 PM Ticket #3102 (AutoIt Crashes when reading an empty cell comment) updated by jchd18
As Jos already told you, this is a consequence of the recent change in how COM errors are dealt with. Read changelog and post in help forum if necessary.
1:44 PM Ticket #3102 (AutoIt Crashes when reading an empty cell comment) updated by anonymous
Hey Jos; I am pretty sure this is a bug and is not related to COM error handling. To replicate simply try to read a cell that does not have a comment using $oExcel.Cells(<Row>, <Column>).Comment.Text (where <Row> & <Column> specifies a specific cell). That throws an unrecoverable error for me and AutoIT crashes. I do not think this is planned behavior. If the cell has a comment; then the comment text is returned and all is good. The behavior I am getting means I have to know whether or not a cell has a comment before I try to read it and that is not always possible As I mentioned, I use Excel 2003 and I do not know if newer versions are affected. Your comment suggests you did not actually actually try to replicate the problem and I am asking you to give it a go

Aug 1, 2015:

8:10 PM Ticket #3096 (Confusing error message when initializing default argument with ...) closed by Jos
No Bug
8:08 PM Ticket #3102 (AutoIt Crashes when reading an empty cell comment) closed by Jos
No Bug: I assume this is part of the changes around the COM error handling in the latest release, but this far from a complete bug report. My advise is to go to our forums and start a discussion there before declaring this a bug. In case it is we will need a proper reproducer script and files. For now: No BUG Jos
2:28 PM Ticket #3102 (AutoIt Crashes when reading an empty cell comment) created by anonymous
AutoIT throws the following error when trying to read an the Excel …
8:34 AM Ticket #3099 (IniRead typo) closed by Melba23
Fixed: Fixed by revision [11465] in version: 3.3.15.1
5:57 AM Ticket #3096 (Confusing error message when initializing default argument with ...) updated by Bo-Cheng Jhan
Replying to jchd18: > You're supposed to run (compiled or not) only syntactically correct programs and this is exactly why Au3Check exists in the first place. > Now suppose the function is only used during yearly inventory: all you have gained in not running Au3Check is spread easy to fix bug(s) in the wild. Thanks for comment by jchd18. Actually, I didn't understand functions of other directories and exe in AutoIt3/ before. I'll survey how to use Au3Check via command line (.bat file) first. I like to compile/run programs by commands, and I feel inconvenience using graphical tools like Visual Studio. However, I appreciate the simplicity of GUI design in AutoIt.

Jul 31, 2015:

10:35 AM Ticket #3096 (Confusing error message when initializing default argument with ...) updated by jchd18
You're supposed to run (compiled or not) only syntactically correct programs and this is exactly why Au3Check exists in the first place. Now suppose the function is only used during yearly inventory: all you have gained in not running Au3Check is spread easy to fix bug(s) in the wild. The interpretor is not meant to carry the useless code needed to check all issues caught by specific code inside Au3Check. Other languages have comparable tools, e.g. valgrind, CodeSonar, ... but what you seem to expect is something like clang, which is a much, much bigger project.
3:20 AM Ticket #3096 (Confusing error message when initializing default argument with ...) updated by anonymous
Shouldn't the compiler/AutoIt3.exe give the correct line number for the error message? If you just run the script, you'd be looking at the line where test is called, and not at the actual line with the error. You shouldn't have to rely on Au3Check to tell you where the error is, AutoIt should tell you that, especially in an uncompiled script.

Jul 30, 2015:

9:27 PM Ticket #3101 (The SciTE download links are down) updated by lwc
If so, it's not easy to find, plus now it's a formal report. :-)

Jul 29, 2015:

4:17 PM Ticket #3101 (The SciTE download links are down) closed by guinness
No Bug: Please check the forum and you will see you're not the first one to report this. But thanks anyway.
3:21 PM Ticket #3100 (IniRead typo) closed by J-Paul Mesnage
Duplicate
7:53 AM Ticket #3101 (The SciTE download links are down) created by lwc
All of the SciTE download links are down. Please fix them. This is …
5:54 AM Ticket #3100 (IniRead typo) created by guinness
https://www.autoitscript.com/autoit3/docs/functions/IniRead.htm
5:54 AM Ticket #3099 (IniRead typo) created by guinness
https://www.autoitscript.com/autoit3/docs/functions/IniRead.htm

Jul 28, 2015:

1:49 PM Ticket #2121 (Au3Record creates incorrect function of WinWaitActivate) updated by anonymous
Could you please look at this thread? There are multiple versions of the Au3Record and the one in the Extra folder that comes with AutoIt has this issue when run as a standalone app with no option to generate the UDFs. Also, this appears to be a new issue in 3.3 because I have an older version 3.1 and this does not happen with that one. https://www.autoitscript.com/forum/topic/174316-au3record-generated-code-is-not-runnable/#comment-1261745
5:32 AM Ticket #3096 (Confusing error message when initializing default argument with ...) updated by J-Paul Mesnage
The AutoIT compiler and AutoIt have the same code so it is normal that you get the same result
5:22 AM Ticket #3095 (Resizing GUI Controls before showing GUI) closed by J-Paul Mesnage
No Bug

Jul 27, 2015:

10:06 PM Ticket #2884 (AutoIt tries to call COM VariantClear() on uninitialized memory) updated by mLipok
this is the same problem like here: https://www.autoitscript.com/trac/autoit/ticket/2887 As you can see here: […] You are setting $g_oErrObj few times. The workaround is to set: $g_oErrObj = Null […]
7:45 PM Ticket #3015 (Object Schedule.Service) updated by mLipok
I also test on 3.3.12.0 Your examples give the same error in $oFolder.GetTask($taskname) as: ​https://msdn.microsoft.com/en-us/library/windows/desktop/aa381353(v=vs.85).aspx saying that you must set "The path (location) to the task in a folder." For clarity I would like to say: Full Path to the an EXISTING task in a folder. You are using only $taskname without folder, and you do not check if this task exists.
7:28 PM Ticket #3015 (Object Schedule.Service) updated by mLipok
https://msdn.microsoft.com/en-us/library/windows/desktop/aa381353(v=vs.85).aspx […] My console output: […] You should enumerate Tasks something like this: […]
5:15 PM Ticket #3098 (ObjEvent - @error - when no ErrorHanlder registered) created by mLipok
Please add feature which set @error to non-zero values when using: …
4:07 PM Ticket #3095 (Resizing GUI Controls before showing GUI) updated by DutchCoder
Perfect. As for me this issue can be ignored as a bug.
3:51 PM Ticket #3097 (AutoIt crash with Objects) updated by mLipok
it looks similar to this: https://www.autoitscript.com/trac/autoit/ticket/2541
3:48 PM Ticket #3097 (AutoIt crash with Objects) created by mLipok
Here is repro script: […] Exit code: […]
12:20 PM Ticket #3096 (Confusing error message when initializing default argument with ...) updated by Bo-Cheng Jhan
Replying to Jpm: > If you use Scite which launch by default AU3Check you get the right line Oh, yes. But I'm used to editting scripts in Notepad and run it by clicking au3 files. BTW, the compiled exe reports the same wrong line number (line 1).
12:11 PM Ticket #3095 (Resizing GUI Controls before showing GUI) updated by J-Paul Mesnage
In fact there is a Note on this subject in GUICreate() […] perhaps it could be good to duplicate it on GUISetState() and GUICtrlSetResizing()
11:56 AM Ticket #3096 (Confusing error message when initializing default argument with ...) updated by J-Paul Mesnage
If you use Scite which launch by default AU3Check you get the right line
11:37 AM Ticket #3096 (Confusing error message when initializing default argument with ...) created by Bo-Cheng Jhan
On this example: ; Begin of test.au3 test(1) Func test($x, $y = $z) …
9:04 AM Ticket #3095 (Resizing GUI Controls before showing GUI) updated by guinness
Please pay attention to how you append code to a ticket. I have amended your ticket this time.
9:03 AM Ticket #3095 (Resizing GUI Controls before showing GUI) updated by guinness
Description changed
8:55 AM Ticket #3095 (Resizing GUI Controls before showing GUI) created by DutchCoder
A little change detected in Window handling since 3.3.12.0 ReSizing …

Jul 26, 2015:

8:25 PM Ticket #3094 (_ArrayDisplay bug with Range "N:") closed by Melba23
Fixed: Fixed by revision [11447] in version: 3.3.15.1
3:17 PM Ticket #3094 (_ArrayDisplay bug with Range "N:") created by jchd18
When the range parameter is in the form "N:" (rows N to end) the …
7:00 AM Ticket #3093 (_FileWriteToLine() option to create a new line if it doesn't exist) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
6:35 AM Ticket #3093 (_FileWriteToLine() option to create a new line if it doesn't exist) created by guinness
Add a parameter to create a new line even if it's out of bounds.

Jul 24, 2015:

5:00 PM Ticket #3092 (Inconsistent default style of Updown control) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
4:11 PM Ticket #3092 (Inconsistent default style of Updown control) updated by guinness
Milestone changed
$GUI_SS_DEFAULT_UPDOWN is basically an alias for $UDS_ALIGNRIGHT, though I changed it for clarity.
4:11 PM Ticket #3092 (Inconsistent default style of Updown control) closed by guinness
Fixed: Fixed by revision [11443] in version: 3.3.15.1
4:09 PM Ticket #3092 (Inconsistent default style of Updown control) updated by guinness
Component changed
11:31 AM Ticket #3092 (Inconsistent default style of Updown control) created by school510587@…
The default style of Updown control is "default (-1) : …
8:51 AM Ticket #3091 (_WinAPI_RegQueryValue never returns the buffer size on ERROR_MORE_DATA ...) updated by guinness
Component changed

Jul 23, 2015:

9:34 PM Ticket #3091 (_WinAPI_RegQueryValue never returns the buffer size on ERROR_MORE_DATA ...) updated by jguinch
sorry for the mess, component should be Standard UDFs rather than Autoit
3:40 PM Ticket #3091 (_WinAPI_RegQueryValue never returns the buffer size on ERROR_MORE_DATA ...) created by jguinch
When the buffer size in not large enough, the function is supposed to …

Jul 22, 2015:

5:41 PM Ticket #3090 (Cascading submenus as an option) closed by Jos
Rejected: I am using the Standard SciTE release maintained by Neil Hodgson, with only a few modifications for my version, so will no work on SciTE 's core functionality. You could submit your request on the official SciTE Website. Jos
5:07 PM Ticket #3090 (Cascading submenus as an option) created by surettcharles@…
In the editor I've noticed that the options and tools menus overflow …
4:59 PM Cascading menu.png attached to Ticket #3089 by surettcharles@…
What a cascading menu is
4:55 PM Ticket #3089 (Add cascading menus for contex menu intigration) created by surettcharles@…
I have noticed that right clicking on a script provides too many menu …

Jul 21, 2015:

5:15 PM Ticket #3088 (ie.au3 readystate enums) created by mLipok
Please add this to ie.au3 […]

Jul 19, 2015:

10:49 AM Ticket #3078 (bug in _ArrayUnique) closed by Melba23
Completed: Changed by revision [11433] in version: 3.3.15.1
10:38 AM wzor.rtf attached to Ticket #3087 by mLipok
10:37 AM Ticket #3087 (UTF problem with _GUICtrlRichEdit_StreamFromFile in 3.3.14.0) created by mLipok
Disscusion here: …
9:39 AM Ticket #3085 (wrong examples) updated by guinness
I have fixed the first part but not your second. I will leave it here for people to comment on the best course of action.
9:27 AM Ticket #3086 (spelling mistake) closed by guinness
Fixed: Fixed by revision [11430] in version: 3.3.15.1

Jul 18, 2015:

9:00 PM Ticket #3086 (spelling mistake) created by Tweaky
examples: _Excel_ColumnToNumber _Excel_ColumnToLetter colunm >>> column
8:18 PM Ticket #3085 (wrong examples) created by Tweaky
Hi, the examples of the two functions are swap _Excel_ColumnToLetter / …

Jul 17, 2015:

4:27 PM Ticket #3078 (bug in _ArrayUnique) updated by guinness
I stand corrected, sorry
4:27 PM Ticket #3078 (bug in _ArrayUnique) reopened by guinness
4:17 PM Ticket #3078 (bug in _ArrayUnique) updated by guinness
I am not able to reproduce it with the reproducer above, so I a, suggesting you ensure the array UDF has the same version number as to the AutoIt version. Related: https://www.autoitscript.com/forum/topic/174055-_arrayunique-failing-for-some-reason
10:00 AM Ticket #3080 (ArraySwap: Parameters clarification) updated by guinness
Instinctively one thinks geometrically: horizontal (X) axis and then vertical (Y) axis. This is not, however, the case with a 2D array, rows come first and then columns. Source: http://stackoverflow.com/a/11641986 I am of the same opinion too. This is why I rejected the request.
8:41 AM Ticket #3083 (Release <> Beta -- Installer) updated by mLipok
I think before I did not all is well described. The following step by step, guide. I think now it will be more clear about what I mean. When you try to install 3.3.14.0 then you get this kind of messages: […] So I click Uninstall and then popup this message: […] And now you must do it manually - I mean uninstall beta. So why here you can not just turn up the statement and question: for example. […] And of course after confirmation it will do what I requested: "Please add new feature to Release installer to be able also automatically unistall existing Beta." Please reconsider this request.

Jul 16, 2015:

9:44 PM Ticket #3074 (Regwrite can't write a big lenght in binary.) updated by sliding4living@…
Thank you it's really useful and I solved my problem with this help. Scite AutoIt seems to manage until 4095 characters for each line.
6:26 PM Ticket #3078 (bug in _ArrayUnique) updated by anonymous
As addition - problem is - my array is 2D, so string like […] immediately and reasonable cause error. Am I right?
5:29 PM Ticket #3078 (bug in _ArrayUnique) updated by anonymous
Why?? I just have clean install of 3.3.14.0 and bug is still crush script... Or you saying UDFs is not updated in this process? […]
4:35 PM Ticket #3084 (Fix file examples by replacing the FileCreate() function) closed by guinness
Duplicate: Whoops, seems I did something like this in rev 10523.
2:57 PM Ticket #3083 (Release <> Beta -- Installer) closed by Jos
Rejected
2:57 PM Ticket #3083 (Release <> Beta -- Installer) updated by Jos
I don't think we should uninstall a Beta automatically when a new production version is released. People may want to compare and, like in the current situation, Beta contains extra functionality which was not yet enabled in the Production version, so just leave the Beta version there till the next Beta version is released. Jos
1:24 PM Ticket #3084 (Fix file examples by replacing the FileCreate() function) created by guinness
https://www.autoitscript.com/forum/topic/173974-please-explain-code-use

Jul 15, 2015:

5:03 PM Ticket #3064 (Ping timeout is longer than set by par2) closed by guinness
No Bug: Look here and search for Minimum timeout in the document. I am closing and no bug and will not document in our help file, as this is undocumented by Microsoft.
5:00 PM Ticket #3079 (_StringInsert(): add Remark for clarity) closed by guinness
Fixed: Fixed by revision [11419] in version: 3.3.15.1
4:52 PM Ticket #3078 (bug in _ArrayUnique) closed by guinness
No Bug: Please ensure you have upgraded the UDFs as well
4:47 PM Ticket #3081 (Re-wording of $WS_EX_MDICHILD in GUICreate()) closed by guinness
Fixed: Fixed by revision [11418] in version: 3.3.15.1
3:00 PM Ticket #3064 (Ping timeout is longer than set by par2) updated by RichardL
I don't know where IcmpSendEcho is, I've tried it on Windows XP and 7 it's the same.
12:00 PM Ticket #3083 (Release <> Beta -- Installer) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
11:53 AM Ticket #3083 (Release <> Beta -- Installer) created by mLipok
When I try to install new Release version then I must unistall old one …
10:46 AM Ticket #3080 (ArraySwap: Parameters clarification) closed by guinness
Rejected
10:45 AM Ticket #3082 (State that @extended can be only a interger in SetExtended documentation) closed by guinness
Rejected: It's already stated in the parameters section Code: "The required value (integer) to set into the @extended macro."
10:33 AM Ticket #3082 (State that @extended can be only a interger in SetExtended documentation) created by TheDcoder
State that @extended can only be a integer in the doc page for …
8:20 AM Ticket #3078 (bug in _ArrayUnique) updated by guinness
I am not seeing the bug
8:17 AM Ticket #3081 (Re-wording of $WS_EX_MDICHILD in GUICreate()) created by guinness
See >> …

Jul 14, 2015:

8:54 PM Ticket #3080 (ArraySwap: Parameters clarification) created by c.haslam
Existing: $iStart [optional] Index in row/column to start swap (2D …
8:44 PM Ticket #3079 (_StringInsert(): add Remark for clarity) created by c.haslam
As the help is now, it is not clear whether the string is inserted …
7:53 PM Ticket #3078 (bug in _ArrayUnique) created by anonymous
[…] reproduser: […]
5:25 PM Ticket #3077 (Update online beta documentation) closed by J-Paul Mesnage
Fixed: Fixed
4:26 PM Ticket #3077 (Update online beta documentation) created by TheDcoder
Update online beta documentation here: …
4:15 PM Ticket #3076 (Track Default Au3 Version) closed by guinness
Fixed: Thanks
4:00 PM Ticket #3076 (Track Default Au3 Version) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:27 PM Ticket #3076 (Track Default Au3 Version) created by mLipok
Track Default Au3 Version is still set to 3.3.12.0 Please set it to …
3:22 PM Milestone 3.3.15.0 completed
2:35 PM Ticket #3075 (_WinAPI_WaitForSingleObject - TimeOut parameters description) closed by J-Paul Mesnage
Fixed: Fixed by revision [11413] in version: 3.3.15.0
2:28 PM Ticket #3074 (Regwrite can't write a big lenght in binary.) closed by J-Paul Mesnage
No Bug: In fact you can but the max input length seems to limit you. Just split the Hex value in smaller piece and use the concatenation. Binary("0x..." & _ "..." & _ ... "...")
1:32 PM Ticket #3075 (_WinAPI_WaitForSingleObject - TimeOut parameters description) created by mLipok
in _WinAPI_WaitForSingleObject there is such a description: […] …
12:04 PM Ticket #2892 (GUICtrlSetData on dummy control - AutoIt bug or Document Incorrect?) closed by Jon
Fixed: Fixed by revision [11411] in version: 3.3.15.0
12:02 PM Ticket #2869 (GUICtrlSetTip displays wrong tip message in child GUI when tabs used ...) closed by Jon
Fixed: Fixed by revision [11410] in version: 3.3.15.0
11:59 AM Ticket #2916 (GUISetCoord() and GUICtrlCreatePic()) closed by Jon
Fixed: Fixed by revision [11409] in version: 3.3.15.0
11:57 AM Ticket #2945 (Center and right justified text broken on native buttons when colours set) closed by Jon
Fixed: Fixed by revision [11408] in version: 3.3.15.0
11:51 AM Ticket #2899 (WinGetHandle("LAST") : document unclear and @error bug) closed by Jon
Fixed: Fixed by revision [11407] in version: 3.3.15.0
11:47 AM Ticket #3009 (MouseGetCursor for HAND) closed by Jon
Fixed: Fixed by revision [11406] in version: 3.3.15.0
11:25 AM Ticket #3074 (Regwrite can't write a big lenght in binary.) updated by sliding4living@…
All will be Ok with a regwrite if I write from a regread but I can't give manually a very big binary string
11:18 AM Ticket #3074 (Regwrite can't write a big lenght in binary.) created by sliding4living@…
Regwrite can't write a very big lenght in binary. I want to …
11:09 AM Ticket #2997 (Bug in PCRE) closed by Jon
Fixed: Fixed by revision [11405] in version: 3.3.15.0
2:04 AM Ticket #2997 (Bug in PCRE) updated by jchd18
Version, Summary changed

Jul 13, 2015:

7:44 PM Ticket #3072 (AutoIt3Help.exe crash at begining of script) closed by Jos
Fixed: Fixed by revision [11399] in version: 3.3.15.0
7:39 PM Ticket #3072 (AutoIt3Help.exe crash at begining of script) updated by Jos
Status changed
4:33 PM Ticket #2997 (Bug in PCRE) updated by J-Paul Mesnage
I confirm 8.37 is solving the pb
3:12 PM Ticket #3071 (4th example in Random() can be removed) closed by guinness
Completed: Removed by revision [11395] in version: 3.3.15.0
11:14 AM Ticket #3072 (AutoIt3Help.exe crash at begining of script) updated by mLipok
Sorry .. Just now I found this is related to using CTRLF+F1 on #AutoIt3Wrapper_Au3Check_Parameters directive regardles of which line is it.
11:11 AM Ticket #3072 (AutoIt3Help.exe crash at begining of script) created by mLipok
At top of my script I have: […] When I try to use CTRL+F1 in …
10:29 AM Ticket #2997 (Bug in PCRE) updated by jchd18
I notice that the last release (3.3.14.0) dated 2015-07-10 uses PCRE v8.35 (dated 2014-04-04) instead of the last available version, 8.37 dated 2015-04-28. This explains why the bug in this "ticket" (rather a notice) can still show.
9:47 AM Ticket #3071 (4th example in Random() can be removed) created by guinness
As now the value will be returned without @error being set

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.
Note: See TracTimeline for information about the timeline view.