1
0
Fork 0
Commit Graph

112 Commits

Author SHA1 Message Date
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 85168862ca Move FormUtils from Core to the main project 2016-10-05 21:34:02 +02:00
chylex 10d62b6b75 Move files around and redo build configurations 2016-09-30 02:38:58 +02:00
chylex 0838daaa26 Move Java handling to a separate project 2016-06-24 14:22:05 +02:00
chylex 02dfe82204 Refactor abstract classes, interfaces, and utils to a separate project CodeStatisticsCore 2016-06-23 02:05:37 +02:00
chylex 99d89e7ca1 Work on Java code block parsing (custom parser with keyword finding) 2016-03-17 01:33:48 +01:00
chylex 031988f36d Add WIP Java FlowStatement class and remove Java labels from template 2016-03-12 17:08:25 +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 610af8260c Separate Windows and Mono project configurations 2016-03-12 15:29:27 +01:00
chylex 3862f3005b Move global Java info from JavaState to JavaGlobalInfo class 2016-03-10 17:25:27 +01:00
chylex 3e30a964db Add a static EnumDictionary class to simplify dicts with Enum keys 2016-03-10 13:13:08 +01:00
chylex 4b3aab7f80 Added template and project exception handling 2016-03-07 22:41:54 +01:00
chylex cc2ff88504 Add CounterDictionary 2016-03-06 03:03:07 +01:00
chylex fe53ff4fee Add a WIP About screen 2016-03-04 01:21:20 +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 04351feb89 Fix DummyInputMethod not being added to csproj file 2016-03-01 22:50:33 +01:00
chylex f07017187d Add ProgramConfiguration with output file path handling 2016-02-29 20:36:35 +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 cb7e55e1bb Add zip archive extraction input method 2016-02-29 13:53:17 +01:00
chylex afc68a5450 Move MultiFolderDialog and ZipArchive to a different namespace 2016-02-29 13:26:43 +01:00
chylex 8bfefab568 Rename ZipExtraction to ZipArchive and make it public 2016-02-29 01:01:43 +01:00
chylex feeb31519c Add a WIP ZipExtraction class 2016-02-28 22:58:43 +01:00
chylex 9a205f2600 Add missing GitHubForm classes to csproj file 2016-02-28 22:58:26 +01:00
chylex cba89fc070 Work on GitHub (branch list, repo download, basic form) 2016-02-28 22:24:01 +01:00
chylex 2e43553228 Move InvokeOnUIThread into a static extension class 2016-02-28 20:44:43 +01:00
chylex cc98ca7372 Rework input by adding IInputMethod implemented by FileSearch and updating forms 2016-02-28 15:51:42 +01:00
chylex 2682ed98bb Add basic GitHub repository downloader class 2016-02-28 15:47:01 +01:00
chylex afd99bafe8 Move MultiFolderDialog to Input/Methods namespace 2016-02-28 14:51:38 +01:00
chylex 466c7dfaa2 Add Java TypeIdentifier for easier identifier handling 2016-02-28 13:33:44 +01:00
chylex a2e8e80050 Remove unused Triple struct 2016-02-27 15:32:14 +01:00
chylex 771a7aeb45 Add Java TypeOf struct and use it for return/parameter types 2016-02-25 10:50:20 +01:00
chylex 660839eac8 Add skeletons of Java Field and Method classes 2016-02-24 19:38:38 +01:00
chylex 6158a62c18 Remove outdated JavaParser class 2016-02-24 16:54:45 +01:00
chylex 990bdfdc72 Add Java Primitives enum 2016-02-24 16:50:11 +01:00
chylex 45d951080e Address globalization - add Lang class and missing culture info 2016-02-24 16:04:13 +01:00
chylex 699b32b8d6 Add Java Member class and annotation & modifier list reading methods 2016-02-24 02:00:18 +01:00
chylex cac64aaadf Add a Java Type class and declaration type reading 2016-02-23 22:39:16 +01:00
chylex bd9dcf3920 Rename ImportStatement to Import 2016-02-23 18:20:40 +01:00
chylex f07178749b Add Java Modifiers enum 2016-02-23 18:20:15 +01:00
chylex 94eb8a93f2 Add BiDictionary collection 2016-02-23 17:59:20 +01:00
chylex 205d201a9c Move JavaCharacters and JavaParseUtils to Java.Utils namespace 2016-02-23 17:40:46 +01:00
chylex fd2cd9de3b Remove unused references 2016-02-23 15:40:18 +01:00
chylex ab6594776a Remove unused JavaParseUtils 2016-02-22 23:02:34 +01:00
chylex a22252a0ed Add Java element structs - Annotation & ImportStatement 2016-02-22 16:43:28 +01:00
chylex 9502461ba2 Add a basic skeleton for JavaCodeParser class to handle java code files 2016-02-22 14:36:53 +01:00
chylex 0decbbfec3 Add a basic CodeParser class for code navigation plus unit tests 2016-02-22 02:03:02 +01:00
chylex 1bc30401f1 Add a WIP JavaCharacters class with identifier characters 2016-02-21 23:28:04 +01:00
chylex 599f644a87 Add CharacterRangeSet with unit tests 2016-02-21 23:00:10 +01:00
chylex eb68401d6c Remove or comment out most old and unused Java handling classes 2016-02-21 00:18:15 +01:00