Siegfried Pammer
17c5871d5f
initial commit of new CodeQuality.csproj
14 years ago
Matt Ward
623d220c4b
Add MSpec addin to main SharpDevelop solution.
14 years ago
Siegfried Pammer
beb58991b9
fix bug in Find next/Interactive replace: Saved selection should use anchors
14 years ago
Siegfried Pammer
0f29a06847
rewrote Find Next algorithm
14 years ago
Daniel Grunwald
2e063ef04c
Update ICSharpCode.Decompiler to ILSpy commit c542648d (ILSpy 2.0.0.1485).
14 years ago
Daniel Grunwald
1787d2b699
Add support for WPF project option pages (ProjectOptionPanel base class + WPF StorageLocationPicker).
...
Ported BuildEvents project option page to WPF.
14 years ago
Daniel Grunwald
6cf37cdd1b
Add TreeMaps to SharpDevelop solution, and remove WinFX reference from TreeMaps.csproj
14 years ago
Siegfried Pammer
1cf7ecb3f1
moved Ambience to NRefactory
14 years ago
Siegfried Pammer
b003c042d0
implement CSharpAmbience for ITypeDefinition
14 years ago
Siegfried Pammer
c1a89d234e
remove failing tests from ICSharpCode.SharpDevelop.Tests.csproj; add CSharpAmbienceTests
14 years ago
Daniel Grunwald
1d95f36481
Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharpCode.NRefactory.Editor; put NR.C# in separate assembly)
14 years ago
Daniel Grunwald
9957c52ff2
Implemented "Find references"
14 years ago
Daniel Grunwald
9c244880fb
WIP: new NRefactory
...
ICSharpCode.SharpDevelop.dll now compiles again, though with tons of commented-out code.
Most AddIns removed from solution, and still plenty of compiler errors left in the remaining AddIns.
14 years ago
Siegfried Pammer
d571914b27
remove dependency on Aga.Controls from Debugger.AddIn
14 years ago
Eusebiu Marcu
4b2d091c7d
remove old ILSpy addin from sln
14 years ago
Daniel Grunwald
4fb4288c87
Starting to port SD to new NRefactory
14 years ago
Tomasz Tretkowski
3b679b306d
Set MachineSpecifications and MachineSpecifications.Tests project build platform to Any CPU.
14 years ago
Matt Ward
dc8a3a3547
Add text templating addin to SharpDevelop solution.
14 years ago
Siegfried Pammer
adbf8fea6a
fix build errors
14 years ago
Tomasz Tretkowski
49d368f72c
MachineSpecifications runner added to solution.
14 years ago
mrward
f5df2190b9
Add PackageManagement.Cmdlets project to SharpDevelop solutions.
14 years ago
Daniel Grunwald
15ded15fbd
Move ILSpyAddIn to display bindings.
14 years ago
Daniel Grunwald
3301c6c4ca
Update to Mono.Cecil 0.9.4.1 (commit f5c9642760)
14 years ago
Daniel Grunwald
8af6f54abd
Add ILSpy AddIn.
15 years ago
Daniel Grunwald
78fcd1140f
Remove Reflector AddIn as Reflector will be non-free soon.
15 years ago
mrward
5da955fecb
Add NuGet package management addin.
15 years ago
Eusebiu Marcu
398fd13cb9
update sln to master
15 years ago
eusebiu
edcfb96f87
pin control v0.3
15 years ago
Daniel Grunwald
a4797dcb1a
Re-enable settings editor.
15 years ago
eusebiu
b53f8635f2
Added WPF BreakPointsPad, Watchpad, LocalVarPad + controls
15 years ago
Siegfried Pammer
1f5affe8eb
added MyersDiff
15 years ago
Daniel Grunwald
79bafd9b44
Set AvalonEdit.Sample to compile for .NET 4
15 years ago
Siegfried Pammer
9bb6ab5a93
added missing ICSharpCode.Scripting.dll to the solution
15 years ago
Daniel Grunwald
90e5e780f9
Add GitAddIn to setup.
15 years ago
Daniel Grunwald
9dbd100c32
Fix newlines.
15 years ago
Siegfried Pammer
85c1294e1e
adjusted paths to references in SubversionAddIn.csproj
15 years ago
Siegfried Pammer
2f5fb3122a
adjusted sln files (corrected paths to SubversionAddIn.csproj)
15 years ago
Matt Ward
8543d7d639
Move IL Binding to samples.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6345 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
48383a8bec
Restructured AddIns folder - removed nested AddIns\AddIns folder and added Analysis folder.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6305 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
7904fe1943
Remove incomplete settings AddIn from build and setup.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6302 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
73f2cd0599
Component Inspector is now a sample.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6217 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
ccc4e24de9
Add workaround to ICSharpCode.Core that makes assemblies in the LoadFrom context also available in the Load context. This fixes some problems using WPF or .NET remoting in SharpDevelop AddIns.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6054 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
7a23f641b3
Remove ICSharpCode.TextEditor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6028 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Tomáš Linhart
19b4d75de9
Initial commit of Code Quality Analysis AddIn.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5893 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
671595277a
Update to AvalonDock 1.3.3391
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5879 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
6254ed2e6c
Fix build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5855 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
f3ef3d92f8
Integrated HelpViewer by Mathias Simmack into setup and removed old HtmlHelp2
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5842 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
83c2b6bfa5
Fixed build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5790 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
2e1db61657
Move Analysis AddIns to src/AddIns/Analysis
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5787 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
511981ef37
Allow building profiler with Windows SDK 7.0 (don't require 7.0a) by using the old .vcproj format instead of .vcxproj.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5711 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago