Commit | Date | |
---|---|---|
[r4434]
(27.2 kB)
by
delphidabbler
Added new star to snippet views in details pane to indicate whether the snippet is starred or not: we use a gold start for Starred and a grey star for not starred. The required new images were added to the project and the detail pane's CSS was changed to enable the star to be positioned. |
2013-12-19 02:40:06 |
View
Download |
[r4424]
(27.1 kB)
by
delphidabbler
Added a new "source code language" grouping that groups snippets by source code language along with a new view that can display all the snippets in the language. |
2013-12-18 12:12:20 |
View
Download |
[r4403]
(24.6 kB)
by
delphidabbler
Renamed TSnippetHTML.SnippetName as SnippetTitle. |
2013-12-18 02:33:39 |
View
Download |
[r4383]
(24.6 kB)
by
delphidabbler
Renamed ISnippetKindView's KindInfo property and GetKindInfo method as Kind and GetKind. Made other related renamings. |
2013-12-17 12:23:43 |
View
Download |
[r4379]
(24.6 kB)
by
delphidabbler
Renamed ISnippet and IEditableSnippet's Kind property to KindID. |
2013-12-17 11:48:10 |
View
Download |
[r4377]
(24.6 kB)
by
delphidabbler
Renamed TSnippetKindInfo record as TSnippetKind and renamed the record's Kind property as ID and renamed related fields and parameters accordingly. |
2013-12-17 11:33:47 |
View
Download |
[r4341]
(24.6 kB)
by
delphidabbler
Converted all classes etc. in UDetailPageHTML.pas and USnippetPageHTML.pas that use snippets, along with TSnippetHTML in USnippetHTML.pas, to use ISnippet to represent snippets instead of TSnippet. |
2013-12-16 02:37:27 |
View
Download |
[r4308]
(24.7 kB)
by
delphidabbler
Changed ISnippetView to have a SnippetID property of type TSnippetID instead of a Snippet property of type TSnippet. |
2013-12-14 13:36:32 |
View
Download |
2013-12-14 10:49:20 |
View
Download |
|
[r4232]
(24.5 kB)
by
delphidabbler
Changed code that accessed _Database.SnippetCount to use Database.SnippetCount instead. |
2013-12-11 10:13:29 |
View
Download |