Timeline



Aug 1, 2021:

10:01 PM Ticket #3847 (Type casting error in _WinAPI_MultiByteToWideChar) created by anonymous
This little example throws a fatal error. […] The …
8:54 PM Ticket #3846 (Undefined constants) updated by anonymous
Replying to KaFu: > $LVKF_ALT = 0x0001 > $LVKF_CONTROL = 0x0002 > $LVKF_SHIFT = 0x0004 I don’t know what you meant by that. Nothing prevents me from defining them myself. But if they are used in the documentation, they must be defined in *Constants.au3

Jul 31, 2021:

12:03 PM Ticket #3846 (Undefined constants) updated by KaFu
$LVKF_ALT = 0x0001 $LVKF_CONTROL = 0x0002 $LVKF_SHIFT = 0x0004

Jul 29, 2021:

7:28 AM Ticket #3846 (Undefined constants) created by anonymous
The following constants are used in the documentation …

Jul 19, 2021:

8:32 AM Ticket #3845 (Hotkeys don't work) updated by Jos
It is not a matter of "not believing you", but rather I need the proper way to replicate the issue and understand what you are doing before anything else. So again: Post a new topic in Autoit3 Support and post the issue you have with all required script(s) code for others to be able to replicate this issue.... #end of discussing here#

Jul 18, 2021:

6:13 PM Ticket #3845 (Hotkeys don't work) updated by anonymous
*Hotkeys that have printable characters.
6:11 PM Ticket #3845 (Hotkeys don't work) updated by anonymous
Clarification. For demonstration, I chose Ctrl + J combination and dummy file, but all hotkeys don't work and it doesn't depend on the file.
6:00 PM Ticket #3845 (Hotkeys don't work) updated by anonymous
I don't see the point in the discussion, but since you don't believe me, I can demonstrate this error. SciTE 4.4.6: Hotkeys bug Testing conducted in Windows Sandbox to rule out third-party software impact. The following languages have been tested: Arabic Russian Ukrainian Belorussian Changing the keyboard layout after launch does not solve the problem.
9:27 AM Ticket #3839 (User data in control) updated by anonymous
It's a shame, I thought it was pretty easy to implement. Since AutoIt associates an element with some kind of its object (for example, to store a color?), Then adding a property there and giving it a getter/setter is quite simple :(
9:02 AM Ticket #3839 (User data in control) closed by J-Paul Mesnage
Rejected: As you mention AutoIt use it to its own handling so the sharing is complicated so we will not add them Sorry but thanks for trying to improve AutoIt
8:45 AM Ticket #3845 (Hotkeys don't work) updated by Jos
Replying to anonymous: > I think you can reproduce the bug quite easily, I see no point in discussing it. Ok great ... guess we are done when that is all you can share.
8:32 AM Ticket #3844 (Right bracket does not register as a hotkey) updated by J-Paul Mesnage
Owner, Status changed
Thanks, Fix sent to Jon

Jul 17, 2021:

6:23 PM Ticket #3845 (Hotkeys don't work) updated by anonymous
I think you can reproduce the bug quite easily, I see no point in discussing it.
11:44 AM Ticket #3845 (Hotkeys don't work) closed by Jos
No Bug: Please open a topic in the forum to discuss this as this is far from a complete bug-report and would need way more information to understand your issue, which is a lot easier to discuss in the forum. Jos

Jul 16, 2021:

5:24 PM Ticket #3845 (Hotkeys don't work) created by anonymous
Hotkeys do not work when SciTE is launched with a non-english keyboard …
4:54 PM Ticket #3844 (Right bracket does not register as a hotkey) created by gemtoc
HotKeySet("{}}","CaptureKey") ; bug right brace does not register as a …
9:58 AM Ticket #3837 (StringFormat() number of replacements performed stored in the ...) closed by J-Paul Mesnage
Rejected

Jul 15, 2021:

3:08 PM Ticket #3843 (SciTE tool "Jump to Function Prod" unable to find function definition ...) closed by Jos
Fixed: I have made a change to AutoItGotoDefinition.lua, now available in the Beta directory, which is a little different than your proposal, but should also solve the issue. Thanks for the report. Jos

Jul 14, 2021:

