Commit | Date | |
---|---|---|
[r1902]
(8.9 kB)
by
delphidabbler
Added TSelectionSearchDlg.ConfigForm method override and moved form configuration code from InitForm method which is really for form initialisation. |
2012-06-12 16:10:32 |
View
Download |
[r1898]
(8.8 kB)
by
delphidabbler
Added label that appears when there is an active search to warn that selecting snippets will overwrite current search. |
2012-06-11 21:24:22 |
View
Download |
[r1897]
(8.6 kB)
by
delphidabbler
Modified to enable tree view to be expanded or collapsed using tree view controls or via new buttons to fully expand and fully collapse the tree. |
2012-06-11 21:01:38 |
View
Download |
[r1874]
(8.2 kB)
by
delphidabbler
Modified some code that tested TSnippetList.Count for greater than zero to use recently added IsEmpty method instead. |
2012-06-10 00:01:38 |
View
Download |
[r1759]
(8.2 kB)
by
delphidabbler
Standardised svn:mime-type properties to "text/pascal" and svn:eol-style to "native" |
2012-02-27 11:40:49 |
View
Download |
[r1757]
(8.4 kB)
by
delphidabbler
Reintegrated v4-dev branch into trunk. |
2012-02-27 11:19:09 |
View
Download |
[r1072]
(8.4 kB)
by
delphidabbler
Modified to display hourglass cursor while form initialises - there can be a lag with a large number of snippets to display. |
2010-11-26 15:01:08 |
View
Download |
[r285]
(8.1 kB)
by
delphidabbler
Added reference to FrSelectSnippetsBase frame that now contains base class for snippet selection frame. |
2009-09-12 10:09:52 |
View
Download |
[r246]
(8.1 kB)
by
delphidabbler
Removed redundant public Search property from find dialog classes and adjusted code accordingly. |
2009-08-23 22:51:36 |
View
Download |
[r245]
(8.2 kB)
by
delphidabbler
Changed form classes to prevent public construction - forms must be displayed via class methods, not by directly constructing object. Added INoPublicConstruct to type definitions of forms and changed class methods that construct forms to call InternalCreate protected constructor instead of Create. Core logic to determine constructor behaviour is inherited from TBaseForm. |
2009-08-23 22:45:32 |
View
Download |