Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 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 Changed 12 years ago by Jos

  • Milestone set to 3.3.9.0
  • Owner set to Jos
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [6583] in version: 3.3.9.0

comment:2 in reply to: ↑ description Changed 12 years ago by Jos

Replying to anonymous:

I suppose this problem exists in SciTE4AutoIt, too.

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

Jos

Version 0, edited 12 years ago by Jos (next)

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.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jos.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.