Dragan
|
3d8c568e0b
|
CodeCoverage: Remove couple debug assertions
|
12 years ago |
Peter Forstmeier
|
170e18b266
|
Aggregates with StringConcat and Global functions (PageNumber,ReportName etc)
|
12 years ago |
Siegfried Pammer
|
c3118cb89f
|
fix #264
|
12 years ago |
Daniel Grunwald
|
9bc803afcb
|
Fix #258: Incorrect property used in WpfDesigner.Designer.ModelTools
|
12 years ago |
Siegfried Pammer
|
d22ee70132
|
fix #249 - SD5 WinForms Designer does not load event handlers.
add missing documentation to DocumentPrinter.cs
|
12 years ago |
Peter Forstmeier
|
35f3790175
|
Aggregates in GroupHeader
|
12 years ago |
Peter Forstmeier
|
5b8b6f3400
|
Aggregates on Groups
|
12 years ago |
Siegfried Pammer
|
e18354027d
|
fix #254: Event Handler Code Completion not implemented
|
12 years ago |
Siegfried Pammer
|
1190f0ae97
|
fix NRE when trying to decompile in a debugging session with dynamic/in-memory assemblies
|
12 years ago |
Siegfried Pammer
|
a0f669ff6b
|
use FlowDocumentScrollViewer to display documentation in the tooltips
|
12 years ago |
Siegfried Pammer
|
20c191a021
|
add ClassBrowserServiceImpl class to decouple the ClassBrowser service from the pad UI
|
12 years ago |
Siegfried Pammer
|
6c2e11af2c
|
fix #255: Code Completion description tooltip is unformatted
|
12 years ago |
Siegfried Pammer
|
a2f64d0ab9
|
Merge pull request #263 from gumme/WpfDesignerNameFix
Fixed bug with name changes not saved to xaml source
|
12 years ago |
Siegfried Pammer
|
8cf4ce9a91
|
rename should not be executed, if the name is not valid or the selection was changed
|
12 years ago |
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
|
9796b702e6
|
Fix ITypeDefinition.GetModel() for types defined in referenced assemblies; and use it in BaseTypesTreeNode.
|
12 years ago |
Daniel Grunwald
|
e25c69457c
|
Set samples/XamlDesigner to .NET 4.5.
|
12 years ago |
Matt Ward
|
6fa46d4f24
|
Add IsPartial property to ITypeDefinition.
|
12 years ago |
Peter Forstmeier
|
108e409736
|
Aggregates in grouped DataSource
|
12 years ago |
Matt Ward
|
5e117d2a85
|
Use separate flags for partial methods and type definitions.
|
12 years ago |
Matt Ward
|
166f0b86cf
|
Return correct EnvDTE.CodeClass2.ClassKind for a partial class.
|
12 years ago |
Matt Ward
|
4172305544
|
Add IsPartial flag to indicate class is partial in NRefactory type system.
A single C# class with the partial keyword but without any other parts
can now be identified.
|
12 years ago |
Peter Forstmeier
|
1463d684b1
|
Cleanup Arrange
|
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 |
Andreas Weizel
|
001f548f85
|
Fix: "Open in Class Browser" didn't navigate correctly to constructors and overloaded methods.
|
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 |
Daniel Grunwald
|
b3c043dfce
|
Fix bugs in FindXmlDocumentation().
|
12 years ago |
Peter Forstmeier
|
60cbaa9342
|
Adujst Test's
|
12 years ago |
Peter Forstmeier
|
751a2472e6
|
Arrange/ArrangeStrategy.cs, remove arrange for recursive Containers
|
12 years ago |
Dragan
|
2c134f190e
|
CodeCoverage: Corner cases / refactoring
|
12 years ago |
Peter Forstmeier
|
2ade3a2716
|
Arrange/ArrangeStrategy.cs handles recursive Containers
|
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 |
Peter Forstmeier
|
d6a9f13d54
|
StringMeasurement inside Container, StringTrimming in TextBlock
|
12 years ago |
Patryk Mikos
|
71a6ee8bfc
|
ClipboardRingPopup support for empty ClipboardRing
|
12 years ago |