Menu

Old Code (SVN) Commit Log


Commit Date  
[r253] by delphidabbler

Fixed bug in toggling check box state. This class was designed to enabled check box state to be changed by clicking mouse anywhere on a list item, not just on check box. A bug meant that moving selection using keyboard also toggled state of check box. Bug fix removed this unwanted side effect.

2009-08-31 10:29:13 Tree
[r252] by delphidabbler

Replaced numeric month numbers in dates with month names.

2009-08-24 00:10:20 Tree
[r251] by delphidabbler

CodeSnip version 3.2.1

2009-08-23 23:48:04 Tree
[r250] by delphidabbler

* Added some new todos and completed them.
* Flagged several other todos as complete.

2009-08-23 23:34:46 Tree
[r249] by delphidabbler

Documented changes for v3.2.1

2009-08-23 23:33:28 Tree
[r248] by delphidabbler

Added exception handlers for each TWBExternal method that calls notifier object. Gets application to handle exceptions. This prevents browser control displaying a JavaScript error dialog if an exception occurs in external object.

2009-08-23 23:05:43 Tree
[r247] by delphidabbler

Removed redundant public DocContent property from TPreviewDlg and updated code accordingly.

2009-08-23 22:55:01 Tree
[r246] by delphidabbler

Removed redundant public Search property from find dialog classes and adjusted code accordingly.

2009-08-23 22:51:36 Tree
[r245] 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 Tree
[r244] by delphidabbler

* Added new protected InternalCreate constructor that must be called if and only if descendant forms support INoPublicConstruct and are constructed internally from class methods. Descendants that don't support public construction must add INoPublicConstruct to their type definition.
* Added logic to Create constructor so that it can only be called if the form does not support INoPublicContruct.

2009-08-23 22:27:08 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.