Changes between Version 1 and Version 2 of Ticket #3868, comment 6


Ignore:
Timestamp:
03/11/22 15:09:30 (3 years ago)
Author:
Jos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3868, comment 6

    v1 v2  
    1212I will have a look at that one too, but it's a totally separate "bug" in the SciLexer source for au3. ;)
    1313
    14 As for the variations of #RequireAdmin you listed: AutoIt3 just looks for the starting characters "#RequireAdmin" after removing the whitespace and doesn't consider any extra characters after it. That is the way Directives are implemented...  One per line at the start ( As far as I know.)
     14As for the variations of #RequireAdmin you listed: AutoIt3 just looks for the starting characters "#RequireAdmin" after removing the whitespace and doesn't consider any extra characters after it. That is the way Directives are implemented...  One Directive per line at the start.
    1515
    1616