-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathboard.txt
More file actions
45 lines (26 loc) · 1.11 KB
/
board.txt
File metadata and controls
45 lines (26 loc) · 1.11 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
IMPROVEMENTS
---------------------
- Replace Guid with symbol key. Does it have an impact on memory or performance?
Having the symbol key would allow synchronization with a project in the future.
- Consider adding the access modifiers. We could get rid of all private members.
- Virtual Refactorings: TreeView Update may be slow
- Property has not much contrast to method
- Namespace icon differs from others
- Jump to Code from context menu?
- Focus on flagged.
- Collapsed nodes should be recognized
UNHANDLED CASES
---------------------
- Attributes are caught at the class or method level. Not for the parameters like [CallerMemberName]
=> Not useful enough to implement.
- Two projects with the same name (discard one, breaks the symbol key mechanics)
- Properties may show a cycle because get and set are combined into one property element.
This may lead to a false positive cycle but is as intended.
BUGS
---------------------
- Key down gets lost. Not even called on the MainWindow!?
MISSING TEST CASES
---------------------
CLARIFY
---------------------
- Export to png or clipboard with high DPI