Opened 17 years ago
Closed 11 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 Valik)
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 Changed 17 years ago by Valik
- Description modified (diff)
comment:2 Changed 17 years ago by Valik
- Milestone Future Release deleted
comment:3 Changed 16 years ago by Valik
- Description modified (diff)
- Severity set to None
comment:4 Changed 15 years ago by Xenobiologist
comment:5 follow-up: ↓ 6 Changed 15 years ago by Valik
If somebody wanted to work on it, they would have volunteered by now.
comment:6 in reply to: ↑ 5 Changed 15 years ago by Xenobiologist
Okay, I try to coordinate(find) a volunteer.
http://www.autoitscript.com/forum/index.php?showtopic=102361
comment:7 Changed 15 years ago by Valik
A potential implementation found by wraithdu.
comment:8 Changed 15 years ago by PsaltyDS
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:9 Changed 15 years ago by skyteddy
Is there any solution in sight for the IniReadSection?
comment:10 Changed 13 years ago by DXRW4E
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 Changed 13 years ago by anonymous
Almost 4 years now. :-(
What about another try to skip support for old Windows and implement a new funtion?
comment:12 Changed 11 years ago by Jon
- Resolution set to Rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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