Modify ↓
Opened on Dec 28, 2011 at 8:04:16 PM
Closed on Dec 29, 2011 at 2:55:28 PM
Last modified on Dec 29, 2011 at 2:59:25 PM
#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 , on Dec 29, 2011 at 2:55:28 PM
| Milestone: | → 3.3.9.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
comment:2 by , on Dec 29, 2011 at 2:59:25 PM
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
Note:
See TracTickets
for help on using tickets.

Fixed by revision [6583] in version: 3.3.9.0