Modify ↓
Opened 15 years ago
Closed 14 years ago
#1790 closed Bug (Fixed)
au3.api, AutoItSetOption, Optional indicator.
| Reported by: | mvg | Owned by: | Valik |
|---|---|---|---|
| Milestone: | 3.3.7.16 | Component: | SciTE4AutoIt |
| Version: | Other | Severity: | None |
| Keywords: | api AutoItSetOption | Cc: |
Description
Missing optional indicators for second parameter for AutoItSetOption() and Opt() function's in au3.api
current:
AutoItSetOption ( "...", param ) ... Opt ( "...", param ) ...
envisioned:
AutoItSetOption ( "..." [, param ] ) ... Opt ( "..." [, param ] ) ...
Attachments (1)
Change History (4)
by , 15 years ago
comment:2 by , 15 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
This is all auto-generated by the "AutoIt Extractor.au3" script.
Reassigning it to Valik.
Jos
comment:3 by , 14 years ago
| Milestone: | → 3.3.7.16 |
|---|---|
| Resolution: | → Fixed |
| Status: | assigned → closed |
Fixed by revision [6212] in version: 3.3.7.16
Note:
See TracTickets
for help on using tickets.

edited lines only