File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 <Filename Value =" makehtml.lpr" />
99 <IsPartOfProject Value =" True" />
1010 <CursorPos X =" 40" Y =" 15" />
11- <UsageCount Value =" 88 " />
11+ <UsageCount Value =" 89 " />
1212 <Loaded Value =" True" />
1313 </Unit >
1414 <Unit >
4141 <UnitName Value =" SrcData" />
4242 <IsVisibleTab Value =" True" />
4343 <EditorIndex Value =" 1" />
44- <TopLine Value =" 82" />
45- <CursorPos Y =" 112" />
44+ <TopLine Value =" 43" />
45+ <CursorPos Y =" 101" />
46+ <FoldState Value =" T3i90I013 PiNjc0s" />
4647 <UsageCount Value =" 17" />
4748 <Loaded Value =" True" />
4849 </Unit >
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ implementation
4444
4545const
4646 SectionDivider = ' --------' ;
47+ SectionComment = SectionDivider +' !---' ;
4748
4849var
4950 ListType : TListType;
@@ -94,9 +95,9 @@ procedure ProcessList(Filename : String);
9495 LogMessage(vbNormal, ' processing file: ' +ExtractFileName(Filename));
9596 Data:=NormalizeLineEndings(Data);
9697 Header:=PopSection(Data);
97- WriteLn(Header);
9898 if First then begin
9999 ListFiles[High(ListFiles)].Header:=Header;
100+ WriteLn(Header);
100101 First:=False;
101102 end ;
102103 While Length(Data) <> 0 do begin
You can’t perform that action at this time.
0 commit comments