Modify ↓
Opened on Jan 30, 2008 at 5:45:19 AM
Closed on Jan 30, 2008 at 7:03:51 AM
Last modified on Feb 22, 2008 at 10:45:05 PM
#85 closed Bug (Wont Fix)
Scite, 'console' to 'source error line' jumping. (filename issue)
| Reported by: | M.v.Gulik | Owned by: | Jos |
|---|---|---|---|
| Milestone: | Component: | SciTE4AutoIt | |
| Version: | Other | Severity: | |
| Keywords: | scite console filename | Cc: |
Description
A filename or path with '('...')' text,
virtually disables the 'console error message' to 'source error line' jumping feature in scite4autoit.
Scite4AutoIt v2008.01.26
(AutoIt v3.2.10.0/v3.2.11.0, WinXp-Pro-sp2)
;; filename: 'File with () bug.au3'
Opt("MustDeclareVars", 1)
$True = True
$False = False
Attachments (0)
Change History (3)
comment:1 by , on Jan 30, 2008 at 7:03:51 AM
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
comment:2 by , on Jan 30, 2008 at 7:04:55 AM
That should, of course, read "I agree that it is NOT ideal".
Note:
See TracTickets
for help on using tickets.

This is not a bug and even if it was there's nothing we could do about it anyway since we don't maintain SciTE. What happens is the lexer is confused by the unexpected () in the path-name and thinks it's a line number or some other token it recognizes. The simple solution is, don't use files with () in the name.
Resolving as wontfix since I agree that it is ideal but also I know we can't fix it and that it's highly unlikely the SciTE maintainer will fix it.