1
0
Fork 0
Commit Graph

40 Commits

Author SHA1 Message Date
chylex ddfd07eb24 Move version info to Program class 2016-10-06 00:24:01 +02:00
chylex 13341d4b76 Tweak formatting in main project, do minor refactoring 2016-10-05 22:05:31 +02:00
chylex 10d62b6b75 Move files around and redo build configurations 2016-09-30 02:38:58 +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 76b6803f92 Add a Mono runtime error for Windows builds on program launch 2016-03-13 19:04:17 +01:00
chylex bfc595401a Add Program.IsRunningMono 2016-03-13 19:03:39 +01:00
chylex 159b483bfc Add support for input methods in program arguments 2016-03-01 22:24:35 +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 f07017187d Add ProgramConfiguration with output file path handling 2016-02-29 20:36:35 +01:00
chylex 51b4cbdf4b Add IOUtils.CleanupTemporaryDirectory and change the directory name 2016-02-29 01:44:33 +01:00
chylex cc98ca7372 Rework input by adding IInputMethod implemented by FileSearch and updating forms 2016-02-28 15:51:42 +01:00
chylex 108b2558bb Add CLSCompliant attribute to the assembly 2016-02-27 15:08:46 +01:00
chylex 903e3bd65f Add a FirstChanceException handler for debugging 2016-02-19 15:57:52 +01:00
chylex 6b7048c3b0 Remove unused code in Program class 2016-02-17 16:58:15 +01:00
chylex b4abe82786 Add ProjectLoadForm with a progress bar and description text 2016-02-16 21:13:56 +01:00
chylex bf49220358 Fix form namespace in csproj file and missing visual styles 2016-02-16 20:24:52 +01:00
chylex 353aa7011b Rewrite and cleanup the startup class 2016-02-16 18:35:21 +01:00
chylex a75fdfb0e2 Convert project to WinForms and add a main form with simple buttons 2016-02-16 14:00:06 +01:00
chylex 673f238ccd Remove all console related code 2016-02-16 01:38:56 +01:00
chylex af4ea4fe11 Fix more inspections (mostly missing readonly) 2015-09-11 12:23:47 +02:00
chylex 9b861b912d Fix inconsistencies and unnecessary code (resharper inspections) 2015-09-11 12:16:40 +02:00
chylex 8e8caeb723 Add a dark yellow background to progress bar 2015-09-10 19:45:56 +02:00
chylex 0400deb62b Fix subtitle text in main menu 2015-09-10 17:07:36 +02:00
chylex 5b5fe7d543 Add a link to the project github to main menu 2015-09-10 17:04:51 +02:00
chylex 18c2cb2f56 Tweak project selection menu to support actions 2015-09-10 17:02:21 +02:00
chylex 59818c77a7 Increase console width to 140 2015-09-10 01:56:18 +02:00
chylex 1decd7cec4 Change the project analyzer display text when generating tabs 2015-09-09 21:02:06 +02:00
chylex 676c861f61 Move tab info rendering down 2015-09-09 12:01:40 +02:00
chylex a36f9d237c Add a Quit option to main menu 2015-09-08 20:55:01 +02:00
chylex 1cc9b055e3 Move input methods to a separate namespace 2015-09-08 20:53:56 +02:00
chylex d8b3c91cf8 Autorender first result tab and clear space when switching 2015-09-08 20:46:15 +02:00
chylex 37da5fd911 Move console text to the vertical center 2015-09-08 19:44:43 +02:00
chylex 6596ed0f3e Add ProjectAnalyzer that runs handlers, reports progress and generates tabs 2015-09-08 18:43:37 +02:00
chylex a0c08b3322 Change FileSearch to return the files instead of an event 2015-09-08 15:22:13 +02:00
chylex 4fbaa3974b Add file search 2015-09-08 14:37:20 +02:00
chylex 8193d65568 Return selected tab from the method & intercept buffer input 2015-09-08 14:36:12 +02:00
chylex 77c3c3f0b6 Setup the console with initial project selection dialog 2015-09-08 02:11:12 +02:00
chylex 2e644aabdd Add basic project files 2015-09-08 01:15:53 +02:00