Menu

/branches/parsnip/Src/UDetailPageHTML.pas Commit Log


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.
Added UI code to make the grouping available in the overview pane, selected by the overview pane's own drop down list or via the main menu. Code was also added to display a table of snippets in the view in the detail pane.

2013-12-18 12:12:20 View
Download
[r4403] (24.6 kB) by delphidabbler

Renamed TSnippetHTML.SnippetName as SnippetTitle.
Similarly renamed SnippetName placeholder in info-snippet-tplt.html to SnippetTitle, also renamed title's div id.
Modified TSnippetInfoPageHTML re both the above renamings.

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.
Modified using code accordingly.

2013-12-17 12:23:43 View
Download
[r4379] (24.6 kB) by delphidabbler

Renamed ISnippet and IEditableSnippet's Kind property to KindID.
Renamed all related getter and setter methods and fields as *KindID, where * is "f", "Get" or "Set".
Modified code that referenced the Kind property or getters & setters accordingly.

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.
Modified affected code re these changes.

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.
Modified calling code accordingly.

2013-12-14 13:36:32 View
Download
[r4302] (24.7 kB) by delphidabbler

Added some TODOs

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.
Deleted SnippetCount method from IDatabase and _TDatabase.

2013-12-11 10:13:29 View
Download
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.