Commit | Date | |
---|---|---|
[r4177]
by
delphidabbler
Modified code that tidies up files after a save operation to delete any file that doesn't belong rather than just known deleted snippet files. This ensures that any legacy files are removed after the database is saved in current format. |
2013-12-09 23:07:22 | Tree |
[r4176]
by
delphidabbler
Updated with details of change in format used to store a snippet's RequiredModules property implemented at revision 4175. |
2013-12-09 20:51:36 | Tree |
[r4175]
by
delphidabbler
Changed type used when reading writing a snippet's RequiredModules property from a list of 32 bit sized strings to a list of 16 bit sized strings. |
2013-12-09 20:48:57 | Tree |
[r4174]
by
delphidabbler
Reimplemented code that reads and write a snippet's Tags property and properties with ISnippetIDList types. |
2013-12-09 20:38:07 | Tree |
[r4173]
by
delphidabbler
Added new IStringList.IsEmpty method and its implementation in TIStringList. |
2013-12-09 20:26:59 | Tree |
[r4172]
by
delphidabbler
Updated with details of change in format used to store a snippet's CompileResults property implemented at revision 4171. |
2013-12-09 20:10:28 | Tree |
[r4171]
by
delphidabbler
Changed format used to read/write a snippet's CompileResults property: a 16 bit sized string list containing the ID strings of compilers that can compile the snippet is immediately followed by a similar string list of ID strings of compilers that fail to compile the snippet. |
2013-12-09 20:06:47 | Tree |
[r4170]
by
delphidabbler
Added new methods to read and write lists of sized strings that are stored with both 16- and 32-bit length fields. |
2013-12-09 20:01:41 | Tree |
[r4169]
by
delphidabbler
Revised user config file re changes in ID string of Delphi 2005, 2006 and 2009 compilers in [Cmp:XXX] sub-sections and values in [FindCompiler] section. |
2013-12-09 17:37:44 | Tree |
[r4168]
by
delphidabbler
Renamed compiler ID strings for Delphi 2005, 2006 and 2009: removed "w32" suffix. NOTE: this change affects some section and key names in user config file. |
2013-12-09 17:29:16 | Tree |