3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a numbering scheme to the table of contents. Added VB.NET examples for most code samples. More... almost 20 years ago
Added some conditional compilation code so it will work with the .NET Compact Framework. More... almost 20 years ago
Changed the XmlConfigSource constructor code to use XmlReader objects because of recent changes for the .NET Compact Framework. More... almost 20 years ago
Added some conditional compilation code so it will work with the .NET Compact Framework. There now is a constructor taking an XmlReader but not an IXPathNavigable (this breaks compatibility). More... almost 20 years ago
Added some conditional compilation code so it will work with the .NET Compact Framework and updated the version to 0.9.2. More... almost 20 years ago
GetArguments: Used different Array.Copy method override to make the class compatible with the .NET Compact Framework. More... almost 20 years ago
DuplicateSections: Tests overriding duplicate sections. DuplicateKeys: Tests overriding duplicate keys. More... almost 20 years ago
KeysWithSameName: Duplicate keys no longer cause an exception. SectionsWithSameName: Duplicate sections no longer cause an exception. GetAndSetDelimiters: New test for the get and set comment/assign methods. More... almost 20 years ago
Set the file line ending to a carriage return and a line feed ('\r\n') as per the standard. More... almost 20 years ago
Load: Now if a section with the same name exists it will be overridden. More... almost 20 years ago
GetCommentDelimiters, GetAssignDelimiters: Fixed a bug and made this class compatible with the .NET Compact Framework. ReadKey: No longer checks for duplicate keys. ReadSection: No longer checks for duplicate sections. More... almost 20 years ago
Added 0.9.1 changelog notes. More... almost 20 years ago
Changed the product position. More... almost 20 years ago
Added the "Using Nini Effectively" section to the manual. More... almost 20 years ago
Added some notes about xCHM, the Unix CHM file viewer. More... almost 20 years ago
Change log file for the entire Nini project. More... about 20 years ago
Added documentation about the IList methods and properties. More... about 20 years ago
Added documentation for the GetValues method. More... about 20 years ago
Added documentation about the new Reload method. More... about 20 years ago
Updated version number to 0.9.1. More... about 20 years ago
Reload: New test for the Reload method. More... about 20 years ago
Reload: New method to reload a previously loaded source. More... about 20 years ago
GetValues: New method that returns all key values. More... about 20 years ago
GetValues: New method that returns all key values. Remove: Fixed bug. Remove was not working at all. GetBooleanAlias: Now returns better error message. More... about 20 years ago
Class now implements IList interface: IsFixedSize, IsReadOnly, RemoveAt, Clear, Contains, IndexOf, Insert. More... about 20 years ago
Message: Made the line and position text slightly easier to read. More... about 20 years ago
Added document for the Get and Set of comment and assign delimiters. More... about 20 years ago
Added the documentation for the empty constructor and the overloaded ToString method. More... about 20 years ago
GetBooleanSpace: Test for case-sensitivity and space in between characters. RemoveNonExistingKey: Test for removing a non-existing key. More... about 20 years ago
Remove: Now only attempts to remove a key if it exists in the collection. More... about 20 years ago