gumme
1f59343285
Name changes is now performed using UndoService. This also fixes that name changes was not always saved to xaml source.
12 years ago
Daniel Grunwald
e25c69457c
Set samples/XamlDesigner to .NET 4.5.
12 years ago
Matt Ward
166f0b86cf
Return correct EnvDTE.CodeClass2.ClassKind for a partial class.
12 years ago
Matt Ward
7f51827b3f
Implement Namespace for EnvDTE.CodeType.
12 years ago
Siegfried Pammer
caaedbd722
add partial implementation of rename for the WPF designer
12 years ago
Matt Ward
30a5d66bb3
Update tests for EnvDTE.CodeNamespace.
12 years ago
Matt Ward
54b0f8e8e3
Move test to correct namespace.
12 years ago
Matt Ward
458f774d0f
Only use NRefactory in EnvDTE.CodeType.
12 years ago
Matt Ward
05deb98ab4
Update unit tests for EnvDTE.CodeDelegate.
12 years ago
Dragan
2c134f190e
CodeCoverage: Corner cases / refactoring
12 years ago
Dragan
3014d09f7d
CodeCoverage: remove experiment
12 years ago
Dragan
34a9754c9f
CodeCoverage: experiment
12 years ago
Matt Ward
e73cdbe844
Update tests for EnvDTE.CodeAttribute2.
12 years ago
Matt Ward
8041636e5c
Update tests for EnvDTE.CodeStruct.
12 years ago
Matt Ward
28e211f3ce
Update tests for EnvDTE.CodeInterface
12 years ago
Matt Ward
a0bedbb4c6
Update tests for EnvDTE.CodeTypeRef2
12 years ago
Matt Ward
dea25f9bbf
Update EnvDTE.CodeFunction tests.
12 years ago
Matt Ward
43bffe6e32
Update EnvDTE.CodeParameter2 tests.
12 years ago
Matt Ward
9c6217e718
Implement EnvDTE.CodeProperty2
12 years ago
Matt Ward
73eb90fe9d
Implement more EnvDTE.CodeClass2 tests.
12 years ago
Matt Ward
e8338ae539
Update EnvDTE.CodeVariable tests.
12 years ago
Matt Ward
22b2a6e177
Update EnvDTE.CodeType unit tests.
...
Return correct value for InfoLocation on EnvDTE.CodeType.
12 years ago
Matt Ward
13b519f062
Implement parts of EnvDTE.CodeModel
12 years ago
Patryk Mikos
71a6ee8bfc
ClipboardRingPopup support for empty ClipboardRing
12 years ago
Siegfried Pammer
16afb54ed5
add missing CodeGenerationService to refactoring context: fixes availability of "implement interface" et al.
12 years ago
Patryk Mikos
e8d40b51e0
ClipboardRing update after selecting - support for context menu
12 years ago
Patryk Mikos
51aa3d3043
ClipboardRingPopup support for long entries
12 years ago
Patryk Mikos
4fb28f4317
ClipboardRingPopup support for long entries - skeleton
12 years ago
Dragan
9e04fe810d
CodeCoverage: Merge branch points on OffsetEnd
12 years ago
Patryk Mikos
4f090fee49
Options -> HighlightCurrentLine fix
12 years ago
Patryk Mikos
824d12ba3b
move ClipboardRingAction to new file
12 years ago
Daniel Grunwald
46bd8876f0
Adjust CSharpBinding to NRefactory changes.
12 years ago
Siegfried Pammer
7ff96d0aaa
fix bug in decompiler: did not use the correct assembly resolver
12 years ago
Siegfried Pammer
cb631e64e1
fix bug in EditorScript.InsertWithCursor when executing a nested script in a different file, the "root" script was not properly disposed after the nested script finished.
12 years ago
Siegfried Pammer
c6f1c242cd
remove recently added IsRootComponent method, as it is not really needed
12 years ago
Siegfried Pammer
89d88c7885
component rename: add special case for root component (i.e. the form or control being designed)
12 years ago
Siegfried Pammer
b9280c1e8f
reimplement automated rename of fields in Windows Forms Designer
12 years ago
Patryk Mikos
40675dc5fb
Fix current line renderer bug -> render long lines
12 years ago
Patryk Mikos
94e1938dec
Prevent adding blank lines to ClipboardRing
12 years ago
Patryk Mikos
7a4a2e1903
Add clipboard ring to menu
12 years ago
Patryk Mikos
581a9cf281
Clipboard Ring popup context menu added
12 years ago
Dragan
839011ebb6
CodeCoverage Refactoring for performance
12 years ago
Patryk Mikos
138e5e0add
Remove Text: prefix and item duplications from clipboard ring
12 years ago
Matt Ward
1cfe96d5b5
Fix error when installing EF.SharpDevelop NuGet package.
...
Enumerating the EnvDTE.Project.Object.References in a different app domain
was trying to load the PackageManagement assembly and failing. Changed
EnvDTE.References so it only exposes types in the SharpDevelop.EnvDTE assembly
and switch to using IEnumerable on the EnvDTE.References class.
12 years ago
Matt Ward
d5d7fd4281
Add PublicKeyToken, StrongName and Identity to EnvDTE.Reference
...
Used by Entity Framework 6
12 years ago
Patryk Mikos
e16558b94a
Add Highlight current line option to Tools->Options memu
12 years ago
Patryk Mikos
9206e93451
Highlight current line added in AvalonEdit
12 years ago
Dragan
55f9a6014c
CodeCoverage Fix "in" keyword
12 years ago
Dragan
318474e164
CodeCoverage Duplicate Code Refactoring
12 years ago
Dragan
ec565a7d0b
CodeCoverage ListView Color & Content
12 years ago