greenshot/GreenshotPlugin/IniFile
2012-09-09 13:53:53 +00:00
..
IniAttributes.cs Added the possibility to automatically encrypt/decrypt a configuration value by setting "Encrypted" in the ini to true. Also added a small OAuth example in the ImgurUtils, for later usage. 2012-09-09 13:53:53 +00:00
IniConfig.cs Fixed Bug #3553527, had changed a bit of logic for creating the ini-values to work as it supposed to but only changed the dictionary.add and forgot to change the dictionary.contains. This caused a key to be added twice. 2012-08-02 19:45:59 +00:00
IniReader.cs Refactoring the interop code to a separate project. Still need to add the interop DLL to the final exe... or maybe I want to use references inside the projects... 2012-03-06 17:43:23 +00:00
IniSection.cs Added the possibility to automatically encrypt/decrypt a configuration value by setting "Encrypted" in the ini to true. Also added a small OAuth example in the ImgurUtils, for later usage. 2012-09-09 13:53:53 +00:00
IniValue.cs Fix for .ini, where no newline was written when the value was null. 2012-08-15 11:17:02 +00:00