Modify ↓
#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 13 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
comment:2 in reply to: ↑ description Changed 13 years ago by Jos
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
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.
Note: See
TracTickets for help on using
tickets.
Fixed by revision [6583] in version: 3.3.9.0