Peter Forstmeier
66878dac69
Add reporting to SharpDevelop.sln
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
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
Siegfried Pammer
41beb10d7c
add back SettingsEditor 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
8f5f3a7572
Add ILSpyAddIn.
13 years ago
Daniel Grunwald
fbf0b6d419
The IconEditor AddIn now can edit icons.
13 years ago
Daniel Grunwald
bbe4654da0
Add back the IconEditor AddIn.
13 years ago
Daniel Grunwald
e1d7f1bf7f
Show tooltips on EnhancedScrollBarTrack.
...
Fixed NullReferenceException when showing tooltip after debugging.
13 years ago
PeterForstmeier
5bdef05fdd
Move StringListEditorDialog.xaml to src\Main\Base\Project\Src\Gui\Components\
13 years ago
Siegfried Pammer
4671ad9828
WIP
13 years ago
PeterForstmeier
ad6fe170f3
Remove unused Files
13 years ago
Tobias Ibounig
2306bbd21a
Moved the ColumnRulerRenderer from the AddIn to the Library and changed the line pointed out by Daniel
13 years ago
Siegfried Pammer
6cc6d14efd
fix SD-1272 - Breakpoint text highlight colour is not configurable
13 years ago
Siegfried Pammer
9a14ac1e52
fix some bugs in test run handling and complete support for TestCase
13 years ago
Siegfried Pammer
f35b3e2268
implement importer for .vssettings syntax highlighting and fix some styling/theming bugs
13 years ago
Siegfried Pammer
3db890fd58
WIP
13 years ago
Siegfried Pammer
542544314d
UnitTesting: rewrite tree creation logic to use nested nodes for namespaces
13 years ago
Siegfried Pammer
cd3ba55f09
WIP on Unit Testing
13 years ago
Daniel Grunwald
ab95b18a3f
Refactored parser service.
13 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
7be447d7e6
Includes files with BuildAction=Page in project content.
14 years ago
Siegfried Pammer
c0a13242a2
implement XamlParser
14 years ago
Siegfried Pammer
3f0243369b
make work folding in XML files
14 years ago
Siegfried Pammer
1d418648b3
add back F# and C++ Binding
14 years ago
Siegfried Pammer
2003389db9
make PInvoke.addin a sample
14 years ago
Siegfried Pammer
c5f4bb7fdb
add back
...
- HexEditor
- UDC
- HelpViewer
- FiletypeRegisterer
14 years ago
Siegfried Pammer
d46b921b6a
move MyersDiff to SD.Widgets
14 years ago
Daniel Grunwald
900d4a73d9
Mark all assemblies with x86 references as x86.
14 years ago
Daniel Grunwald
14182177ab
Port ICSharpCode.Build.Tasks to .NET 4.0 so that it works when .NET 2.0/3.5 is not installed.
...
Moved ILAsm build task into ILAsmBinding.
14 years ago
Daniel Grunwald
aa1642faa8
Add XmlDocTooltipProvider.
14 years ago
Siegfried Pammer
80160c1c19
finished implementation of Behaviors
14 years ago
Daniel Grunwald
adda0ee18d
C# code completion
14 years ago
PeterForstmeier
698bd2e873
Very simple Report in CQA
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
13965a78f9
implement method usage in method bodies
14 years ago
Siegfried Pammer
0ede6cfcb7
implemented TreeViews of DependencyMatrix
14 years ago