Opened on May 16, 2022 at 10:31:17 PM
Closed on May 17, 2022 at 2:05:44 PM
Last modified on May 18, 2022 at 8:00:46 PM
#3885 closed Bug (Fixed)
SciTe - Save As - Dropdown empty
| Reported by: | anonymous | Owned by: | Jon |
|---|---|---|---|
| Milestone: | 3.3.16.1 | Component: | SciTE4AutoIt |
| Version: | 3.3.16.0 | Severity: | None |
| Keywords: | Cc: |
Description
When trying to save the script in SciTE to a file the dropdown of the possible file types/extensions is empty in version v3.3.16.0.
It work perfectly in v3.3.14.5.
Attachments (1)
Change History (5)
by , on May 16, 2022 at 10:32:18 PM
| Attachment: | 2022-05-16 23_14_49-autoit-v3.jpg added |
|---|
comment:1 by , on May 17, 2022 at 11:00:23 AM
| Status: | new → assigned |
|---|
comment:2 by , on May 17, 2022 at 2:05:44 PM
| Milestone: | → 3.3.15.6 |
|---|---|
| Resolution: | → Fixed |
| Status: | assigned → closed |
Fixed by revision [12719] in version: 3.3.15.6
comment:3 by , on May 17, 2022 at 2:16:26 PM
This statement was missing in the embedded properties in the PE Header:
save.filter=$(open.filter)
Next version should be ok again, or you have these 2 options:
1: In SciTE open "Global properties" and save this line to it (you likely require to run that in Admin Mode!):
save.filter=$(open.filter)
2: use reshacker to add that line in the current properties PE header item under line 143 like this:
open.filter=$(top.filters)$(list.filters) save.filter=$(open.filter)
comment:4 by , on May 18, 2022 at 8:00:46 PM
| Milestone: | 3.3.15.6 → 3.3.16.1 |
|---|---|
| Owner: | changed from to |
Fixed by revision [12721] in version: 3.3.16.1

Confirmed... will check what the reason is.