Commit | Date | |
---|---|---|
[r3143]
by
delphidabbler
Added new AddRange methods to TSortedList (and TSortedObjectList by inheritance) and added overloaded constructors that can create a new list containing a copy of an enumerable collection. |
2013-07-12 09:43:18 | Tree |
[r3142]
by
delphidabbler
Renamed various methods of TSWAGReader and modified calling code accordingly. |
2013-07-12 00:11:12 | Tree |
[r3141]
by
delphidabbler
Modified TSWAGReader to convert any web access related exceptions into more descriptive exceptions. |
2013-07-11 23:53:31 | Tree |
[r3140]
by
delphidabbler
Added menu item, action and supporting code to display the SWAG import wizard. |
2013-07-11 19:06:42 | Tree |
[r3139]
by
delphidabbler
Added new "SWAG Imports" reserved category. This is required by SWAG import code. |
2013-07-11 18:58:20 | Tree |
[r3138]
by
delphidabbler
Added support for importing snippets into user defined database from online SWAG database. This implements feature request #71 "Support importing of one or more snippets from the SWAG database" (https://sourceforge.net/p/codesnip/feature-requests/71/). |
2013-07-11 18:57:12 | Tree |
[r3137]
by
delphidabbler
Updated all code that uses TWaitDlg to use new TWaitDlg.CreateAutoFree method to create the dialogue box. |
2013-07-11 14:08:39 | Tree |
[r3136]
by
delphidabbler
Added method to TWaitDlg to create a dialogue box instance with a given caption that automatically frees itself when closed. This enables the dialog box to be created in one call without the need to keep a reference to it. |
2013-07-11 13:48:48 | Tree |
[r3135]
by
delphidabbler
Added new TWaitForThreadUI.Run overload that executes a given closure in a thread. Uses new, private, TProcThread thread class to do this. |
2013-07-11 10:37:31 | Tree |
[r3134]
by
delphidabbler
Modified Wait dialogue box to size itself to properly display long captions. |
2013-07-11 02:49:00 | Tree |