Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 3866)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#1530 Works For Me {Abbrev-Expand} For1 , For0 doesn't working.. Jos ashalshaikh@…
Description

For1 , For0 doesn't not working.. SciTE Version 1.79

WinXp .

Thanks

#3618 Fixed x86 or x64 for $tagNMTVKEYDOWN pb align Jpm gilles@…
Description

when processing $TVN_KEYDOWN notification the structure $tagNMTVKEYDOWN does not properly set vKey under x64.

When changing $tagNMTVKEYDOWN definition, it is ok for both architecture, but Flags has an incorrect value on x86 architetcure. As the documentatio state that it is always 0, it should not be a problem, but I wasn't able to find how to fix it.

So change tagNMTVKEYDOWN from

Global Const $tagNMTVKEYDOWN = "align 1;" & $tagNMHDR & ";word VKey;uint Flags"

to

Global Const $tagNMTVKEYDOWN = $tagNMHDR & ";word VKey;uint Flags"

For example to reproduce see https://www.autoitscript.com/forum/topic/192326-an-event-for-treeview-checkbox-check/

It feels like equivalent to https://www.autoitscript.com/trac/autoit/ticket/1510 or https://www.autoitscript.com/trac/autoit/ticket/1479 or https://www.autoitscript.com/trac/autoit/ticket/1130

#1280 Fixed wrong lines in au3.api Valik Tweaky
Description

In the line 233 an following: AutoItSetOption ( "@@End@@", param ) AutoItSetOption ( "###Related###", param ) AutoItSetOption ( "Many.", param ) AutoItSetOption ( "###Example###", param ) AutoItSetOption ( "@@IncludeExample@@", param )

In the line 537 an following: Opt ( "@@End@@", param ) Opt ( "###Related###", param ) Opt ( "Many.", param ) Opt ( "###Example###", param ) Opt ( "@@IncludeExample@@", param )

I think you can delete these files

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.