Changes between Initial Version and Version 1 of Ticket #3868, comment 6
- Timestamp:
- 03/11/22 15:07:37 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3868, comment 6
initial v1 12 12 I will have a look at that one too, but it's a totally separate "bug" in the SciLexer source for au3. ;) 13 13 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.) 15 16 17 14 18 Groet, Jos