7:26 PM Ticket #3843 (SciTE tool "Jump to Function Prod" unable to find function definition ...) created by anonymous
In the case where local files are included with "<>", SciTE tool "Jump …
3:10 PM Ticket #3841 (COM Error Handling) updated by kAnon
It's still inconvenient to work with arrays of objects. Why is the behavior different for an array cell and a regular variable?
2:28 PM Ticket #3841 (COM Error Handling) closed by J-Paul Mesnage
No Bug
2:24 PM Ticket #3842 (_ArrayToString() documented defaults confusing and arguably wrong) closed by J-Paul Mesnage
Fixed: Fixed by revision [12582] in version: 3.3.15.5
2:23 PM Ticket #3841 (COM Error Handling) updated by jchd18
The description is a little wrong: the issue arises only with an uninitialized variable in an array and TestComError applied to it. The following works correctly, which is a more real-world situation. Non-objects variables can't invoke a COM error handler by themselves, so that IFAIK only the TestComError method can make this minor problem show up. […]
12:24 PM Ticket #3836 (FileExists with trailing quotation mark) updated by J-Paul Mesnage
Owner, Status changed
Fix sent to Jon
11:12 AM Ticket #3842 (_ArrayToString() documented defaults confusing and arguably wrong) created by SteveJM
Purely in the hope of helping those who come after me: In the …
9:41 AM Ticket #3841 (COM Error Handling) created by kAnon
Error handler does not work with array elements. […] Console …
7:41 AM Ticket #3833 (_WinAPI_RegisterRawInputDevices and $iCount parameter) closed by J-Paul Mesnage
Fixed: Fixed by revision [12581] in version: 3.3.15.5

Jul 13, 2021:

8:25 PM Ticket #3830 (GUICtrlSetResizing and fullscreen mode) updated by kAnon
still strange behavior […]
7:59 PM Ticket #3830 (GUICtrlSetResizing and fullscreen mode) updated by kAnon
screenshot
7:58 PM Ticket #3830 (GUICtrlSetResizing and fullscreen mode) updated by kAnon
I don’t know English and almost don’t understand you (even with Google Translate), but with the extended style in full screen mode, the client area is calculated incorrectly […]
11:01 AM Ticket #3830 (GUICtrlSetResizing and fullscreen mode) updated by J-Paul Mesnage
Owner, Status changed
In fact if you use Maximised stated it works Any I did a small improvement for your test not using Extendedstyle = 0 which does not make sense to me. I sent the fix to Jon […]

Jul 12, 2021:

4:41 PM Ticket #3831 (GUICtrlSetPos and $GUI_DOCKHCENTER) updated by J-Paul Mesnage
Owner, Status changed
Thanks Fix sent to Jon

Jul 11, 2021:

11:14 AM Ticket #3835 (Replace constants with magic numbers) closed by J-Paul Mesnage
Fixed: Fixed by revision [12580] in version: 3.3.15.5
10:02 AM Ticket #3835 (Replace constants with magic numbers) updated by J-Paul Mesnage
Summary changed

Jul 10, 2021:

11:00 PM Ticket #3830 (GUICtrlSetResizing and fullscreen mode) updated by kAnon
Error reproduction
9:29 AM Ticket #3831 (GUICtrlSetPos and $GUI_DOCKHCENTER) updated by kAnon
Error reproduction

Jul 9, 2021:

10:46 PM Ticket #3840 (file path given does not selects properly) closed by Jos
No Bug: This is not a Feature request nor proper bug report, so visit our forums when you have questions! Jos
6:00 PM Ticket #3840 (file path given does not selects properly) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
5:01 PM Ticket #3840 (file path given does not selects properly) created by anonymous
When we want to select any file for uploading to attach a specific …

Jul 7, 2021:

1:00 PM Ticket #3839 (User data in control) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
12:50 PM Ticket #3839 (User data in control) created by anonymous
I suggest adding functions to associate data (of any type) with the …

Jul 6, 2021:

5:35 PM Ticket #3837 (StringFormat() number of replacements performed stored in the ...) updated by jchd18
I don't see the point: StringFormat formats exactly as many % specifications as the user provides and this is the minimum number of variables passed as arguments after the format.
12:03 PM Ticket #3838 (Bug with structure and dot-notation) updated by J-Paul Mesnage
Owner, Status changed
When I fix #2443 I solved it Does not seem to be related but it Works ... Fix already sent to Jon
12:31 AM Ticket #3838 (Bug with structure and dot-notation) created by Nine
#include <WinAPIDiag.au3> Local $tData = DllStructCreate("ushort …

Jul 5, 2021:

3:00 PM Ticket #3837 (StringFormat() number of replacements performed stored in the ...) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:23 PM Ticket #3837 (StringFormat() number of replacements performed stored in the ...) updated by mLipok
Description changed
2:21 PM Ticket #3837 (StringFormat() number of replacements performed stored in the ...) created by mLipok
I was thinking today about how to dermine how many (or if any) …

Jul 4, 2021:

7:25 AM Ticket #3836 (FileExists with trailing quotation mark) updated by therks@…
The following functions all behave similarly (ignoring the trailing quotation marks and returning valid results): FileGetAttrib, FileGetLongName, FileGetShortName, FileGetSize, FileGetTime FileGetVersion behaves expectedly, returning "0.0.0.0" […]
4:47 AM Ticket #3836 (FileExists with trailing quotation mark) created by therks@…
Mentioned here first: …
Note: See TracTimeline for information about the timeline view.