1
0
mirror of https://github.com/chylex/Code-Statistics.git synced 2025-07-25 19:59:07 +02:00
Commit Graph

36 Commits

Author SHA1 Message Date
02dfe82204 Refactor abstract classes, interfaces, and utils to a separate project CodeStatisticsCore 2016-06-23 02:05:37 +02:00
36caca61f3 Add a -debug flag to enable project debugging UI 2016-03-16 17:21:22 +01:00
4b3aab7f80 Added template and project exception handling 2016-03-07 22:41:54 +01:00
629e5e35e5 Seal the form classes 2016-03-07 00:42:04 +01:00
20d08cf0a2 Fix inspection issues (localizable strings, template css & js fixes) 2016-03-07 00:34:28 +01:00
68fc9cb743 Add template rebuild text for template debugging 2016-03-05 15:46:41 +01:00
67a3434a85 Redo the form layout to make button size modular 2016-03-05 15:15:42 +01:00
af5d4ab29b Fix removed ProjectLoadForm progress bar style setting 2016-03-03 21:46:44 +01:00
b111a6e4ac Fix ProjectLoadForm download progress bar freaking out when downloading GitHub repo 2016-03-03 20:30:01 +01:00
29b02a0aa6 Add -nogui program argument support to ProjectLoadForm and GitHubForm 2016-03-02 12:46:12 +01:00
e3d345efd6 Add basic exception handling to FileSearch and Project tasks 2016-03-02 11:49:57 +01:00
f7ee507658 Work on template debugging (fix variables, thread exception, tweak UI) 2016-03-01 23:29:05 +01:00
f097a070a1 Add template file watcher for template debugging 2016-03-01 23:09:45 +01:00
04c4896359 Generate HTML output immediately after processing the project 2016-03-01 22:51:16 +01:00
77e3b32240 Work on behavior (program arguments, missing lang keys) 2016-03-01 19:02:12 +01:00
5c1c6f6f41 Add template file to ProgramConfiguration 2016-02-29 21:04:32 +01:00
f07017187d Add ProgramConfiguration with output file path handling 2016-02-29 20:36:35 +01:00
5c88e51a79 Improve ProjectLoadForm progress bar handling and have marquee for unknown GitHub DL size 2016-02-29 19:59:13 +01:00
9b9a8ac8f1 Move default template into a Resources namespace and embed it into the assembly 2016-02-29 16:32:32 +01:00
1693f300bd Add IInputMethod.CancelProcess 2016-02-28 22:22:26 +01:00
44281c6b9b Fix ProjectLoadForm.UpdateCallbacks labels and add progress bar marquee support 2016-02-28 22:06:29 +01:00
db29887ce1 Replace FileSearch.OnReady with ProjectLoadForm.UpdateCallbacks 2016-02-28 21:55:50 +01:00
2e43553228 Move InvokeOnUIThread into a static extension class 2016-02-28 20:44:43 +01:00
b39cb659ff Add InvokeOnUIThread for easier handling of threaded UI updates 2016-02-28 16:37:46 +01:00
72264011d3 Make input related classes and structs public 2016-02-28 15:54:56 +01:00
cc98ca7372 Rework input by adding IInputMethod implemented by FileSearch and updating forms 2016-02-28 15:51:42 +01:00
dbaea6ed45 Move language keys out of form designer files 2016-02-26 06:12:41 +01:00
45d951080e Address globalization - add Lang class and missing culture info 2016-02-24 16:04:13 +01:00
ecb01cb4f5 Change some code to stop "possible mistaken empty statement" warning 2016-02-24 14:50:37 +01:00
566c29c2b8 Add a debug breakpoint button to ProjectLoadForm 2016-02-24 13:49:24 +01:00
97380fd625 Add a button to open the project debug form 2016-02-20 23:15:39 +01:00
9785106808 Tweak the progress bar animation workaround to look better 2016-02-17 23:55:14 +01:00
cb835c5279 Add Generate/Close buttons to ProjectLoadForm 2016-02-17 21:53:01 +01:00
55a605b868 Redo project load cancel to be safe and wait for the cancel to be acknowledged 2016-02-17 16:40:38 +01:00
db1f33144e Add project processing to ProjectLoadForm 2016-02-17 16:33:11 +01:00
b4abe82786 Add ProjectLoadForm with a progress bar and description text 2016-02-16 21:13:56 +01:00