Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#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 Valik, 18 years ago

Resolution: wontfix
Status: newclosed

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.

comment:2 by Valik, 18 years ago

That should, of course, read "I agree that it is NOT ideal".

comment:3 by TicketCleanup, 18 years ago

Version: Other

Automatic ticket cleanup.

Modify Ticket

Action
as closed The owner will remain Jos.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.