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
Daniel Grunwald
cf3995f1a5
Update to NRefactory commit 'a99a93972cc4e82c969af72568f015019a4d8a96'
12 years ago
Siegfried Pammer
a48ff79320
adjust project configurations in Tests solution
12 years ago
Daniel Grunwald
73dda200d7
Add basic rich-text support to AvalonEdit.
12 years ago
Siegfried Pammer
679da5bc6a
first implementation of ILSpyParser, ILSpyUnresolvedFile and ILSpyFullParseInformation
12 years ago
Tobias Ibounig
59e9c0a69c
Added Profiler to SharpDevelopTests solution
12 years ago
Daniel Grunwald
441a78fec2
Rename VBNetBinding -> VBBinding.
12 years ago
Siegfried Pammer
2bef019797
remove old AddIn Manager
12 years ago
Siegfried Pammer
ba3bb64b2c
add back CQA addin
12 years ago
Siegfried Pammer
d2a62c1940
add back old SDR implementation
12 years ago
Daniel Grunwald
97e6596a2c
Set target CPU to AnyCPU where possible.
12 years ago
Peter Forstmeier
f50a7c31a0
Grouping + Fill()
12 years ago
Peter Forstmeier
6307d68d90
Grouping
12 years ago
Andreas Weizel
e716101f08
Added unit tests for AddInManager2 to central test project (SharpDevelop.Tests.sln).
12 years ago
Siegfried Pammer
df360130fc
fix XAML binding unit tests
12 years ago
Daniel Grunwald
bc7425f998
Add FormsDesigner project to solution.
...
Several important classes are not ported to SD5 yet and are commented out; so the designer is not yet usable.
12 years ago
Daniel Grunwald
de381fe654
Better ProcessRunner that supports using the same pipe for stdout+stderr, and provides async APIs.
12 years ago
Peter Forstmeier
6d7e208f31
Re-Add Reporting + Reporting.Tests
12 years ago
Matt Ward
3deb4ecd54
Add PowerShell support for NuGet addin.
...
Code model API is still unavailable.
12 years ago
Daniel Grunwald
d779caaf9e
Fix bugs in SolutionLoader that were introduced with the Deploy.0 flag.
12 years ago
Matt Ward
29e267f154
Add MSpec addin.
12 years ago
Peter Forstmeier
55760d9058
Modify Projectstructure, add basic classes and there test's
12 years ago
Daniel Grunwald
38f87d9709
Fix build.
12 years ago
Daniel Grunwald
6e08cfe87e
Reimplemented project configuration management.
12 years ago
Peter Forstmeier
90e7ed37d7
Initial add of SharpDevelop Reporting
...
Test#s for DesignerDisplayBinding running
12 years ago
Daniel Grunwald
5ac93c1540
Port most of SharpDevelop to new ISolution API.
13 years ago
Daniel Grunwald
b88947a4fe
Started refactoring the project service / solution API.
13 years ago
Daniel Grunwald
7ca9f3f398
Add missing projects to solution (references for PackageManagement).
13 years ago
Matt Ward
065f55350f
Add code coverage addin.
...
Extended TestExecutionOptions to allow post processing of the
NUnit ProcessStartInfo.
Drop down button in Code Coverage pad is not working.
Commented out some unit tests and code temporarily.
13 years ago
Matt Ward
5506c43932
Add Package Management addin.
...
PowerShell console disabled.
Running PowerShell scripts on install/uninstall of a NuGet
package is disabled.
13 years ago
Matt Ward
5fc29724a9
Add WiX addin.
...
WiX dialog designer is currently disabled.
Sub menu items for the context menu in setup files view are disabled
since the ISubmenuBuilder no longer exists.
13 years ago
Daniel Grunwald
98b90a1b7c
Fix crash when opening load/save options panel.
13 years ago
Siegfried Pammer
7eb5641bcf
add WPF designer back
13 years ago
Matt Ward
50fd47ee9a
Add Data addin.
13 years ago
Matt Ward
f21be253f2
Add Asp.NET MVC addin.
...
Code completion and folding currently disabled for
Razor and Web Forms (.aspx) files.
13 years ago
Matt Ward
61c6ca7a50
Add StyleCop addin.
13 years ago
Daniel Grunwald
0eb8e20dbc
Adjust SharpDevelop to NRefactory update.
...
I removed the Mono.Cecil reference from SD.Base as it was only used in the broken debugger-decompiler code, which doesn't really belong into Base anyways.
13 years ago
Matt Ward
cc2cc44463
Add FxCop addin.
13 years ago
Matt Ward
8a52aeb4ab
Update Text Templating addin for SharpDevelop 5.
...
GAC references in text templates are currently not supported
unless they are referenced by the project.
13 years ago
Matt Ward
cf5e2d6f39
Add SharpDevelop.EnvDTE to main solution and installer.
13 years ago
Daniel Grunwald
b718df13b1
Add EnvDTEHelpers to solution to fix build error when doing a clean build inside SharpDevelop.
13 years ago
Daniel Grunwald
974a39b86f
Create AddIn that implements issue providers for SD4 -> SD5 API changes.
13 years ago
Daniel Grunwald
740d893085
More UnitTesting.Tests.
13 years ago
Daniel Grunwald
12ceead5a6
Re-enabling the first few UnitTesting.Tests.
13 years ago
Daniel Grunwald
98b905acfd
Add ILSpyAddIn to setup.
13 years ago
Daniel Grunwald
fbf0b6d419
The IconEditor AddIn now can edit icons.
13 years ago
Daniel Grunwald
a660f427b8
Started porting the FxCop-AddIn to SD5.
13 years ago
Daniel Grunwald
23cad81544
Add IAddInTree to ICSharpCode.Core to allow mocking BuildItems() calls.
13 years ago
Siegfried Pammer
28bc1648b0
Implemented debugger expression evaluation using NRefactory semantic trees.
13 years ago
Daniel Grunwald
75a654c0da
Fix failing unit test.
13 years ago