File tree Expand file tree Collapse file tree 5 files changed +1
-14
lines changed
Expand file tree Collapse file tree 5 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 44{TODO -cHelp :
55Add a Backup Database task help topics that describes how to backup and restore databases.
66Then 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}
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -1046,7 +1046,6 @@ procedure TMainForm.actSelectSnippetsExecute(Sender: TObject);
10461046
10471047procedure TMainForm.ActSubmitOrExportUpdate (Sender: TObject);
10481048begin
1049- // TODO -cRefactor: rename method - no longer shared
10501049 (Sender as TAction).Enabled := TCodeShareMgr.CanShare;
10511050end ;
10521051
Original file line number Diff line number Diff line change 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-
2113unit FmSWAGImportDlg;
2214
2315interface
Original file line number Diff line number Diff line change 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
1513unit UXMLDocHelper;
1614
You can’t perform that action at this time.
0 commit comments