| Commit | Date | |
|---|---|---|
| 
                
                    
                
                [r4325]
                
                
                    (7.3 kB)
                
                by 
        
  
    
   delphidabbler
    
                 Fixed bug introduced into TPascalSourceGen when its IncludeSnippet method was modified to accept a TSnippetID parameter instead a TSnippet: this class was failing to generate source code for snippets not in the database. Fixed included changing Include snippet's parameter to ISnippet and then modifying TPascalSourceGen and all the classes it depends upon to work with ISnippet instances instead of TSnippet. | 2013-12-15 10:55:05 | View Download | 
| 
                
                    
                
                [r4308]
                
                
                    (7.3 kB)
                
                by 
        
  
    
   delphidabbler
    
                 Changed ISnippetView to have a SnippetID property of type TSnippetID instead of a Snippet property of type TSnippet. | 2013-12-14 13:36:32 | View Download | 
| 
                
                    
                
                [r4300]
                
                
                    (7.2 kB)
                
                by 
        
  
    
   delphidabbler
    
                 Modified comments and string literals referring to the "user" database or "user-defined snippets" to remove or qualify the word "user". | 2013-12-14 10:45:54 | View Download | 
| 
                
                    
                
                [r4245]
                
                
                    (7.3 kB)
                
                by 
        
  
    
   delphidabbler
    
                 Changed TDatabase.SelectSnippets to take a simple function reference as its parameter instead of IDBFilter instance. | 2013-12-11 17:56:48 | View Download | 
| 
                
                    
                
                [r4241]
                
                
                    (7.4 kB)
                
                by 
        
  
    
   delphidabbler
    
                 Renamed IReadOnlySnippet as ISnippet and made required changes to affected code. | 2013-12-11 16:08:28 | View Download | 
| 
                
                    
                
                [r4240]
                
                
                    (7.4 kB)
                
                by 
        
  
    
   delphidabbler
    
                 Changed code that accessed _Database.Select to use Database.SelectSnippets instead. | 2013-12-11 11:35:43 | View Download | 
| 
                
                    
                
                [r4089]
                
                
                    (7.4 kB)
                
                by 
        
  
    
   delphidabbler
    
                 Removed ability to generate source code of a snippets in a category from TSnippetSourceGen and replaced it with support for generating source code of snippets in a tag. | 2013-12-03 16:38:51 | View Download | 
| 
                
                    
                
                [r4019]
                
                
                    (7.0 kB)
                
                by 
        
  
    
   delphidabbler
    
                 Renamed IDatabase and Database function, along with internal TDatabase class and PvtDatabase varibale by placing underscore in front of their names. This is to flag the items as "legacy" and to avoid name clashes with new database code being developed. | 2013-11-29 01:49:18 | View Download | 
| 
                
                    
                
                [r3985]
                
                
                    (7.0 kB)
                
                by 
        
  
    
   delphidabbler
    
                 Removed assertions that test for nil snippet after calls to Database.Lookup: this method now raises an exception when the lookup fails (see revision 3984). | 2013-11-27 23:46:29 | View Download | 
| 
                
                    
                
                [r3970]
                
                
                    (7.1 kB)
                
                by 
        
  
    
   delphidabbler
    
                 Changed IQuery.GetCatSelection and implementation to return a ISnippetIDList instead of populating a given TSnippetList. | 2013-11-27 04:11:12 | View Download |