Modify ↓
#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)
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.