Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 3866)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#2055 Fixed Convert UDF's to struct* type AdmiralAlkex AdmiralAlkex
Description

Just a reminder for myself.

#574 Fixed Problem with sending the Windows Key + L Valik Ainner
Description

I'm using the Novell client.

Send("#l")

This lock the workstation but the "l" key doesn't work anymore unless I press the windows key to unlock it.

I tested it with an older version of AutoIt and it work no problem.

#2941 Fixed Tidy doesn't find Then on a continuation line in a #Tidy_Off block AlanParry
Description

This :-

#Tidy_Parameters/pr=1 /prc=1 /uv=3 /tc=4 /scb /sefc /serc /ewnl

#Tidy_Off
Func Demo ()

    If  True Or _
        True Then
	Local $i = 1
    EndIf

EndFunc
#Tidy_On

causes ";### Tidy Error: If/ElseIf statement without a then.." on the If statement.

There is no error when not in the #Tidy_Off block.
There is no error if the If...Then is all on one line.
As far as I can tell, no other #Tidy_Parameters effect the behaviour, but I've shown you what I used anyway.

This is on Tidy version 14.801.1932.0 (August 2014)

Regards Alan Parry

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.