Daniel Grunwald
8704b849f7
Use MSBuild 14.0 if available.
9 years ago
Daniel Grunwald
0b4e0b1580
Use git submodule for WpfDesigner.
9 years ago
Matt Ward
fa86c6b127
Add TypeScript addin.
10 years ago
Daniel Grunwald
fdb87492f5
Update to AvalonEdit 5.0.1 from the standalone AvalonEdit repository.
11 years ago
Daniel Grunwald
2b0c75136d
For ToolsVersion="12.0" projects, use the MSBuild 12.0 engine.
11 years ago
Daniel Grunwald
c1c42274f1
Remove old SDR projects from solution.
11 years ago
Peter Forstmeier
34305d2d6a
DesignerAddin (ICSharpCode.ReportDesigner.addin)
11 years ago
Peter Forstmeier
b3946f3862
CQA OverviewReport.srd is running, this report can be used as an example to handle SectionEvents, useful to work with ReportItems at run time.
11 years ago
Peter Forstmeier
5360a89332
CodeQuality/CodeQuality.csproj can run one easy report with ICSharpcode.Reporting
11 years ago
Daniel Grunwald
0a5d000530
Remove the (no longer used) special case for the profiler from Automated.proj
11 years ago
Daniel Grunwald
8873a2432f
Improve the "TargetFramework" API:
...
* List of target frameworks can be extended using the AddInTree.
* CompilableProject no longer needs special-case logic for client profile frameworks.
* ReferenceAssemblies property allows retrieving the list of assemblies that ships with the framework.
11 years ago
Siegfried Pammer
228e8a6cf4
fix #290 : Resource Editor project missing from SharpDevelop.Tests.sln
11 years ago
Siegfried Pammer
3af389dc2e
remove samples/PortSD4AddInToSD5
11 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.
11 years ago
Peter Forstmeier
64c2f0dbf5
Grouping
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.
12 years ago
Daniel Grunwald
b88947a4fe
Started refactoring the project service / solution API.
12 years ago
Daniel Grunwald
7ca9f3f398
Add missing projects to solution (references for PackageManagement).
12 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.
12 years ago
Matt Ward
5506c43932
Add Package Management addin.
...
PowerShell console disabled.
Running PowerShell scripts on install/uninstall of a NuGet
package is disabled.
12 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.
12 years ago
Daniel Grunwald
98b90a1b7c
Fix crash when opening load/save options panel.
12 years ago
Siegfried Pammer
7eb5641bcf
add WPF designer back
12 years ago
Matt Ward
50fd47ee9a
Add Data addin.
12 years ago
Matt Ward
f21be253f2
Add Asp.NET MVC addin.
...
Code completion and folding currently disabled for
Razor and Web Forms (.aspx) files.
12 years ago
Matt Ward
61c6ca7a50
Add StyleCop addin.
12 years ago