Peter Forstmeier
55760d9058
Modify Projectstructure, add basic classes and there test's
12 years ago
Peter Forstmeier
90e7ed37d7
Initial add of SharpDevelop Reporting
...
Test#s for DesignerDisplayBinding running
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
David Srbecký
f6cdd42cf5
Refactored Local Variables Pad and Watch Pad
13 years ago
Daniel Grunwald
d38eb13e71
AnalyticsMonitorService: move to new services infrastructure
14 years ago
Daniel Grunwald
fbced09b89
Start restructuring of SD Base:
...
- the static class "SD" is providing services
- service interfaces are defined in ICSharpCode.SharpDevelop.dll
- services are implemented in SharpDevelop.exe or in AddIns
- ICSharpCode.SharpDevelop.Sda is moved into SharpDevelop.exe
Also added XmlEditor.Tests to SharpDevelop.Tests.sln
14 years ago
Daniel Grunwald
6bcc5661e8
Use <ReferenceOutputAssembly>false</ReferenceOutputAssembly> for build-order dependencies.
14 years ago
Daniel Grunwald
654b09a84d
Add IParser.CreateCompilationForSingleFile to improve editing files outside of projects.
...
Fix build errors in unit tests.
14 years ago
Matt Ward
e8c1b5f2de
Add CodeQuality project to SharpDevelop.Tests solution.
14 years ago
Daniel Grunwald
568f8b2d58
Adjustments to AvalonEdit unit tests.
14 years ago
Siegfried Pammer
c0548cc328
WIP on Unit Tests
14 years ago
Daniel Grunwald
900d4a73d9
Mark all assemblies with x86 references as x86.
14 years ago
Matt Ward
fd533a25e1
Add JavaScript addin to main solution and installer.
14 years ago
Matt Ward
74783bb62c
Add ASP.NET MVC addin to main SharpDevelop solutions.
14 years ago
Siegfried Pammer
be15f5a0b2
fixing build
14 years ago
PeterForstmeier
9739235d19
Tooltip in TreeMap show the numeric value the map is made from
14 years ago
PeterForstmeier
f745ec42dd
Eliminating zero values from Queries reduce render time for test assembly from 6 to 1 secounds
14 years ago
PeterForstmeier
4591d52baa
Reset databinding for TreeMaps
14 years ago
PeterForstmeier
7784f273da
Set Icon's for ServiceMethods in AddServiceReferenceDialog.xaml/ListView
14 years ago
Daniel Grunwald
2e063ef04c
Update ICSharpCode.Decompiler to ILSpy commit c542648d (ILSpy 2.0.0.1485).
14 years ago
Daniel Grunwald
6cf37cdd1b
Add TreeMaps to SharpDevelop solution, and remove WinFX reference from TreeMaps.csproj
14 years ago
Siegfried Pammer
c1a89d234e
remove failing tests from ICSharpCode.SharpDevelop.Tests.csproj; add CSharpAmbienceTests
14 years ago
peterforstmeier
55753768a9
Modify SqlParameters, adjust NameSpaces
14 years ago
Siegfried Pammer
dbab6f0948
updated resource files
14 years ago
Siegfried Pammer
d5398b3960
fix Setup and Tests
14 years ago
Eusebiu Marcu
fa846214c6
remote old ILSpy addin from sln
14 years ago
Peter Forstmeier
1b995690d6
Adjust NameSpaces, remove DebugCode
14 years ago
peterforstmeier
6a07350264
Rectangle as Container in FixedDocument, same extension methods from ICSharpCode.SharpDevelop
14 years ago