Menu

/trunk/Src/FmMain.pas Commit Log


Commit Date  
[r539] (59.2 kB) by delphidabbler

Added [localhost] to main form caption if CodeSnip is accessing online web services via localhost for test purposes.

2009-12-31 13:49:38 View
Download
[r516] (59.0 kB) by delphidabbler

Made overview pane treeview expansion state persistent when user database is changed by adding, deleting or updating a snippet:
* Added new SaveTreeState and RestoreTreeState methods to IOverviewDisplayMgr and its implementation in FrOverview.pas.
* Added new PrepareForChange and FinalizeChange methods to TMainDisplayMgr and modified TMainForm.SnippetsChangeHandler to call these methods when database changes.

2009-11-09 00:46:20 View
Download
[r367] (59.0 kB) by delphidabbler

Made further changes to TMainForm.SnippetsChangeHandler:
* Added handler for Snippets' evBeforeDeleteCategory event that clears history list and overview pane.
* Removed clearing of history list from other handlers since this is now taken care of when handling evBeforeDeleteCategory and evBeforeDeleteRoutine.
* Groped together identical event handlers in case statement.

2009-09-24 08:58:01 View
Download
[r358] (59.1 kB) by delphidabbler

Added handler for Snippets' evBeforeRoutineDelete event to TMainForm.SnippetsChangeHandler that clears history list and overview pane. This is to try to overcome the "invalid cast" error due to dangling references to deleted routines. This event is called before the actual snippet object is freed, so references to the snippet are valid here.

2009-09-24 00:18:41 View
Download
[r334] (59.0 kB) by delphidabbler

* Renamed TUserDBMgr's Add, Edit and Delete methods to AddSnippet, EditSnippet and DeleteSnippet respectively to avoid confusion with similar methods that act on categories.
* Updated FmMain to use the renamed methods.

2009-09-20 16:18:42 View
Download
[r325] (58.9 kB) by delphidabbler

Added support for creating, renaming and deleting user-defined categories:
* Added three new actions to add a category, rename a category and delete a category along with associated OnExecute and OnUpdate event handlers that hand off processing to TUserDBEit.
* Added three new matching menu items, and spacer, to Database menu.

2009-09-20 13:22:58 View
Download
[r263] (56.7 kB) by delphidabbler

Changed to work with ICommandBarConfig instead of defunct IWBPopupMenuConfig.

2009-09-01 12:46:23 View
Download
[r204] (56.6 kB) by delphidabbler

Merged non-conflicted changes from /branches/proxy-server:164-203 branch.

Changes made were:
* Added support for using a proxy server when CodeSnip accesses the internet.
* New dialog box and Tools menu item added to enable proxy server to be configured.
* Help file updated.
* A third party encryption unit was added to enable proxy server passwords to be stored in encrypted format.
* New settings section added to store proxy server information on a per-user basis.
* Small number of refactorings,

2009-08-17 00:55:00 View
Download
[r181] (56.3 kB) by delphidabbler

Removed change logs.

2009-08-13 19:15:20 View
Download
[r111] (79.8 kB) by Dev

Added svn:keywords property with Rev and Date keywords.

2009-07-21 00:15:04 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.