Menu

Old Code (SVN) Commit Log


Commit Date  
[r230] by delphidabbler

* Revised static classes TRoutineFormatter and TConstAndTypeFormatter to inherit from TNoConstructObject instead of TObject.
* Added new THeaderCommentFormatter static class that formats header comments. Used this in place of TSourceGen.WriteHeaderComments method which was deleted.
* Header comments restyled so that each line is preceeded by a * character.

2009-08-19 16:12:10 Tree
[r229] by delphidabbler

Modified methods of IStringList and routines in UUtils.pas that explode a string based on a delimiter to take a string as the delimiter instead of just single characters.

2009-08-19 16:06:08 Tree
[r228] by delphidabbler

* Changed visibility of some methods: from protected to strict private or protected to strict protected.
* Clarified comments.

2009-08-19 12:47:17 Tree
[r227] by delphidabbler

Added new constant to IntfPreview.pas that specifies size of margin to use in previews and changed FrHTMLPreview.pas and FrMemoPreview.pas to use the constant instead of literal value.

2009-08-19 12:38:41 Tree
[r226] by delphidabbler

Removed unused units from uses clauses.

2009-08-19 11:26:20 Tree
[r225] by delphidabbler

* Remove factory classes
* Removed TDatabaseType
* Removed all implementation section

2009-08-19 10:57:04 Tree
[r224] by delphidabbler

* Modified TSnippetsIOFactory re removal of TDatabaseType: Replaced TSnippetsIOFactory.CreateLoader with TSnippetsIOFactory.CreateMainDBLoader and TSnippetsIOFactory.CreateUserDBLoader methods
* Modified re removal of data IO factories with direct construction data reader and writer objects.

2009-08-19 10:55:42 Tree
[r223] by delphidabbler

Modified code that loads databases in line with changes to TSnippetsIOFactory.

2009-08-19 10:54:34 Tree
[r222] by delphidabbler

Modified objects that read and write main and user databases, including nul reader used when one of the databases doesn't exist:
* Removed code that registered reader / writer - now redundant.
* Moved class declarations from implementation to interface sections of unit.
* Except for nul reader, removed references and dependencies on deleted TDatabaseType. Additionally, path to database directory now passed in constructor rather than being determined within read class.

2009-08-19 10:53:25 Tree
[r221] by delphidabbler

Modified units to work with new garbage collector, TGC from new UGC unit, instead of TAutoObjFree object from removed UAutoFree unit.

2009-08-18 18:19:14 Tree
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.