Opened 18 years ago
Closed 13 years ago
#15 closed Feature Request (Rejected)
Rewrite INI functionality to remove limitations.
| Reported by: | Valik | Owned by: | Valik |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description (last modified by )
From forum thread here.
Summary: Rewrite all the INI functionality from scratch to by-pass all Windows limitations.
Ideas to consider. Consolidated list so I don't forget these things. No promises any of this will actually appear, it is nothing more than ideas.
- Escape characters (Presumably \n).
- Comment support. Hash # and semi-colon ; seem to be the conventions.
- Ticket #644 has ideas on better @error reporting.
Attachments (0)
Change History (12)
comment:1 by , 18 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 18 years ago
| Milestone: | Future Release |
|---|
comment:3 by , 17 years ago
| Description: | modified (diff) |
|---|---|
| Severity: | → None |
comment:4 by , 16 years ago
follow-up: 6 comment:5 by , 16 years ago
If somebody wanted to work on it, they would have volunteered by now.
comment:6 by , 16 years ago
Okay, I try to coordinate(find) a volunteer.
http://www.autoitscript.com/forum/index.php?showtopic=102361
comment:8 by , 16 years ago
Ref: Support topic: Array limited http://www.autoitscript.com/forum/index.php?showtopic=107138
This appears to be mostly fixed. I scripted a couple of demos working with >300KB ini file, and most things worked fine. The one that didn't work was IniReadSection() with huge individual sections.
comment:10 by , 14 years ago
setupapi and the official solution of the problem http://www.autoitscript.com/forum/topic/132507-request-udf-for-inf-file-processing-functions/page__fromsearch__1
comment:11 by , 14 years ago
Almost 4 years now. :-(
What about another try to skip support for old Windows and implement a new funtion?
comment:12 by , 13 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |

Hi,
this topic is so old, but still needed. I guess, Valik has enough more important stuff to do. So maybe this requirement could be delegated to somebody else?
Just a thought.
Mega