Menu

/trunk/Src/FmUserDBEditDlg.dfm Commit Log


Commit Date  
[r739] (33.4 kB) by delphidabbler

Added indicator of column and row containing caret in source code edit memo.

2010-04-06 16:14:59 View
Download
[r541] (32.9 kB) by delphidabbler

Modified snippets editor:
* Added support for Ctrl+X (cut), Ctrl+C (copy), Ctrl+V (paste), Ctrl+A (select all) and Ctrl+Z (undo) keyboard short cuts to all edit / memo controls using standard actions.
* Replaced default popup menus of edit controls with custom versions attached to above actions.

2009-12-31 14:34:26 View
Download
[r343] (12.2 kB) by delphidabbler

* Replaced code that checks validity of Extra active text with a call to TSnippetValidator.ValidateExtra.
* Moved assertions that ensure that all combo boxes have default items selected.
* Simplified TUserDBEditDlg.UpdateReference: now determine valid dependency snippet kinds with a call to TSnippetValidator.ValidDependsKinds rather than hard wiring the details.
* Modified TUserDBEditDlg.ValidateData to use renamed TSnippetValidator.ValidateDependsList method.

2009-09-21 01:32:19 View
Download
[r340] (11.8 kB) by delphidabbler

* Changed TUserDBEditDlg.InitControls to use TReservedCategories class to get name of user defined snippets category instead of using 'user' string literal.
* Increased width of snippet name edit box and categories list combo box.

2009-09-20 22:55:10 View
Download
[r312] (12.2 kB) by delphidabbler

Compile Results tab of snippets editor revised:
* "Select a Compiler" and "Selected Compiler Result" list boxes have been replaced by a single list box. This not only displays the compile result for each compiler but also provides a button for each one which enables the compile result to be selected from a drop down list.
* List box management code has been moved out into a separate UCompileResultsLBMgr unit.
* Removed TUserDBEditDlg.CLBRoutineRefsDrawItem method. Owner drawing of check list boxes now performed in TSnippetsChkListMgr.
* Image list containing LEDs was removed and replaced by a new custom, dynamically created, image list that knows how to map compile results onto the LEDs. As a result some buttons now have actions set in code to ensure they use the new custom image list.
* Brief help text applied to compile results pages.

2009-09-17 23:56:43 View
Download
[r190] (56.3 kB) by delphidabbler

Changed behaviour of check list boxes to toggle check state when any part of a list item is checked instead of requiring clicks on check boxes. Used new TChkListStateMgr to do this.

2009-08-14 15:12:33 View
Download
[r187] (55.9 kB) by delphidabbler

Disabled Render Extra Information button on Snippets Editor's Extra Information tab when no markup is entered in memo. Done by handling associated action's OnUpdate event.

2009-08-14 09:33:32 View
Download
[r180] (56.3 kB) by delphidabbler

Revised code that arranges controls within form to use static methods of TCtrlArranger from new UCtrlArranger unit.

2009-08-13 16:30:27 View
Download
[r152] (55.8 kB) by delphidabbler

Added facility to render and display REML code entered in the Extra Information tab of the snippets editor:
* New dialog box to displayed the rendered code as HTML.
* A button added to snippets editor to validate the entered code, compile it and then display it in the new dialog box.
* Change log removed from snippets editor unit (FmUserDBEdit).

2009-08-10 17:14:43 View
Download
[r107] (55.5 kB) by Dev

Merged changes from /branches/os-fonts:22-106 branch.

These changes add support for default operating system fonts to main display and dialog boxes.

2009-07-20 22:50:52 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.