Modify ↓
#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:2 by , on Jan 30, 2008 at 7:07:19 AM
| Component: | AutoIt → SciTE4AutoIt |
|---|---|
| Owner: | set to |
comment:3 by , on Jan 30, 2008 at 8:59:06 AM
This one is introduced in v1.54.12.0 of au3check, which check for invalid stuff on a #include<> line....
Will check.
comment:4 by , on Jan 30, 2008 at 9:53:28 AM
| Milestone: | → 3.2.11.1 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Fixed in version: 3.2.11.1
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?