forked from marek-stoj/ImmDoc.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
28 lines (21 loc) · 842 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Assembly analysis features:
- #cctor members (static constructors),
- resolving of types links,
- <seealso> tags,
- HasSecurity and Serializable attributes,
- custom attributes,
- explicit interface implementation,
- inheritance hierarchy,
- detect usage of 'new' modifier,
Usability features:
- sort TOC,
- allow contents of the main header to be wrapped,
- fix header in left menu frame (it should always be on top even after vertical scrolling),
- remove dotted lines in tree view for last children,
- create front-end,
Bugs:
- BUG: some complicated methods with ref parameters can't be found,
- BUG: in Firefox with toggling the left menu after manually resizing the frame,
Source code refactorings:
- revise handling of errors and warnings,
- refactor methods GetXXXAttributes(),