Andreas Weizel
a5dcc3e96f
Fix: Exception when saving ClassBrowser workspace.
12 years ago
Andreas Weizel
cd83809b1f
Fix: ModelCollectionTreeNode might add the same handler twice to CollectionChanged event.
12 years ago
Daniel Grunwald
d8c2bbfa44
Fix #252 - Adding an existing project to a solution uses a new GUID instead of the <ProjectGuid>
...
Also adds code to detect+fix duplicate GUIDs. (which might exist due to users creating new projects by copying old ones)
12 years ago
Daniel Grunwald
d185ab8109
Prevent adding a project multiple times to the same solution.
12 years ago
Siegfried Pammer
8b0fbd2f16
some UI improvements in tooltips:
...
- use Editor font size
- reduce padding in insight tooltip
- do not use fully qualified names in completion documentation
12 years ago
Siegfried Pammer
eef29b1259
add FontSize to global editor options
12 years ago
Siegfried Pammer
4c0a1d18fe
add XmlDoc to Insight tooltips
12 years ago
Andreas Weizel
0a0dccd0e2
Fix: Exception on opening some methods from external assemblies in ClassBrowser.
12 years ago
Andreas Weizel
dcfd330ebd
Show "Open in Class Browser" menu item only where it makes sense.
12 years ago
Daniel Grunwald
ee0e6b1d4d
Remove static class ProjectBindingService; the list of project bindings is now available from SD.ProjectService.
...
Also, fixes various references to the "VBNet" language string to use "VB" instead.
12 years ago
Siegfried Pammer
c3c65840e7
only use fully qualified names for type and member definitions
12 years ago
Siegfried Pammer
928aa02111
fix #266
12 years ago
Daniel Grunwald
33c72ed327
Fix #227 : Class no longer available for code completion when file renamed
12 years ago
Daniel Grunwald
dc316490b3
HACK: eagerly load output pad because pad services cannnot be instanciated from background threads.
...
A proper fix would be to separate the IOutputPad implementation from the UI, so that output categories can be created and written to from background threads without waiting for the output pad UI to be created.
12 years ago
Patryk Mikos
e65a5f8deb
SD-1685 rect selections - closed
12 years ago
Patryk Mikos
4ae59b5f8b
SD-1685 first part - Single selection
12 years ago
Andreas Weizel
3eac4e0f50
Removed unneeded "+" signs in front of assembly reference tree nodes.
12 years ago
Andreas Weizel
e45db528f7
Fix #261 : Class members added in code are shown twice and some more problems with overloaded methods.
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
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
Daniel Grunwald
9796b702e6
Fix ITypeDefinition.GetModel() for types defined in referenced assemblies; and use it in BaseTypesTreeNode.
12 years ago
Andreas Weizel
001f548f85
Fix: "Open in Class Browser" didn't navigate correctly to constructors and overloaded methods.
12 years ago
Daniel Grunwald
b3c043dfce
Fix bugs in FindXmlDocumentation().
12 years ago
Patryk Mikos
71a6ee8bfc
ClipboardRingPopup support for empty ClipboardRing
12 years ago
Patryk Mikos
4fb28f4317
ClipboardRingPopup support for long entries - skeleton
12 years ago
Andreas Weizel
a9dc86421a
Fix: InvalidOperationException when closing an AsynchronousWaitDialog after a long-lasting renaming operation.
12 years ago
Daniel Grunwald
a985b628a5
Fix build.
12 years ago
Daniel Grunwald
6bb1a30fef
Fix some NotImplementedExceptions
12 years ago
Christoph Wille
0352d2382b
Update version number for first point release
12 years ago
Andreas Weizel
6e2b7fb19f
Support for renaming parameters of anonymous methods and lambda expressions.
12 years ago
Siegfried Pammer
b9280c1e8f
reimplement automated rename of fields in Windows Forms Designer
12 years ago
Patryk Mikos
abc03c0059
Invert order in clipboard ring -> more frequent items at top
12 years ago
Patryk Mikos
94e1938dec
Prevent adding blank lines to ClipboardRing
12 years ago
Patryk Mikos
581a9cf281
Clipboard Ring popup context menu added
12 years ago
Patryk Mikos
138e5e0add
Remove Text: prefix and item duplications from clipboard ring
12 years ago
Dragan
168b6a3d9d
CodeCoverage: extend SequencePoint & refactoring
12 years ago
Daniel Grunwald
d81caa62a6
Don't crash if SideBarConfig.xml cannot be loaded.
12 years ago
Siegfried Pammer
2a827e6213
implement rename for entities defined by or used in XAML
12 years ago
Andreas Weizel
d255a12552
ClassBrowser: Broken base types when project contains references to assemblies somewhere in file system (neither output dir, nor GAC).
12 years ago
Andreas Weizel
afbeb5cbe7
ClassBrowser: Fixed changing sort order of type child nodes after code updates.
12 years ago
Daniel Grunwald
7592edafa3
Make classes in SD.exe internal.
12 years ago
Daniel Grunwald
62b471f669
Add Windows 8 to <supportedOS> section in application manifest.
12 years ago
Daniel Grunwald
c3025fab39
Ignore invalid entries in SolutionConfigurationPlatforms section.
12 years ago
Andreas Weizel
79abe545f8
Fixed wrong sorting of nested types in TypeDefinitionTreeNode.
12 years ago
Andreas Weizel
a44187f141
Next attempt to fix the double-member issue in ClassBrowser.
12 years ago
Andreas Weizel
98df8fd36b
Small optimization for GlobalAssemblyCacheService.
12 years ago
Andreas Weizel
6c66aff7bc
ClassBrowser: Fixed some more problems in reference handling.
12 years ago
Andreas Weizel
b088f731db
ClassBrowser: Fixed some problems with COM and project references.
12 years ago
Andreas Weizel
3bc1a0473d
ClassBrowser: Context menu to edit references of a project.
12 years ago