Menu

Old Code (SVN) Commit Log


Commit Date  
[r2227] by delphidabbler

Changed TRTFShowCaseFrame.TabStop property to False.
Modified all .dfms that use TRTFShowCaseFrame to also set the frame's TabStop property to False.
This is because we never want show cased controls to be tab stops.

*** This is similar to fix applied in trunk at r2225.

2012-08-18 10:31:45 Tree
[r2226] by delphidabbler

Changed TShowCaseCtrl not redraw itself when invalidated. This prevents it from overwriting any showcased control.
This fixes bug #3559156 (http://bit.ly/TKXYQ7): "Previews" disappearing in Preferences dialogue box." in trunk.

2012-08-18 02:58:02 Tree
[r2225] by delphidabbler

Changed TRTFShowCaseFrame.TabStop property to False.
Modified all .dfms that use TRTFShowCaseFrame to also set the frame's TabStop property to False.
This is because we never want show cased controls to be tab stops.

2012-08-18 02:41:43 Tree
[r2224] by delphidabbler

Updated help topic for Display tab of Preferences dialogue box to mention new "Use Default Heading Colours" button.

2012-08-18 01:37:13 Tree
[r2223] by delphidabbler

Added new button that restores default heading colours for main and user databases. This implements feature request #3559140 (http://bit.ly/QKQo43).
Made labels associated with main and user heading colour combo boxes focus those controls.
Added accelerator keys for each control.

2012-08-18 01:12:46 Tree
[r2222] by delphidabbler

Corrected Alt key mapping error: Alt+D now focusses "Displayed page components" list box instead of "Used page components" list box.

2012-08-18 01:08:39 Tree
[r2221] by delphidabbler

Fixed bug #3558649 (http://bit.ly/PAXLQv): Preferences dialogue updates display when nothing changed.
Corrected handling of cancelled dialogue box.
Changed Syntax Highlighter preferences to trap auto-generated check box click events that were setting "dirty" flag when no changes were made.

2012-08-18 00:05:30 Tree
[r2220] by delphidabbler

Revised TSnippetPageStructures to use TArrayEnumerator<T> to enumerate pages.
This replaces private TSnippetPageStructures.TEnumerator class which was deleted.

2012-08-17 00:22:37 Tree
[r2219] by delphidabbler

Added new generic dynamic array enumerator class, TArrayEnumerator<T>.

2012-08-17 00:20:32 Tree
[r2218] by delphidabbler

Rationalised how page structures recorded in TSnippetPageStructures are accessed:
* Changed Pages property to be a default indexed array property.
* Added enumerator that enumerates each TSnippetPageStructure contained in Pages property.
* Deleted PageStructure method: function taken by revised Pages property.
Updated calling code re these changes.

2012-08-16 23:25:16 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.