1
0
Fork 0
Commit Graph

85 Commits

Author SHA1 Message Date
chylex 689989fee5 Rewrite TemplateReader to return TemplateList, work on template exception handling 2016-10-08 12:55:05 +02:00
chylex c4b3e22d6a Fix main menu button sizes and distances 2016-10-08 12:51:53 +02:00
chylex ddfd07eb24 Move version info to Program class 2016-10-06 00:24:01 +02:00
chylex af14931ed7 Split template file into multiple, add WIP support for template includes 2016-10-06 00:13:57 +02:00
chylex 13341d4b76 Tweak formatting in main project, do minor refactoring 2016-10-05 22:05:31 +02:00
chylex bcc8dba7a0 Change TreeNode usage to Node in debug form to remove WinForms dependencies 2016-10-05 21:36:23 +02:00
chylex 85168862ca Move FormUtils from Core to the main project 2016-10-05 21:34:02 +02:00
chylex 9f72225889 Fix compile errors 2016-09-30 02:43:15 +02:00
chylex 10d62b6b75 Move files around and redo build configurations 2016-09-30 02:38:58 +02:00
chylex 3c24d1ed28 Add an Options button to the main menu 2016-09-30 02:33:20 +02:00
chylex af6e108560 Address code analysis 2016-09-05 15:37:05 +02:00
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 36caca61f3 Add a -debug flag to enable project debugging UI 2016-03-16 17:21:22 +01:00
chylex 0b80d3e04a Refactor Mono specific code in AboutForm and fix broken button anchor 2016-03-13 12:54:17 +01:00
chylex 9b579b3542 Fix event issue after removing Help button from AboutForm in Mono 2016-03-13 12:35:47 +01:00
chylex 1c8079fd56 Hide AboutForm Help button on Mono builds due to lack of support 2016-03-13 12:27:20 +01:00
chylex 8bbbe4b85b Add zip support check 2016-03-12 21:25:49 +01:00
chylex d54a09afa2 Add mozroots import call for Mono certificate issue in GitHub input 2016-03-12 21:05:58 +01:00
chylex 9dccd6eabf Add better GitHub WebException handling 2016-03-12 20:32:16 +01:00
chylex 0beb623dcb Add WINDOWS directive to Debug configuration and hide P/Invoke call in Mono 2016-03-12 16:02:19 +01:00
chylex 8ce78b98e3 Remove a TODO on GitHub class and disable Download button when typing 2016-03-08 01:19:59 +01:00
chylex 4b3aab7f80 Added template and project exception handling 2016-03-07 22:41:54 +01:00
chylex 629e5e35e5 Seal the form classes 2016-03-07 00:42:04 +01:00
chylex 20d08cf0a2 Fix inspection issues (localizable strings, template css & js fixes) 2016-03-07 00:34:28 +01:00
chylex e22d49b161 Add a file filter to ProjectDebugForm 2016-03-06 00:26:28 +01:00
chylex 07a44aa9aa Change GenerateTreeViewData method signature 2016-03-05 20:32:07 +01:00
chylex 3ed1380bfe Add a WIP TreeView to ProjectDebugForm 2016-03-05 19:41:52 +01:00
chylex 68fc9cb743 Add template rebuild text for template debugging 2016-03-05 15:46:41 +01:00
chylex 67a3434a85 Redo the form layout to make button size modular 2016-03-05 15:15:42 +01:00
chylex 85eceaa4cf Update About document and add ReadMe button to the form 2016-03-05 14:00:20 +01:00
chylex 00d2374e28 Add Help button to AboutForm and replacement tokens to the About document 2016-03-05 13:34:27 +01:00
chylex fe53ff4fee Add a WIP About screen 2016-03-04 01:21:20 +01:00
chylex af5d4ab29b Fix removed ProjectLoadForm progress bar style setting 2016-03-03 21:46:44 +01:00
chylex 7b7bcc2a5c Add GitHub repo existence check and move remaining GitHub texts to Lang 2016-03-03 21:35:09 +01:00
chylex da016f8807 Move GitHubForm strings to Lang and add a Loading... entry when loading branch list 2016-03-03 20:31:01 +01:00
chylex b111a6e4ac Fix ProjectLoadForm download progress bar freaking out when downloading GitHub repo 2016-03-03 20:30:01 +01:00
chylex 7e0f82e356 Redesign GitHubForm with automatic and fixed branch listing, and textbox focus 2016-03-03 13:21:07 +01:00
chylex 8925755d9e Fix and improve GitHub repo matching, add DefaultBranch constant 2016-03-03 13:20:29 +01:00
chylex 29b02a0aa6 Add -nogui program argument support to ProjectLoadForm and GitHubForm 2016-03-02 12:46:12 +01:00
chylex e3d345efd6 Add basic exception handling to FileSearch and Project tasks 2016-03-02 11:49:57 +01:00
chylex f7ee507658 Work on template debugging (fix variables, thread exception, tweak UI) 2016-03-01 23:29:05 +01:00
chylex f097a070a1 Add template file watcher for template debugging 2016-03-01 23:09:45 +01:00
chylex 55ea9c9761 Fix Lang params, input type program arg handling, Open Output button size 2016-03-01 22:54:21 +01:00
chylex 04c4896359 Generate HTML output immediately after processing the project 2016-03-01 22:51:16 +01:00
chylex 739670efc9 Work on input methods (archive drag & drop, GitHub refactoring) 2016-03-01 22:04:52 +01:00
chylex dc11f8bd56 Work on program arguments, including GitHub repo validation 2016-03-01 19:39:41 +01:00
chylex 77e3b32240 Work on behavior (program arguments, missing lang keys) 2016-03-01 19:02:12 +01:00
chylex 5c1c6f6f41 Add template file to ProgramConfiguration 2016-02-29 21:04:32 +01:00