Timeline
Jun 30, 2020:
- 11:52 PM Ticket #3680 (Improve _ArrayBinarySearch function) closed by
- Rejected
- 11:50 PM Ticket #3629 (Line Number in Arraydisplay) closed by
- Works For Me
- 6:41 PM Ticket #3769 (automatic user UDFs and/or all included files calltips parsing) closed by
- Rejected: I am looking forward to your/a implementation for this to be included in SciTE4AutoIt3, but I won't be working on it. Jos
- 6:00 PM Ticket #3769 (automatic user UDFs and/or all included files calltips parsing) created by
- it will be nice if SciTE would parse all included files in the current …
- 11:35 AM Ticket #3106 (StringIsFloat doesn't accept a valid FP exponent) updated by
- I did a fix I propose it to Jon
Jun 27, 2020:
- 1:31 PM Ticket #3106 (StringIsFloat doesn't accept a valid FP exponent) updated by
-
Version, Type changed
- 1:10 PM Ticket #2987 (support PCRE case escape sequences) closed by
- Rejected: PCRE still doesn't support these Perlisms, so it's extremely unlikely that AutoIt will ever implement them. Also please note that the replace part isn't a pattern: only $1, $2, $3, ... (or \1, \2, \3, ...) are recognized there. Closing as "rejected".
- 1:00 PM Ticket #3768 (Extend bitwise operations to 64-bit values) updated by
-
Version changed
Automatic ticket cleanup. - 12:56 PM Ticket #3768 (Extend bitwise operations to 64-bit values) created by
- Current bitwise core functions are limited to 32-bit values, which is …
- 11:24 AM Ticket #3165 (Call() function called with an empty array results in APPCRASH) closed by
- Fixed: Current release/beta versions of AutoIt work as intended. […] correctly shows 3
- 11:10 AM Ticket #3137 (FileRead() treats count parameter as bytes instead of characters for ...) closed by
- Fixed: Current release/beta versions of AutoIt work correctly; the "repro" code is wrong. This simple code […] correctly yields 9 3 since '€' uses 3 bytes in UTF8.
- 10:23 AM Ticket #3767 (Defer keyword) created by
- Why not a Defer keyword for the AutoIt language? Just like …
- 9:26 AM Ticket #3723 (Odd problem with _GUICtrlRichEdit_ReplaceText) closed by
- Rejected: as no repro script was attached I close it unknown
Jun 26, 2020:
- 5:15 PM Ticket #3765 (_FileWriteLog) closed by
- Fixed: Fixed by revision [12351] in version: 3.3.15.4
- 3:39 PM Ticket #3696 (Func _ArrayFromString($s, $sDelim_Col = "|", $sDelim_Row = @CRLF, ...) closed by
- Completed: Added by revision [12350] in version: 3.3.15.4
Jun 24, 2020:
- 4:33 PM Ticket #3696 (Func _ArrayFromString($s, $sDelim_Col = "|", $sDelim_Row = @CRLF, ...) updated by
- ..added $iStripWS option […]
- 4:15 PM Ticket #3695 (Func _SQLite_Display2DResult($aResult, $iCellWidth = 0, $bReturn = ...) updated by
- ..there was a missing Default(s), so I added them all. ..and other tweaks. […]
Jun 20, 2020:
- 4:10 AM Ticket #3696 (Func _ArrayFromString($s, $sDelim_Col = "|", $sDelim_Row = @CRLF, ...) updated by
- this code should be ready to include ( unlike the prior posts ) […]
Jun 14, 2020:
- 10:45 PM Ticket #3547 (@ErrorStdOut or $ErrorStdOut for /ErrorStdOut) updated by
- ...and now that I think of it, the @ScriptLineNumber is not part of the information available on the OnAutoItExitRegister() function. =(
- 10:22 PM Ticket #3547 (@ErrorStdOut or $ErrorStdOut for /ErrorStdOut) updated by
- lol, thanks. I should have read more carefully before coding this: […] You are really attentive. Thanks Jpm.
Jun 12, 2020:
- 2:12 PM Ticket #3765 (_FileWriteLog) updated by
- As when using Handle it will be needed to override the opening mode, I prefer to change the doc to explain that with handle the $iFlag is ignored and so only apending will occurs
Jun 9, 2020:
- 6:00 AM Ticket #3766 (@IncludeScriptFullPath and @IncludeScriptName) updated by
-
Version changed
Automatic ticket cleanup. - 5:00 AM Ticket #3766 (@IncludeScriptFullPath and @IncludeScriptName) created by
- @ScriptLineNumber knows the #include. I can write Func this($var = …
Jun 7, 2020:
- 6:38 PM Ticket #3765 (_FileWriteLog) created by
- $iFlag value does not work when $sLogPath = a file handle returned …
- 12:51 PM Ticket #1663 (Au3Recorder x64 does not work on x64 machines.) updated by
- <snip>
Jun 4, 2020:
- 8:58 PM Ticket #3648 (_ISPressed not working with "GUI_WS_EX_PARENTDRAG") closed by
- No Bug
- 6:38 PM Ticket #3648 (_ISPressed not working with "GUI_WS_EX_PARENTDRAG") updated by
-
Owner changed
The problem is that your picture control covers the entire GUI and needs to be active for the PARENTDRAG functionality to work. But if it is active then AutoIt eats the mouseclick as a return from the pic control. Disabling the control allows the MouseGetPos to work, but then the PARENTDRAG does not. No bug - just the standard AutoIt "overlapping control" behaviour. M23
Jun 3, 2020:
- 4:43 PM Ticket #3547 (@ErrorStdOut or $ErrorStdOut for /ErrorStdOut) updated by
- I fixed the doc for "SetExitCode" option and I introduce 2 Functions to format th @ExitCode and the @ExitLethod The best I can do without having Jon change the AutoIt code Cheers
- 4:36 PM Ticket #3547 (@ErrorStdOut or $ErrorStdOut for /ErrorStdOut) closed by
- Completed: Added by revision [12345] in version: 3.3.15.4
- 7:04 AM Ticket #3764 (ConsoleWrite binary mode) updated by
- BinaryToString is not a good solution, it would corrupt binary data, also for some reason, this prints absolutely nothing: ConsoleWrite(BinaryToString(Chr(0) & "ABCDEFG")); - absolutely nothing will be printed, but even if it was printed, a conversion to something non-binary would cause data corruption lets take a more complex, and real, example: trying to implement the Unix Cat program in AutoIt ( https://en.wikipedia.org/wiki/Cat_(Unix) ), a program available on all Linux and MacOS systems, but not shipped with Windows, a simple implementation would probably look something like: […] but this script would fail to cat any files with NULL bytes in them, and if you did ConsoleWrite(BinaryToString(FileRead($cmdLine[$i]))); , then it would *corrupt* binary files, wouldn't it?
Jun 2, 2020:
- 2:04 PM Ticket #3547 (@ErrorStdOut or $ErrorStdOut for /ErrorStdOut) updated by
- In fact the Opt() is Opt("SetExitCode", 1) not documented in the Help, just included in the Web doc.
- 1:14 PM Ticket #3764 (ConsoleWrite binary mode) closed by
- Rejected: If you know your parameter to ConsolWrite is a binary just use ConsolWrite(BinaryToString($Data)) we will not Change the ConsoleWrite for such easy handling of Binary if needed Cheers
Note:
See TracTimeline
for information about the timeline view.
