This repository was archived by the owner on Oct 16, 2020. It is now read-only.
Commit 129bf84
committed
Update to NRefactory commit '2a46efacdad982a6fcf07303f57a917585356462'
2a46efa CSharpResolver: return ErrorResolveResult instead of crashing when given an invalid operator type.
2371920 Merge pull request icsharpcode/NRefactory#388 from mono-soc-2013/MateY-IndentEngine
dec33c5 Fixed Bug 18463
9719b41 Added failing unit test.
9d2209e Updated mcs
98f042d Fix #404: Crash in CSharpCompletionEngine.GetLineIndent() when line has no indentation.
39e17c9 Documentation for IAmbience
01bf167 Fix icsharpcode/NRefactory#386: A using statement referring to a missing nested type causes infinite recursion in resolver
2cd1a17 Re-enable NameLookupTests.NamespaceDefinitionOverwritesTypeName
0c4a81e Fixed bug in using declaration namespace name.
09531ca Fixed bug in in IndentBlocksInsideExpressions option.
484160b Added 'IndentBlocksInsideExpressions' formatting option.
a35eafb Improved event method naming.
fd9e073 Removed duplicate event creation data.
81436d0 Added new 'bold' display flag for code completion.1 parent 56b3d62 commit 129bf84
40 files changed
Lines changed: 732 additions & 473 deletions
File tree
- src/Libraries/NRefactory
- ICSharpCode.NRefactory.CSharp
- Ast/GeneralScope
- Completion
- Formatter
- IndentEngine
- OutputVisitor
- Parser/mcs
- Resolver
- ICSharpCode.NRefactory.Tests
- CSharp
- CodeCompletion
- CodeIssues
- Resolver
- FormattingTests
- IndentationTests
- ICSharpCode.NRefactory
- Completion
- TypeSystem
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
Lines changed: 24 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
58 | 81 | | |
59 | 82 | | |
60 | 83 | | |
| |||
Lines changed: 23 additions & 65 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
354 | | - | |
| 353 | + | |
| 354 | + | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| |||
844 | 844 | | |
845 | 845 | | |
846 | 846 | | |
| 847 | + | |
847 | 848 | | |
848 | 849 | | |
849 | 850 | | |
| |||
881 | 882 | | |
882 | 883 | | |
883 | 884 | | |
884 | | - | |
885 | | - | |
886 | | - | |
887 | | - | |
888 | | - | |
889 | | - | |
890 | | - | |
891 | | - | |
892 | | - | |
893 | | - | |
894 | | - | |
| 885 | + | |
| 886 | + | |
895 | 887 | | |
896 | 888 | | |
897 | 889 | | |
| |||
2316 | 2308 | | |
2317 | 2309 | | |
2318 | 2310 | | |
2319 | | - | |
| 2311 | + | |
2320 | 2312 | | |
2321 | 2313 | | |
2322 | 2314 | | |
| |||
2364 | 2356 | | |
2365 | 2357 | | |
2366 | 2358 | | |
2367 | | - | |
| 2359 | + | |
2368 | 2360 | | |
2369 | 2361 | | |
2370 | 2362 | | |
| |||
2589 | 2581 | | |
2590 | 2582 | | |
2591 | 2583 | | |
2592 | | - | |
| 2584 | + | |
2593 | 2585 | | |
2594 | 2586 | | |
2595 | | - | |
2596 | | - | |
2597 | | - | |
2598 | | - | |
2599 | | - | |
2600 | | - | |
2601 | | - | |
2602 | | - | |
2603 | | - | |
2604 | | - | |
2605 | | - | |
2606 | | - | |
2607 | | - | |
2608 | | - | |
2609 | | - | |
2610 | | - | |
2611 | | - | |
2612 | | - | |
2613 | | - | |
2614 | | - | |
2615 | | - | |
2616 | | - | |
2617 | | - | |
2618 | | - | |
2619 | | - | |
2620 | | - | |
2621 | | - | |
| 2587 | + | |
2622 | 2588 | | |
2623 | 2589 | | |
2624 | 2590 | | |
| |||
2654 | 2620 | | |
2655 | 2621 | | |
2656 | 2622 | | |
2657 | | - | |
| 2623 | + | |
2658 | 2624 | | |
2659 | 2625 | | |
2660 | 2626 | | |
2661 | 2627 | | |
2662 | 2628 | | |
2663 | | - | |
| 2629 | + | |
2664 | 2630 | | |
2665 | 2631 | | |
2666 | 2632 | | |
| |||
2691 | 2657 | | |
2692 | 2658 | | |
2693 | 2659 | | |
2694 | | - | |
| 2660 | + | |
2695 | 2661 | | |
2696 | 2662 | | |
2697 | 2663 | | |
2698 | 2664 | | |
2699 | 2665 | | |
2700 | | - | |
| 2666 | + | |
2701 | 2667 | | |
2702 | 2668 | | |
2703 | 2669 | | |
2704 | 2670 | | |
2705 | 2671 | | |
2706 | 2672 | | |
2707 | | - | |
| 2673 | + | |
2708 | 2674 | | |
2709 | 2675 | | |
2710 | 2676 | | |
2711 | 2677 | | |
2712 | 2678 | | |
2713 | | - | |
| 2679 | + | |
2714 | 2680 | | |
2715 | 2681 | | |
2716 | 2682 | | |
2717 | 2683 | | |
2718 | 2684 | | |
2719 | 2685 | | |
2720 | 2686 | | |
2721 | | - | |
| 2687 | + | |
2722 | 2688 | | |
2723 | 2689 | | |
2724 | 2690 | | |
2725 | 2691 | | |
2726 | 2692 | | |
2727 | | - | |
| 2693 | + | |
2728 | 2694 | | |
2729 | 2695 | | |
2730 | 2696 | | |
2731 | 2697 | | |
2732 | 2698 | | |
2733 | 2699 | | |
2734 | | - | |
2735 | | - | |
| 2700 | + | |
2736 | 2701 | | |
| 2702 | + | |
| 2703 | + | |
| 2704 | + | |
2737 | 2705 | | |
2738 | | - | |
2739 | | - | |
2740 | | - | |
2741 | | - | |
2742 | | - | |
2743 | | - | |
2744 | | - | |
2745 | | - | |
2746 | | - | |
2747 | | - | |
2748 | 2706 | | |
2749 | 2707 | | |
2750 | 2708 | | |
| |||
2835 | 2793 | | |
2836 | 2794 | | |
2837 | 2795 | | |
2838 | | - | |
| 2796 | + | |
2839 | 2797 | | |
2840 | 2798 | | |
2841 | 2799 | | |
| |||
2900 | 2858 | | |
2901 | 2859 | | |
2902 | 2860 | | |
2903 | | - | |
| 2861 | + | |
2904 | 2862 | | |
2905 | 2863 | | |
2906 | 2864 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
189 | 194 | | |
190 | 195 | | |
191 | 196 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
390 | 391 | | |
391 | 392 | | |
392 | 393 | | |
| 394 | + | |
393 | 395 | | |
394 | 396 | | |
395 | 397 | | |
| |||
418 | 420 | | |
419 | 421 | | |
420 | 422 | | |
| 423 | + | |
421 | 424 | | |
422 | 425 | | |
423 | 426 | | |
| |||
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| 392 | + | |
| 393 | + | |
392 | 394 | | |
| 395 | + | |
| 396 | + | |
393 | 397 | | |
394 | 398 | | |
395 | 399 | | |
396 | 400 | | |
397 | 401 | | |
| 402 | + | |
| 403 | + | |
398 | 404 | | |
| 405 | + | |
| 406 | + | |
399 | 407 | | |
400 | 408 | | |
401 | 409 | | |
| |||
405 | 413 | | |
406 | 414 | | |
407 | 415 | | |
| 416 | + | |
| 417 | + | |
408 | 418 | | |
| 419 | + | |
| 420 | + | |
409 | 421 | | |
410 | 422 | | |
411 | 423 | | |
| |||
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
488 | | - | |
489 | 488 | | |
490 | 489 | | |
491 | 490 | | |
| |||
517 | 516 | | |
518 | 517 | | |
519 | 518 | | |
520 | | - | |
521 | | - | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
522 | 523 | | |
523 | 524 | | |
524 | 525 | | |
| |||
1032 | 1033 | | |
1033 | 1034 | | |
1034 | 1035 | | |
1035 | | - | |
| 1036 | + | |
1036 | 1037 | | |
1037 | 1038 | | |
1038 | 1039 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments