Commit | Date | |
---|---|---|
[r1004]
(34.1 kB)
by
delphidabbler
Fixed error in handling of revised EActiveTextParserError exception. The exception's Selection property is now only accessed and copied to EDataEntry if it exists! |
2010-11-14 18:36:26 |
View
Download |
[r998]
(33.9 kB)
by
delphidabbler
Moved code that registers memos with TMemoCaretPosDisplayMgr object from FormCreate event handler to InitControls, which is itself called from FormShow. This is because memo window is recreated after FormCreate causing TMemoCaretPosDisplayMgr to lose track of selection change events by hooking into a window that is then destroyed. Registering from FormShow ensures correct memo window handle is used for hook. |
2010-11-12 23:12:30 |
View
Download |
[r996]
(33.8 kB)
by
delphidabbler
Revised error handling to not only select controls containing errors, but, where the controls contain editable text, to select, or place the caret next to, text containing errors. |
2010-11-12 16:59:53 |
View
Download |
[r986]
(34.6 kB)
by
delphidabbler
Partially implemented suggestion in comment to feature request 3105288 so that errors reported when clicking "Render Extra Information" button on Snippets Editor's Extra Information tab now refocuses memo control containing error. |
2010-11-11 03:33:13 |
View
Download |
[r985]
(34.6 kB)
by
delphidabbler
* Created new UMemoCaretPosDisplayMgr unit to take care of displaying caret position of memo controls in associated labels. |
2010-11-11 03:26:16 |
View
Download |
[r889]
(35.6 kB)
by
delphidabbler
Corrected copyright date range to be in line with date of last revision. |
2010-09-16 12:58:22 |
View
Download |
[r739]
(35.6 kB)
by
delphidabbler
Added indicator of column and row containing caret in source code edit memo. |
2010-04-06 16:14:59 |
View
Download |
[r543]
(33.8 kB)
by
delphidabbler
* Changed FmUserDBEditDlg.pas to get default mono font name from TFontHelper. |
2009-12-31 15:48:03 |
View
Download |
[r541]
(33.7 kB)
by
delphidabbler
Modified snippets editor: |
2009-12-31 14:34:26 |
View
Download |
[r343]
(33.4 kB)
by
delphidabbler
* Replaced code that checks validity of Extra active text with a call to TSnippetValidator.ValidateExtra. |
2009-09-21 01:32:19 |
View
Download |