1
0
Fork 0
Commit Graph

14 Commits

Author SHA1 Message Date
chylex b6670a0022 Fix formatting (missing space after comma in method calls) 2016-09-05 15:17:57 +02:00
chylex 02dfe82204 Refactor abstract classes, interfaces, and utils to a separate project CodeStatisticsCore 2016-06-23 02:05:37 +02:00
chylex 63fad2d357 Remove unnecessary using statements 2016-03-17 22:14:06 +01:00
chylex ce0dae11b2 Add asset file size handling and template layout 2016-03-17 22:06:02 +01:00
chylex 96d2e925fe Add an 'assets' flag to AssetHandler and optimize language flags by moving them to SetupProject 2016-03-05 17:22:14 +01:00
chylex 5722acbb09 Remove unused 'using' directives and redundant field initialization 2016-02-27 15:36:44 +01:00
chylex 50ae10443a Add IFileHandler.FinalizeProject to run after all files are processed 2016-02-18 22:21:54 +01:00
chylex 3a567abdaf Convert array sorter to Comparison<T> and update AssetHandler to use new methods 2016-02-18 18:55:37 +01:00
chylex bce5c1a1bf Reimplement asset type counting and sorting 2016-02-17 23:49:06 +01:00
chylex 9f70922996 Add project setup to IFileHandler and state objects to Variables 2016-02-17 22:05:02 +01:00
chylex e823a95806 Add AbstractFileHandler & AbstractLanguageFileHandler and update existing handlers to extend them 2016-02-17 17:04:23 +01:00
chylex c59d2c5a77 Reimplement FileHandlers class into HandlerList and remove IFileHandler.IsFileValid 2016-02-17 14:58:51 +01:00
chylex 66cc7d6384 Update existing handlers to use the interfaces, and add FolderHandler 2016-02-17 14:20:25 +01:00
chylex da778a17e5 Readd the bare skeletons of file handler classes 2016-02-17 00:01:39 +01:00