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 |
Matt Ward
|
5d2417fdc0
|
Update NuGet to version 2.7.2
NuGet.Core version 2.7.41101.299
|
12 years ago |
gumme
|
14dd5a9a43
|
Added xaml parser support for collections in attached properties.
|
12 years ago |
Daniel Grunwald
|
a9c6ea6b65
|
Add .NET 4.5.1 target framework.
|
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 |
Andreas Weizel
|
581148863f
|
If target assembly is not in ClassBrowser's workspace, now "Show in Class Browser" automatically loads the assembly temporarily (as unpinned) into the workspace. Added a separate icon for unpinned assemblies.
|
12 years ago |
Siegfried Pammer
|
293307cb9f
|
fix some more warnings
|
12 years ago |
Siegfried Pammer
|
40aabdde83
|
fix NRE in ResolveReference, if a project has no ProjectContent (i.e. is not fully supported by SD)
|
12 years ago |
Siegfried Pammer
|
3355ca72d4
|
fix possible bug in ClassBrowserSupport
|
12 years ago |
Siegfried Pammer
|
59a519d2c0
|
reimplemented automatic add reference
|
12 years ago |
Andreas Weizel
|
b682fd42fa
|
Added "References" node to projects in ClassBrowser.
|
12 years ago |
Andreas Weizel
|
fff3662f4b
|
Fix: EntityContextMenu not shown in ClassBrowser for types and members from external assemblies.
|
12 years ago |
Andreas Weizel
|
1316bdcebd
|
Merge remote-tracking branch 'remotes/origin/master' into classbrowser
Conflicts:
src/Main/SharpDevelop/Parser/AssemblyParserService.cs
|
12 years ago |
Siegfried Pammer
|
866293cea9
|
remove unused Get methods from DecompiledViewContent
|
12 years ago |
Siegfried Pammer
|
8f8b4975f1
|
use ParserService.ParseFile instead of a collection of ViewContents to get information about a decompiled type
|
12 years ago |
Siegfried Pammer
|
9dfbeb3bcf
|
add ILSpyDisplayBinding
|
12 years ago |
Siegfried Pammer
|
f9aeac6366
|
add support for url-based IDisplayBinding implementations
|
12 years ago |
Siegfried Pammer
|
79c281dba2
|
move DecompiledViewContent.cs into main source folder
|
12 years ago |
Siegfried Pammer
|
9b5fec399d
|
implement IParser.GetFileContent: allows the ParserService to work with "files" that are not written to disk
|
12 years ago |
gumme
|
b401bc5cc1
|
Fixed parser so it can handle explicit lists.
|
12 years ago |
Daniel Grunwald
|
b13f7f8d55
|
Fix DocumentationElement.DeclaringEntity
|
12 years ago |
Daniel Grunwald
|
df16a5dd34
|
Fix SD-1924 - Constructor XmlDoc fallback
|
12 years ago |
Siegfried Pammer
|
4322d540f3
|
Merge branch 'newNRILSpyDebugger' of github.com:icsharpcode/SharpDevelop
|
12 years ago |
Siegfried Pammer
|
786e8f7741
|
use TopLevelTypeReference in DecompiledTypeReference; use ParserService in ILSpySymbolSource.GetSymbols
|
12 years ago |
Siegfried Pammer
|
cd762f8789
|
decompiled code is never compiler generated (as seen by the debugger)
|
12 years ago |
Siegfried Pammer
|
b5a7cb9bc6
|
use proper type for local variables from decompiled code
|
12 years ago |
Siegfried Pammer
|
a0ec3c4942
|
Use ParserService.ParseAsync for view initialization
|
12 years ago |
Siegfried Pammer
|
8e8c5db87d
|
use string instead of StringWriter
|
12 years ago |
Siegfried Pammer
|
996060d7c0
|
properly implement OnAppDomainCreated, OnAppDomainDestroyed
|
12 years ago |
Siegfried Pammer
|
b8cd4f3d7a
|
use ModuleDefinition in ILSpyDecompilerService cache; remove CreateCompilationForAssembly
|
12 years ago |
Daniel Grunwald
|
eb8a032b83
|
Fix CSharpAmbience not being found.
|
12 years ago |
Daniel Grunwald
|
785fa24890
|
Track all context action invocations, not just those from NRefactory.
|
12 years ago |
Andreas Weizel
|
7b8b97941d
|
Merge remote-tracking branch 'remotes/origin/newNRILSpyDebugger' into classbrowser
Conflicts:
src/AddIns/Debugger/Debugger.AddIn/Pads/ClassBrowserSupport.cs
src/Libraries/NRefactory/ICSharpCode.NRefactory.CSharp/OutputVisitor/CSharpAmbience.cs
src/Main/Base/Project/ICSharpCode.SharpDevelop.addin
|
12 years ago |