Skip to content

Commit ad9ef03

Browse files
author
delphidabbler
committed
Merge branch 'feature/defer-todos' into develop
2 parents afb05ff + 90a3039 commit ad9ef03

File tree

5 files changed

+1
-14
lines changed

5 files changed

+1
-14
lines changed

Src/CodeSnip.todo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
{TODO -cHelp :
55
Add a Backup Database task help topics that describes how to backup and restore databases.
66
Then add help link to Res/HTML/dlg-dbupdate-intro-tplt.html}
7-
{TODO -cUI : Rationalise use of TFontHelper.SetDefaultFont(s) and .SetDefaultBaseFont(s) methods.}
7+
88

99
{TODO -cPreRelease : Remove -[**dev**] from product and file versions in .vi files before bumping release number}

Src/FmAboutDlg.pas

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,6 @@ procedure TAboutDlg.InitHTMLFrames;
403403
procedure InitProgramFrame;
404404
begin
405405
pcDetail.ActivePage := tsProgram; // display page to let browser load OK
406-
{ TODO -cRefactor: Change this frmProgram so it's no longer a HTML template
407-
unless we need to add a gravatar link from Web.UInfo unit. }
408406
frmProgram.Initialise(
409407
'dlg-about-program-tplt.html',
410408
procedure(Tplt: THTMLTemplate)

Src/FmMain.pas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,6 @@ procedure TMainForm.actSelectSnippetsExecute(Sender: TObject);
10461046

10471047
procedure TMainForm.ActSubmitOrExportUpdate(Sender: TObject);
10481048
begin
1049-
// TODO -cRefactor: rename method - no longer shared
10501049
(Sender as TAction).Enabled := TCodeShareMgr.CanShare;
10511050
end;
10521051

Src/FmSWAGImportDlg.pas

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
1010
}
1111

1212

13-
{TODO -cSWAG: Add facility to elect to use swag categories }
14-
{TODO -cSWAG: Consider removing callbacks }
15-
{TODO -cSWAG: Consider using cutdown version on progress form for init swag and
16-
loading multiple snippets.
17-
Perhaps use a base class frame - TBusyBaseFrame that gets
18-
subclassed by TBusyFrame. Can also rewrite TProgressFrame as a
19-
subclass of TBusyBaseFrame.}
20-
2113
unit FmSWAGImportDlg;
2214

2315
interface

Src/UXMLDocHelper.pas

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
* documents.
1010
}
1111

12-
{ TODO -cRefactor: Separate out generic helper code from snippets XML file
13-
specific code. Put generic code in super-class? }
1412

1513
unit UXMLDocHelper;
1614

0 commit comments

Comments
 (0)