|
30c91fd5ff
|
Add a custom template engine (dynamic content is TODO)
|
2016-02-16 00:08:41 +01:00 |
|
|
e1a5cc5289
|
Update the template file with the final token syntax
|
2016-02-15 23:59:38 +01:00 |
|
|
b25732114d
|
Add an empty Variables class to use for data handling in future
|
2016-02-15 23:59:19 +01:00 |
|
|
33ba2e80c2
|
Add a basic template to work on html output generation
|
2016-02-15 01:32:03 +01:00 |
|
|
af4ea4fe11
|
Fix more inspections (mostly missing readonly)
|
2015-09-11 12:23:47 +02:00 |
|
|
9b861b912d
|
Fix inconsistencies and unnecessary code (resharper inspections)
|
2015-09-11 12:16:40 +02:00 |
|
|
220f3e2750
|
Hide "abstract fields" because they don't actually exist
|
2015-09-11 00:35:30 +02:00 |
|
|
1925551fa2
|
Fix alignment of the right column in Java Syntax tab
|
2015-09-11 00:25:50 +02:00 |
|
|
013e5673f3
|
Fix while and do/while cycle counter
|
2015-09-11 00:25:35 +02:00 |
|
|
b8600ca64f
|
Tweak visuals of Java tabs
|
2015-09-11 00:17:58 +02:00 |
|
|
a5595d7ef8
|
Increase JavaHandler weight
|
2015-09-11 00:14:56 +02:00 |
|
|
f88e79de8a
|
Print fields and methods to Java Syntax tab
|
2015-09-11 00:14:29 +02:00 |
|
|
409f467c89
|
Add field and method parsing and counting to Java handler
|
2015-09-10 23:33:16 +02:00 |
|
|
df326aecd6
|
Add JavaModifiers
|
2015-09-10 22:26:50 +02:00 |
|
|
9beab6f6ed
|
Add some precautions to Java parsing
|
2015-09-10 21:02:09 +02:00 |
|
|
8e8caeb723
|
Add a dark yellow background to progress bar
|
2015-09-10 19:45:56 +02:00 |
|
|
756ff981e7
|
Add weighted project analysis progress
|
2015-09-10 19:43:55 +02:00 |
|
|
ca14d99620
|
Add a Syntax tab to Java handler with cycles
|
2015-09-10 18:39:26 +02:00 |
|
|
85eddbd8c4
|
Add a Triple collection
|
2015-09-10 18:38:29 +02:00 |
|
|
87140bd53a
|
Add detection of some Java syntax elements
|
2015-09-10 18:03:39 +02:00 |
|
|
d13dbcd86b
|
Change capitalization in comments
|
2015-09-10 18:03:22 +02:00 |
|
|
0400deb62b
|
Fix subtitle text in main menu
|
2015-09-10 17:07:36 +02:00 |
|
|
5b5fe7d543
|
Add a link to the project github to main menu
|
2015-09-10 17:04:51 +02:00 |
|
|
18c2cb2f56
|
Tweak project selection menu to support actions
|
2015-09-10 17:02:21 +02:00 |
|
|
836b4d8e54
|
Make Java modifier detection safer and change Asset tab color
|
2015-09-10 16:08:20 +02:00 |
|
|
50a6b8033d
|
Add a Java Primitives tab
|
2015-09-10 16:03:32 +02:00 |
|
|
1aaec91738
|
Count primitives in Java
|
2015-09-10 15:21:34 +02:00 |
|
|
4adccad19d
|
Add basic classes for Java primitive handling
|
2015-09-10 14:50:08 +02:00 |
|
|
4a4907f51d
|
Rename some public fields and cleanup code
|
2015-09-10 14:49:10 +02:00 |
|
|
340b5fc1a1
|
Fix and cleanup Java general tab
|
2015-09-10 11:57:43 +02:00 |
|
|
4da96b2870
|
Add some comments
|
2015-09-10 11:38:14 +02:00 |
|
|
21bd47002f
|
Add padding to Files tab in Java handler
|
2015-09-10 11:38:01 +02:00 |
|
|
8a6cfcd155
|
Finish the General tab for Java
|
2015-09-10 11:37:36 +02:00 |
|
|
7b55b6bf2f
|
Add nested type counting to Java handler
|
2015-09-10 11:37:13 +02:00 |
|
|
e4ba2ede63
|
Move JavaType to a separate namespace
|
2015-09-10 11:36:32 +02:00 |
|
|
628c6608c1
|
Fix crash when sorting minor handlers
|
2015-09-10 03:31:52 +02:00 |
|
|
8e754487ac
|
Add file counts to general Java tab
|
2015-09-10 03:12:44 +02:00 |
|
|
1ca023f4c9
|
Add a method for retrieving a handler by type
|
2015-09-10 03:11:34 +02:00 |
|
|
48496467ab
|
Add handling of unknown files
|
2015-09-10 03:11:07 +02:00 |
|
|
4e3b4395a2
|
Change the string regex to work on full string
|
2015-09-10 02:56:53 +02:00 |
|
|
cc35366288
|
Tweak visuals of console tabs
|
2015-09-10 02:50:59 +02:00 |
|
|
6b437b407d
|
Cleanup tabs
|
2015-09-10 02:50:45 +02:00 |
|
|
412faad274
|
Add tests for Java parser regexes
|
2015-09-10 02:50:24 +02:00 |
|
|
b98e5b8c78
|
Add regex for Java string removal
|
2015-09-10 02:50:08 +02:00 |
|
|
9d19202076
|
Add a Files tab to Java handler
|
2015-09-10 01:58:16 +02:00 |
|
|
59818c77a7
|
Increase console width to 140
|
2015-09-10 01:56:18 +02:00 |
|
|
a003a2fdd1
|
Move GetSimpleName to JavaParseUtils
|
2015-09-10 01:55:56 +02:00 |
|
|
e731d8a576
|
Cleanup JavaNamesTab
|
2015-09-10 01:55:48 +02:00 |
|
|
7edf8a588f
|
Add the tab classes to compile list
|
2015-09-10 01:55:14 +02:00 |
|
|
12cb56ffc7
|
Add Write methods that take ConsoleColor to ConsoleWrapper
|
2015-09-10 01:53:50 +02:00 |
|