Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#2079 closed Bug (Fixed)

Missing quotes in go-Commandline in SciTE

Reported by: anonymous Owned by: Jos
Milestone: 3.3.9.0 Component: AutoIt
Version: 3.3.8.0 Severity: None
Keywords: Cc:

Description

The version of SciTE deliviered with AutoIt v3.3.8.0 is missing some quotes in the embedded properties. This causes problems when autoit3dir contains spaces (as it is the case in "program files")

command.compile.*.au3=$(autoit3dir)\aut2exe\aut2exe.exe /in "$(FilePath)"
command.build.*.au3=$(autoit3dir)\aut2exe\aut2exe.exe /in "$(FilePath)"
command.go.*.au3=$(autoit3dir)\autoit3.exe "$(FilePath)"

corrected:

command.compile.*.au3="$(autoit3dir)\aut2exe\aut2exe.exe" /in "$(FilePath)"
command.build.*.au3="$(autoit3dir)\aut2exe\aut2exe.exe" /in "$(FilePath)"
command.go.*.au3="$(autoit3dir)\autoit3.exe" "$(FilePath)"

I suppose this problem exists in SciTE4AutoIt, too.

Attachments (0)

Change History (2)

comment:1 by Jos, 14 years ago

Milestone: 3.3.9.0
Owner: set to Jos
Resolution: Fixed
Status: newclosed

Fixed by revision [6583] in version: 3.3.9.0

in reply to:  description comment:2 by Jos, 14 years ago

Replying to anonymous:

I suppose this problem exists in SciTE4AutoIt, too.

I have updated the LITE version au3.properties with this change.
This is not an issue in the Full version of SciTE4Autoit3.

Jos

Last edited 14 years ago by Jos (previous) (diff)

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.