Menu

Old Code (SVN) Commit Log


Commit Date  
[r4438] by delphidabbler

Updated favourites file format to v2 that doesn't have the "user-defined" field and modified TFavouritesPersist.Save to write the new format.
Modified TFavouritesPersist.Load to be able to load either v1 or v2 format. Furthermore Load no longer checks if the snippet IDs exist in the database.

2013-12-19 12:38:53 Tree
[r4437] by delphidabbler

Fixed bug in legacy file loader where no favourites were being imported because incorrect favourites file watermarks was being tested for.

2013-12-19 11:23:36 Tree
[r4436] by delphidabbler

Fixed bug in database loader that was failing to strip invalid snippet references from a snippets RequiredSnippets and XRefs properties, leading to a database lookup error when the bad reference was converted to a snippet. Did this by stripping invalid references from each snipper in the database after loading.

2013-12-19 11:12:38 Tree
[r4435] by delphidabbler

Removed unnecessary call to fMainDisplayMgr.Refresh.

2013-12-19 02:46:18 Tree
[r4434] 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 Tree
[r4433] by delphidabbler

Modified TMainForm to set up the notifier object with the required action to implement the INotifier.ChangeSnippetStar method.
Added new CreateChangeSnippetStarAction method to action factory to create the above action on behalf of TMainForm.
Placed a call to INotifier.ChangeSnippetStar in OnExecute handler on actAddFavourite action.

2013-12-19 02:37:09 Tree
[r4432] by delphidabbler

Added method to notifier object that causes the Starred property of a given snippet to be updated.
This is done by triggering the new TChangeSnippetStarAction added at revision 4431.

2013-12-19 02:34:01 Tree
[r4431] by delphidabbler

Added new action that can change the state of a snippet's Starred property to a given value.
Added new TDBModificationMgr.UpdateSnippetStarredState method to perform the change to the Starred property on behalf of the new action.

2013-12-19 02:31:45 Tree
[r4430] by delphidabbler

Modified TDBLegacyUserDBReader to set Starred property of any snippet that corresponds to a favourite snippet as specified by the user's Favourites file.

2013-12-19 00:53:31 Tree
[r4429] by delphidabbler

Fixed bug where Group Snippets By Source Code Language menu item and actions were always disabled: the associated action had no .Tag property value and the required event handlers were not set.

2013-12-18 18:11:23 Tree
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.