Daniel Grunwald
9957c52ff2
Implemented "Find references"
15 years ago
Daniel Grunwald
68b5f28abe
Merge branch '4.1' into newNR
15 years ago
Daniel Grunwald
a82e7ce23c
Merge commit '558e1585ebf04c5080b857b9de994e07cf922773' from NRefactory repository into SharpDevelop's newNR branch.
15 years ago
Daniel Grunwald
558e1585eb
Fix resolver crashes
15 years ago
Daniel Grunwald
46676a45fb
Add GetInterestingFileNames to FindReferences.
...
Fixed a few resolver issues related to find references.
15 years ago
Daniel Grunwald
7f11fe3be0
Fixed bugs that caused some nodes not to be resolved in a "resolve all" run.
15 years ago
Daniel Grunwald
b0051f4960
Fix SD-1858 - InvalidOperationException in DockingManager.CoerceActiveDocumentValue when right-clicking document tab while it is closing
15 years ago
Siegfried Pammer
d01a87961a
implement SD-1855 - Add option for disabling ChangeMarkerMargin
15 years ago
Matt Ward
c692824b5d
Resolve assemblies referenced by T4 templates that are not referenced by the project.
15 years ago
Daniel Grunwald
5df40bdd49
WPF Designer: use transaction when moving items in outline pad. (fixes http://community.sharpdevelop.net/forums/t/13248.aspx )
15 years ago
Daniel Grunwald
c67e7b2394
WPF Designer: Fixed "Cannot undo when item is moved inside outline view" ( http://community.sharpdevelop.net/forums/t/13247.aspx )
15 years ago
Daniel Grunwald
c1ba2b7a41
WPF Designer: Fixed "Cannot move multiple controls" ( http://community.sharpdevelop.net/forums/t/13250.aspx )
15 years ago
Daniel Grunwald
acefecc74e
Ignore ExternalException when clipboard cannot be opened for pasting.
15 years ago
Daniel Grunwald
18b03738c2
Fix ArgumentOutOfRangeException in TypeInference when a class is being used with an incorrect number of type arguments ( http://community.sharpdevelop.net/forums/t/13134.aspx )
15 years ago
Daniel Grunwald
99b802c134
Fixed 'toggle bookmark' command.
15 years ago
Daniel Grunwald
a32eb48327
Don't create an unnecessary copy of the whole text buffer when showing a tooltip on the ChangeMargin
15 years ago
Daniel Grunwald
3a6ef5746a
Handle ObjectDisposedException in VBNetCompilationUnit.get_OptionInfer
15 years ago
Matt Ward
94b19a39cf
Fix parser exception when a T4 template includes another T4 template with a class feature block.
15 years ago
Siegfried Pammer
2dfbaffa45
fix http://community.sharpdevelop.net/forums/t/13749.aspx
15 years ago
Daniel Grunwald
a8a16ef26f
Fixed crash when closing Add Reference dialog while search is still running.
15 years ago
Siegfried Pammer
c27f08fc70
fix SD-1815 - SharpDevelop hangs when searching entire project that contains a file with only one character ( http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1815&PROJID=4 )
15 years ago
Daniel Grunwald
42bc87ba02
Change ResolveVisitor to report the location of conversions.
15 years ago
Siegfried Pammer
5ef85c6c5e
fix SD-1849 - Unhandled exception when replacing all text in text editor ( http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1849&PROJID=4 )
15 years ago
Siegfried Pammer
50a678c30c
fix bugs in FormLocationHelper if working on high DPI displays
15 years ago
Siegfried Pammer
9dc3902892
fix SD-1554 - AvalonDock: windows placed on the second screen stay there even when unplugged ( http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1554&PROJID=4 )
15 years ago
Daniel Grunwald
4cc64bb9b8
Fixed resolving LINQ group joins.
15 years ago
Daniel Grunwald
5b17740bea
Use explicit interface implementation in ResolveVisitor to make it clear what the public API is supposed to be.
...
Added support for QueryJoinClause and QueryOrderClause to the resolver.
15 years ago
Matt Ward
788044949c
Fix ordering of OK and cancel buttons on Select Projects dialog.
15 years ago
Siegfried Pammer
8f6fa645cf
fix SD-1774 - Floating and AutoHide windows are reset to Docked state when BringPadToFront() is called ( http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1774&PROJID=4 )
15 years ago
Daniel Grunwald
f807e6166f
TypeSystemAstBuilder: when a type reference cannot be resolved but is a C# type reference, output the original C# code that was used to created the type reference.
15 years ago
Daniel Grunwald
023e13b21d
Merge changes from SharpDevelop into the main NRefactory repository.
15 years ago
Daniel Grunwald
b193dc91a5
FastSerializer: Add support for 'Fixed Instances', e.g. for serializing object graphs that have references to a singleton.
15 years ago
Daniel Grunwald
a5865bdd8e
Implemented "Find References".
15 years ago
Siegfried Pammer
3bb6b1fab2
fix non-disposed change watcher on file rename
15 years ago
Siegfried Pammer
a40960c9d5
fix http://community.sharpdevelop.net/forums/t/13742.aspx
15 years ago
Daniel Grunwald
6fc1d200d4
Dispose ProjectChangeWatcher when solution is disposed.
...
Fixed adding 'AnyCPU' platform to a single project using the configuration editor.
Save "GlobalSection(NestedProjects)" in the correct order - SharpDevelop was saving it in the opposite order of the "Project"-sections. This was the cause of the whole .sln-file getting rearranged on every change, making merging .sln changes difficult.
Note that fixed SharpDevelop version will rearrange the solution one last time if the "NestedProjects" global section specifies a different order than the "Project"-sections.
15 years ago
Daniel Grunwald
19820f6cc2
Fix some issues with LoadSolutionProjects-thread.
15 years ago
Daniel Grunwald
33abc64eec
Replace AstNode.GetResolvableNodeAt() with the ResolveAtLocation helper class.
15 years ago
Daniel Grunwald
a93fd14efb
Adjust unit tests and fix bugs introduced by caching.
15 years ago
Daniel Grunwald
2b3d66998b
Add ITypeResolveContext.GetKnownTypeDefinition() for efficiently retrieving built-in types.
15 years ago
Daniel Grunwald
8a05ada508
Don't keep the per-using scope and per-type definiton caches around longer than necessary.
15 years ago
Daniel Grunwald
ecdf195bde
Cache simple name lookups more aggressively.
15 years ago
Daniel Grunwald
50f70415c4
Cache resolved CSharpConstantValue.
15 years ago
Daniel Grunwald
47eb18363e
Reuse Conversions instance across multiple files by storing it in the CacheManager.
15 years ago
Daniel Grunwald
82fad4ef64
Use 'UsingScopeCache' instance for caching the extension methods.
15 years ago
Daniel Grunwald
2be1569cc7
Add cache for implicit conversions for 25% performance boost.
...
Also did some improvements to interning.
15 years ago
Daniel Grunwald
391a6bc8b7
Cache resolved SimpleTypeOrNamespaceReference/MemberTypeOrNamespaceReference, and intern those references.
15 years ago
Daniel Grunwald
3fdf0ee6c6
Implemented resolver for LINQ queries.
15 years ago
Siegfried Pammer
d5f606eda2
SD-1847 - Search Results should use same font as the text editor ( http://bugtracker.sharpdevelop.net/Issue/Comment.aspx?ID=1847&PROJID=4 )
15 years ago
Siegfried Pammer
74ff5b60f4
fix SD-1833 - Method Insight popup exceeds screen ( http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?ID=1833&PROJID=4 )
15 years ago