Eusebiu Marcu
|
87ef097306
|
rename dlls from installer.
|
15 years ago |
Eusebiu Marcu
|
46a8d90bb2
|
add decompiler and NRefactory to debugger addin folder
|
15 years ago |
Eusebiu Marcu
|
39dc676162
|
fix build - debugger tests
|
15 years ago |
Eusebiu Marcu
|
d659ae9061
|
fix build - add files to installer.
|
15 years ago |
Eusebiu Marcu
|
fa846214c6
|
remote old ILSpy addin from sln
|
15 years ago |
Eusebiu Marcu
|
4b2d091c7d
|
remove old ILSpy addin from sln
|
15 years ago |
Eusebiu Marcu
|
359ededfb7
|
Merge branch 'decompiler' of https://github.com/icsharpcode/SharpDevelop
|
15 years ago |
Matt Ward
|
96e2386569
|
Change version name from alpha to beta.
|
15 years ago |
Matt Ward
|
d00cd04e67
|
Merge branch '4.0'
|
15 years ago |
Daniel Grunwald
|
811784e303
|
Re-implemented IType.GetMembers() to avoid redundant specialization.
|
15 years ago |
Daniel Grunwald
|
877ebf8bdb
|
Remove operator == from AstNodeCollection.
|
15 years ago |
Matt Ward
|
b1f0cc48f4
|
Support updating a NuGet package in all projects when using the Update-Package PowersShell cmdlet.
|
15 years ago |
Matt Ward
|
53d9fc382b
|
Support updating all NuGet packages in a solution when using the Update-Package PowersShell cmdlet.
|
15 years ago |
Mike Krüger
|
c15615db82
|
fix bug in remove braces action.
|
15 years ago |
Matt Ward
|
b2b4126712
|
Support updating all NuGet packages in a project when using the Update-Package PowersShell cmdlet.
|
15 years ago |
Eusebiu Marcu
|
e9913b7b51
|
add infotip to DecompiledViewContent
|
15 years ago |
Peter Forstmeier
|
0973b205c8
|
Merge branch 'reports' of github.com:icsharpcode/SharpDevelop into reports
|
15 years ago |
Peter Forstmeier
|
7aeb62194b
|
Expressions run on <List> works again
|
15 years ago |
Eusebiu Marcu
|
73442ef67b
|
fix issue when codemappings are not entirely built.
|
15 years ago |
Eusebiu Marcu
|
4c83b381c9
|
fix evaluation in console pad; refactoring;
|
15 years ago |
Eusebiu Marcu
|
1c2c8970f2
|
fix evaluation
|
15 years ago |
Daniel Grunwald
|
2ce741b35e
|
Keep ITextEditor in the IDE (comment out the copy in ICSharpCode.Editor)
|
15 years ago |
Daniel Grunwald
|
5633492481
|
Keep ITextEditor in the IDE (comment out the copy in ICSharpCode.Editor)
|
15 years ago |
peterforstmeier
|
fa3fe08d23
|
Fix some test's
|
15 years ago |
Mike Krüger
|
3ba911830f
|
fixed bug where parameter is null.
|
15 years ago |
Mike Krüger
|
58b8d06922
|
Visit empty expressions.
|
15 years ago |
Eusebiu Marcu
|
f993d5a2a4
|
Make breakpoints work in decompiled code.
|
15 years ago |
Matt Ward
|
c1fc88ffb1
|
Prevent selection of projects that do not have an old version of a NuGet package when updating multiple projects in Manage Packages dialog.
|
15 years ago |
peterforstmeier
|
a63e8b1de2
|
Use ExpressionEvaluator to follow Properties in CollectionStrategy,
Split Expressions in Result / Expression part
|
15 years ago |
Matt Ward
|
0b4e6b3ae3
|
Fix Manage button not being enabled in Manage Packages dialog after installing packages into solution which initially had no NuGet packages.
|
15 years ago |
Matt Ward
|
f8b2824786
|
Projects are only selected in the Select Projects dialog in the Installed Packages tab if the NuGet package is installed. No longer selected in the Available or Update tabs.
|
15 years ago |
Matt Ward
|
688f2cc585
|
Fix problem with NuGet not finding a find assembly references that are compatible with the project's target framework by removing the profile part of the TargetFrameworkMoniker property if the profile is the Full .NET framework.
|
15 years ago |
Eusebiu Marcu
|
c01fb185e3
|
fix decompilation and stepping of generic types
|
15 years ago |
Daniel Grunwald
|
7cb7e1ee71
|
Merge commit '6abb0a1efc38ddf557433cc1bbd0c4bc6d65ea36' into newNR
|
15 years ago |
Daniel Grunwald
|
3c85020743
|
A few more adjustments to the new NRefactory
|
15 years ago |
Matt Ward
|
fd1e74af91
|
Do not uninstall a NuGet package if the project does not reference it.
|
15 years ago |
Matt Ward
|
647c81b049
|
Do not uninstall NuGet package from shared solution repository if it is still referenced by another project.
|
15 years ago |
Matt Ward
|
9a7010abf9
|
Update to NuGet 1.4.20701.9038
|
15 years ago |
Matt Ward
|
c32cb0b018
|
Installed tab now supports uninstalling NuGet packages by unchecking the project in the Select Projects dialog.
|
15 years ago |
peterforstmeier
|
1324b33b00
|
Handle expressions like 'a = x + y', adjust UnitTest's
|
15 years ago |
Daniel Grunwald
|
6abb0a1efc
|
IDocument now derives from IServiceProvider.
|
15 years ago |
Daniel Grunwald
|
26e7380e5b
|
IDocument now derives from IServiceProvider.
|
15 years ago |
Daniel Grunwald
|
4fb4288c87
|
Starting to port SD to new NRefactory
|
15 years ago |
Matt Ward
|
01b219878d
|
Use the update package action when installing a package update for multiple projects selected in Manage Packages dialog.
|
15 years ago |
Daniel Grunwald
|
839a5cbc8d
|
Make AvalonEdit implement the ICSharpCode.Editor interfaces.
|
15 years ago |
Matt Ward
|
7355907ff1
|
Prevent the projects selected from changing when the Manage Packages dialog is opened.
|
15 years ago |
Daniel Grunwald
|
cb70bceece
|
Add strong-name to NRefactory; small API changes for ICSharpCode.Editor.
|
15 years ago |
Daniel Grunwald
|
c81d193164
|
Add strong-name to NRefactory; small API changes for ICSharpCode.Editor.
|
15 years ago |
Matt Ward
|
4c5a649507
|
Fix updated packages from using the wrong active project after a package is installed.
|
15 years ago |
Matt Ward
|
e936e539d6
|
Fix Manage button in Manage Packages dialog being disabled after a NuGet package is installed.
|
15 years ago |