Modify ↓
Opened 17 years ago
Closed 17 years ago
#84 closed Bug (Fixed)
SciTE doing syntax checking in comments in certin instances
Reported by: | anonymous | Owned by: | Jos |
---|---|---|---|
Milestone: | 3.2.11.1 | Component: | SciTE4AutoIt |
Version: | 3.2.11.0 | Severity: | |
Keywords: | Cc: |
Description
this...
#include <File.au3> ; used for file operations, such as 'FileCreate'
returns this in console...
ERROR: illegal characters after #include statement
the problem is the single quote(s), but only in certain instances.
this is fine:
; RUN 'Msg_AncPath' GUI
Attachments (0)
Change History (4)
comment:1 Changed 17 years ago by Valik
comment:2 Changed 17 years ago by Valik
- Component changed from AutoIt to SciTE4AutoIt
- Owner set to Jos
comment:3 Changed 17 years ago by Jos
This one is introduced in v1.54.12.0 of au3check, which check for invalid stuff on a #include<> line....
Will check.
comment:4 Changed 17 years ago by Jos
- Milestone set to 3.2.11.1
- Resolution set to fixed
- Status changed from new to closed
Fixed in version: 3.2.11.1
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
SciTE doesn't do any checking. Please become familiar with your toolset. I'm *guessing* you mean Au3Check?