1
0
Fork 0
Commit Graph

450 Commits

Author SHA1 Message Date
chylex f6e07f3247 Remove all unused methods from StringUtils 2016-03-05 17:10:13 +01:00
chylex bd757e639e Make Variables.Increment ignore zero amount 2016-03-05 16:47:42 +01:00
chylex e7502b8ed0 Fix handling Java import statements that end with stars 2016-03-05 16:07:32 +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 a4d693d2bb Merge branch 'master' of https://github.com/chylex/Code-Statistics 2016-03-05 14:00:24 +01:00
chylex 85eceaa4cf Update About document and add ReadMe button to the form 2016-03-05 14:00:20 +01:00
chylex 857e5f65ff Create README.md 2016-03-05 13:57:48 +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 b1f798399d Change how GitHub canceling and disposing is handled 2016-03-03 21:59:24 +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 a0ee24fb27 Fix Project & FileSearch task chaining 2016-03-02 12:41:07 +01:00
chylex f5550c8ad7 Do not build tests in Release 2016-03-02 12:08:18 +01:00
chylex e3d345efd6 Add basic exception handling to FileSearch and Project tasks 2016-03-02 11:49:57 +01:00
chylex c37734c0ba Update Release build settings and make App.config embedded in the assembly 2016-03-01 23:32:06 +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 eb3d59193e Fix dummy input handling in FileSearch 2016-03-01 23:08:28 +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 04351feb89 Fix DummyInputMethod not being added to csproj file 2016-03-01 22:50:33 +01:00
chylex 159b483bfc Add support for input methods in program arguments 2016-03-01 22:24:35 +01:00
chylex 739670efc9 Work on input methods (archive drag & drop, GitHub refactoring) 2016-03-01 22:04:52 +01:00
chylex ad732da243 Add IOUtils.CheckExtension for safe ext checking 2016-03-01 22:01:26 +01:00
chylex 1e96d2090c Add Variables.Dummy 2016-03-01 20:00:58 +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 137cc20a40 Add program argument validation and error handling 2016-03-01 18:50:10 +01:00
chylex 6c6b39ac83 Add parameters to Lang 2016-03-01 18:30:49 +01:00
chylex 5c1c6f6f41 Add template file to ProgramConfiguration 2016-02-29 21:04:32 +01:00
chylex f07017187d Add ProgramConfiguration with output file path handling 2016-02-29 20:36:35 +01:00
chylex b08d510da5 Disable GitHub WebClient proxy to speed up requests 2016-02-29 20:19:42 +01:00
chylex 5c88e51a79 Improve ProjectLoadForm progress bar handling and have marquee for unknown GitHub DL size 2016-02-29 19:59:13 +01:00
chylex 9b9a8ac8f1 Move default template into a Resources namespace and embed it into the assembly 2016-02-29 16:32:32 +01:00
chylex c1d15be2dd Tweak debugger breakpoint in JavaCodeParser 2016-02-29 13:53:38 +01:00
chylex cb7e55e1bb Add zip archive extraction input method 2016-02-29 13:53:17 +01:00
chylex 234eb3e8a0 Fix Java string characters inside comments 2016-02-29 13:52:32 +01:00
chylex afc68a5450 Move MultiFolderDialog and ZipArchive to a different namespace 2016-02-29 13:26:43 +01:00
chylex 19ef6c5dee Add safeguards to GitHubForm (disposing GitHub instance, null check for branch list) 2016-02-29 11:47:15 +01:00
chylex 90afda6d7a Remove ZipArchive disposal from ExtractAsync 2016-02-29 03:06:39 +01:00
chylex 4e4d8eed1f Delete downloaded archives from GitHub 2016-02-29 01:44:47 +01:00
chylex 51b4cbdf4b Add IOUtils.CleanupTemporaryDirectory and change the directory name 2016-02-29 01:44:33 +01:00
chylex b2098e76e6 Add ZipArchive cancellation and GitHub repo extraction 2016-02-29 01:19:30 +01:00