Siegfried Pammer
00e70228a1
move /AddIns/DefaultTextEditor/CodeCompletion to /SharpDevelop/ViewContent/TextEditor/CodeCompletion;
...
move all SearchAndReplace add-in paths to /AddIns/SearchAndReplace;
move /SharpDevelop/ViewContent/DefaultTextEditor/ToolTips to /SharpDevelop/ViewContent/TextEditor/ToolTips
14 years ago
Siegfried Pammer
73ddefe075
fix AlwaysUseShortTypeNames omitting generic type arguments
14 years ago
Siegfried Pammer
a79c7dad3f
implement find references on local variables
14 years ago
Siegfried Pammer
813105f9d9
implement DefinitionViewPad again
14 years ago
Siegfried Pammer
edd71b77e9
fix CSharpBinding reference to NRefactory.CSharp; fix long type names bug in CSharpAmbience
14 years ago
Daniel Grunwald
c50d1a4f46
Fix unit tests after moving CSharpAmbienceTests to different namespace.
14 years ago
Daniel Grunwald
77d5f4163e
Update to Mono.Cecil 0.9.5-33-g5ce1cb6
14 years ago
Siegfried Pammer
1cf7ecb3f1
moved Ambience to NRefactory
14 years ago
Siegfried Pammer
af18125b40
implement all different members in CSharpAmbience output
14 years ago
Siegfried Pammer
b8510c56d9
extend IAmbience to use ITypeResolveContext; add support for fields and add tests
14 years ago
Siegfried Pammer
b003c042d0
implement CSharpAmbience for ITypeDefinition
14 years ago
Siegfried Pammer
c1a89d234e
remove failing tests from ICSharpCode.SharpDevelop.Tests.csproj; add CSharpAmbienceTests
14 years ago
Daniel Grunwald
1d95f36481
Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharpCode.NRefactory.Editor; put NR.C# in separate assembly)
14 years ago
Daniel Grunwald
48790ee777
Merge changes from NRefactory into SharpDevelop newNR branch.
14 years ago
Daniel Grunwald
9de8c14c02
Fixed resolving event declarations.
14 years ago
Daniel Grunwald
dfc98609ce
Move ICSharpCode.Editor into NRefactory.
14 years ago
Daniel Grunwald
b7a17c206e
Adjust unit tests to InvocationResolveResult changes.
14 years ago
Daniel Grunwald
b5b2408cbc
Move NRefactory.CSharp to separate assembly.
14 years ago
Daniel Grunwald
e37dc4b6c7
Move ResolveResults to NR.Semantics
14 years ago
Mike Krüger
8e78ca4d3c
Use path combine.
14 years ago
Mike Krüger
447558f2c0
Fixed parser test set up for non windows systems.
14 years ago
Daniel Grunwald
ae406e9c31
Adjust SharpDevelop to NRefactory API changes
14 years ago
Daniel Grunwald
c20aa3e04e
Merge commit '611c310eb2867f65b1db2460c6d8b0cbc57ba37e' from NRefactory repository into SharpDevelop's newNR branch.
14 years ago
Daniel Grunwald
611c310eb2
Change IConstantValue API to use ResolveResult.
14 years ago
Daniel Grunwald
6bc485fa1b
Merge NRefactory changes from SharpDevelop into NRefactory repository.
14 years ago
Daniel Grunwald
ea42e6354b
Fix bug that caused the wrong part to be removed from a compound class.
14 years ago
Daniel Grunwald
3bf2871b51
Make Find References multi-threaded.
14 years ago
Daniel Grunwald
e73c0785e3
Make Find References multi-threaded.
14 years ago
Mike Krüger
e7d9bf64e4
Fixed attribute section tests.
14 years ago
Mike Krüger
957c48eede
Fixed query expression tests.
14 years ago
Mike Krüger
02fe3e32e5
Fixed array create expression tests.
14 years ago
Daniel Grunwald
e926745da6
Fixed resolver bugs that caused unit test errors.
14 years ago
Daniel Grunwald
4dd6acb810
Allow recursive synchronization (e.g. for calling GetTypes() on a single project content while a composite project content is synchronized)
14 years ago
Daniel Grunwald
bb0311375c
Allow recursive synchronization (e.g. for calling GetTypes() on a single project content while a composite project content is synchronized)
14 years ago
Daniel Grunwald
6b56440cb5
Reimplemented "Find derived classes"
14 years ago
Daniel Grunwald
683d3535b1
Implemented "Find references"
14 years ago
Daniel Grunwald
9957c52ff2
Implemented "Find references"
14 years ago
Daniel Grunwald
a06110c255
Rename ParsedFile to CSharpParsedFile.
14 years ago
Daniel Grunwald
8885484971
Add IndexOf() method to ITextSource.
14 years ago
Daniel Grunwald
be53547366
Merge branch '4.1' into newNR
14 years ago
Daniel Grunwald
68b5f28abe
Merge branch '4.1' into newNR
14 years ago
Daniel Grunwald
a82e7ce23c
Merge commit '558e1585ebf04c5080b857b9de994e07cf922773' from NRefactory repository into SharpDevelop's newNR branch.
14 years ago
Daniel Grunwald
558e1585eb
Fix resolver crashes
14 years ago
Daniel Grunwald
46676a45fb
Add GetInterestingFileNames to FindReferences.
...
Fixed a few resolver issues related to find references.
14 years ago
Daniel Grunwald
7f11fe3be0
Fixed bugs that caused some nodes not to be resolved in a "resolve all" run.
14 years ago
Daniel Grunwald
b0051f4960
Fix SD-1858 - InvalidOperationException in DockingManager.CoerceActiveDocumentValue when right-clicking document tab while it is closing
14 years ago
Siegfried Pammer
d01a87961a
implement SD-1855 - Add option for disabling ChangeMarkerMargin
14 years ago
Matt Ward
c692824b5d
Resolve assemblies referenced by T4 templates that are not referenced by the project.
14 years ago
Daniel Grunwald
5df40bdd49
WPF Designer: use transaction when moving items in outline pad. (fixes http://community.sharpdevelop.net/forums/t/13248.aspx )
14 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 )
14 years ago