Custom Query (3917 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (349 - 351 of 3917)

Ticket Resolution Summary Owner Reporter
#3986 Fixed Au3Check allows chars after ContinueCase but runtime triggers error Jos genius257
Description

The following code passes with no warnings or errors with Au3Check, but triggers AutoIt error during runtime:

Switch 1
    Case 1
        Switch 2
            Case 2
                ContinueCase 2
            Case 3
        EndSwitch
    Case 2
EndSwitch
#2547 Fixed Au3Check and HelpFile mlipok
Description

Please add a new info in HelpFile in "INDEX"

Description of what I mean: Iam in SciTe pressing F1 HelpFile appears changing to tab INDEX and here is nothing about Au3Check But in HelpFile there is a section named "AutoIt Syntax Checker (Au3Check)"

ps. please do the same (add them to INDEX tab) with: #forcedef #forceref

#2091 Rejected Au3Check and non-ANSI files Jos Valik
Description

Au3Check silently passes any non-ANSI file giving the illusion it has no errors. Au3Check should ideally handle files with any encoding but at worst it should complain about the encoding so the user knows their file might not be error-free.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.