Modify ↓
Opened on Aug 8, 2008 at 8:03:26 AM
#504 closed Bug (Fixed)
"au3check" doesn't handle special characters properly
| Reported by: | ptrex | Owned by: | Jos |
|---|---|---|---|
| Milestone: | 3.2.13.8 | Component: | Other |
| Version: | 3.2.13.6 | Severity: | None |
| Keywords: | au3check | Cc: |
Description
When storing an include file, in a folder wich contains special characters, like this : c:\temp\UDF's
"au3check" doesn't handle special characters properly in SciTE.
#Include "c:\temp\UDF's\TEST.au3"
It will only accept :-> #Include "c:\temp\UDF\TEST.au3"
Attachments (0)
Change History (4)
comment:1 by , on Aug 8, 2008 at 9:30:07 AM
| Component: | SciTE4AutoIt → Other |
|---|---|
| Milestone: | → Future Release |
| Status: | new → assigned |
comment:2 by , on Aug 8, 2008 at 9:31:30 AM
| Status: | assigned → accepted |
|---|
comment:4 by , on Aug 10, 2008 at 1:06:17 PM
| Milestone: | → 3.2.13.8 |
|---|---|
| Resolution: | → Fixed |
| Status: | accepted → closed |
Fixed in version: 3.2.13.8
Note:
See TracTickets
for help on using tickets.

I will look into this false warning when a path contains a single quote.