Modify ↓
Opened 16 years ago
Closed 16 years ago
#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 Changed 16 years ago by Jos
- Component changed from SciTE4AutoIt to Other
- Milestone set to Future Release
- Status changed from new to assigned
comment:2 Changed 16 years ago by Jos
- Status changed from assigned to accepted
comment:3 Changed 16 years ago by TicketCleanup
- Milestone Future Release deleted
Automatic ticket cleanup.
comment:4 Changed 16 years ago by Jos
- Milestone set to 3.2.13.8
- Resolution set to Fixed
- Status changed from accepted to closed
Fixed in version: 3.2.13.8
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.
I will look into this false warning when a path contains a single quote.