Opened on Jan 8, 2008 at 5:05:48 PM
#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 , on Jan 8, 2008 at 5:08:07 PM
| Description: | modified (diff) |
|---|
comment:2 by , on Jan 30, 2008 at 4:22:20 AM
| Milestone: | Future Release |
|---|
comment:3 by , on Oct 30, 2008 at 2:42:08 AM
| Description: | modified (diff) |
|---|---|
| Severity: | → None |
follow-up: 6 comment:5 by , on Sep 14, 2009 at 7:07:56 PM
If somebody wanted to work on it, they would have volunteered by now.
comment:6 by , on Sep 15, 2009 at 10:42:30 AM
Okay, I try to coordinate(find) a volunteer.
http://www.autoitscript.com/forum/index.php?showtopic=102361
comment:8 by , on Dec 20, 2009 at 2:07:23 PM
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 , on Sep 12, 2011 at 7:34:21 PM
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 , on Oct 19, 2011 at 2:08:01 PM
Almost 4 years now. :-(
What about another try to skip support for old Windows and implement a new funtion?
comment:12 by , on Jul 21, 2013 at 11:32:31 PM
| 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