Daniel Grunwald
|
b12d117ed4
|
Fix C# folding crash when the syntax tree is missing positions due to syntax errors.
|
12 years ago |
Siegfried Pammer
|
37413bea17
|
add scrolling support
|
12 years ago |
Siegfried Pammer
|
c813915ac4
|
fix some weird problems with InsertWithCursor
|
12 years ago |
Siegfried Pammer
|
e673ebd547
|
extend XamlAstResolver to support x:Name and x:Class special cases
|
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 |
Siegfried Pammer
|
be82df4643
|
implement InsertWithCursor for unopened files
|
12 years ago |
Siegfried Pammer
|
7ef4b9fbb5
|
clean up
|
12 years ago |
Siegfried Pammer
|
989b259278
|
first implementation of InsertWithCursor
|
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
|
99170ab75b
|
Merge remote-tracking branch 'remotes/origin/master' into classbrowser
|
12 years ago |
Siegfried Pammer
|
3e7255624e
|
Merge pull request #81 from jogibear9988/ContextMenuForDesignItem
Support for "Bring Item To Front / Send To Back" ContextMenu ...
|
12 years ago |
Siegfried Pammer
|
aaabda38ae
|
Merge pull request #80 from gumme/WpfDesignerStringResourceFix
(WPF Designer) String can now be added to collections
|
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 |
Peter Forstmeier
|
ddc167b068
|
Adjust some Test's, fix ViewCommands.cs (hint from linquize)
|
12 years ago |
jkuehner
|
cff88a4151
|
Support for "Bring Item To Front / Send To Back" ContextMenu ...
|
12 years ago |
gumme
|
c7f70a14bf
|
String can now be added to collections, for example a ResourceDictionary.
|
12 years ago |
Andreas Weizel
|
a135d6ca81
|
Removed problematic double-entry fix for ClassBrowser again.
|
12 years ago |
Siegfried Pammer
|
2aa8ac7a0e
|
Merge pull request #78 from gumme/WpfDesignerPasteFixes2
Wpf designer paste fixes
|
12 years ago |
Siegfried Pammer
|
aa1e6a4edc
|
Merge pull request #77 from gumme/WpfDesignerParserFixes
Wpf designer parser fixes
|
12 years ago |
gumme
|
410d44477a
|
Fixed type resolve when pasting a custom control using StaticResource.
|
12 years ago |
gumme
|
cd29a15e0d
|
Removes namespace attributes from child nodes in the pasted snippet if they are already present in the root where the snippet is pasted.
Added a test "PasteCustomControlUsingMixedTypes" that failed before this fix.
|
12 years ago |
Andreas Weizel
|
b5b1573082
|
Fix: Doubled members of project types in Class Browser.
|
12 years ago |
Andreas Weizel
|
c8755f9ef6
|
Rework of "References" node with real models.
|
12 years ago |
Siegfried Pammer
|
7aa85871f8
|
add support for renaming local variables and parameters
|
12 years ago |
Siegfried Pammer
|
b7d181f1f0
|
add back support for VS 2013 solution format changes
|
12 years ago |
Daniel Grunwald
|
b9aee1fb74
|
Unit-test for adding projects to disconnected folders.
|
12 years ago |
Siegfried Pammer
|
b504efc048
|
fix bug in SolutionFolder logic: projects inside solution folders were added twice in some cases
|
12 years ago |
gumme
|
91ef4ab5c9
|
IDictionary (and not just ResourceDictionary) is considered a collection and supported by own XamlParser.
|
12 years ago |
Andreas Weizel
|
5003477b9e
|
Updating some properties of a project's AssemblyModel when ProjectContentContainer is created.
|
12 years ago |
Andreas Weizel
|
e172ffe221
|
Bugfix for access to null reference of ProjectContent.
|
12 years ago |
gumme
|
14dd5a9a43
|
Added xaml parser support for collections in attached properties.
|
12 years ago |
Andreas Weizel
|
c49498f2bf
|
Removed unneeded HasBaseTypes() and HasDerivedTypes() methods.
|
12 years ago |
Siegfried Pammer
|
fa03bcdc10
|
fix bug in TagComment parsing logic: Mono's C# parser creates comment tokens with wrong line endings in the comment text
|
12 years ago |
Siegfried Pammer
|
e537efb18c
|
remove expensive HasBaseTypes and HasDerivedTypes calls
|
12 years ago |
Siegfried Pammer
|
b247804bd6
|
do not enforce creation of child nodes, if node cannot be searched anyway
|
12 years ago |
Siegfried Pammer
|
d351d81751
|
add cache for IAssemblyModels in AssemblyParserService
|
12 years ago |
Siegfried Pammer
|
a881e8d555
|
Updates of CompilableProject.AssemblyModel should be handled by ProjectContentContainer to reduce performance impact
|
12 years ago |
Siegfried Pammer
|
a99ad62891
|
fix possible problem with dynamic assemblies in ClassBrowser
|
12 years ago |
Andreas Weizel
|
bca158814d
|
Improved performance of BaseTypesTreeNode, which was massively slowing down the ClassBrowser.
|
12 years ago |
Siegfried Pammer
|
cd75086931
|
remove ChangeMarkerMargin from DecompiledViewContent, because there won't ever be changes :)
|
12 years ago |
Siegfried Pammer
|
81679bb651
|
mute exceptions caused by IssueManager
|
12 years ago |