Matt Ward
5d4cdedf8d
Fix NAnt addin sample.
12 years ago
Siegfried Pammer
8e16f5313a
fix samples/PInvokeAddIn
12 years ago
Siegfried Pammer
a3b76f08e2
fix samples/ILAsmBinding
12 years ago
Siegfried Pammer
57bacdd31b
fix samples/SdaUser and samples/LineCounter
12 years ago
Siegfried Pammer
06bd0bf97e
fix samples/EmbeddedImageAddIn and samples/HtmlSyntaxColorizer
12 years ago
Siegfried Pammer
d2f52ab9e2
fix samples/DisplayBindings
12 years ago
Siegfried Pammer
b9b7a3156d
remove samples/XmlDOM
12 years ago
Siegfried Pammer
4a6646f13e
update samples/CustomView
12 years ago
Siegfried Pammer
29885765d0
update samples/CodonCreation
12 years ago
Siegfried Pammer
9b56249b04
update samples/CustomPad
12 years ago
Siegfried Pammer
1a8356f76c
remove samples/NRefactoryDemo (now included in the NRefactory repository)
12 years ago
Siegfried Pammer
70cc870632
remove samples/ICSharpCode.Core.Demo
12 years ago
Siegfried Pammer
deda0498b8
remove samples/CodeConverter
12 years ago
Siegfried Pammer
259dcba1a4
fix AvalonEdit.Sample
12 years ago
Daniel Grunwald
e25c69457c
Set samples/XamlDesigner to .NET 4.5.
12 years ago
Daniel Grunwald
cf3995f1a5
Update to NRefactory commit 'a99a93972cc4e82c969af72568f015019a4d8a96'
12 years ago
jkuehner
d8b9121ac2
Add a ThumbnailView control
...
(show a Miniature View of the workspace)
12 years ago
jkuehner
6a39a57d10
Own Type Finder for XamlDesigner Project -> needed for tests, so that other assemblys work
12 years ago
jkuehner
3a2ec306e5
XAML Designer Demo Project -> Add the Posibility to Add Controls from other Assemblys to the ToolBox
...
(needed for further testing)
12 years ago
Matt Ward
541b51f6d3
Fix PInvoke sample.
12 years ago
Matt Ward
198f3b88b5
Publish Mono addin sample to MyGet
12 years ago
Matt Ward
b36b26459e
Update Mono addin sample for SharpDevelop 5
12 years ago
Matt Ward
7f94fdf39a
Fix assembly resolution for Mono projects targeting .NET 4
12 years ago
Matt Ward
758cc93d8a
Put VB.NET Mono project templates under VB category.
12 years ago
Matt Ward
cf49e04ea6
Detect Mono using current user's registry.
12 years ago
Doug Kasten
7dfc4ae462
Updating template files to show correct modified dates
12 years ago
Doug Kasten
25062cc7ca
Add support to Mono Addin for Mono 4.0 using dcms compiler to support .NET 4.0
12 years ago
Daniel Grunwald
a664a1773a
Fix build.
12 years ago
Matt Ward
f0ab5200f6
Fix PInvoke context menu not displaying in text editor.
12 years ago
Matt Ward
3faeef292c
Update PInvoke addin sample.
...
Update project to target .NET 4.5
Change output folder to AddIns\Samples\PInvoke
Add nuspec file for generating NuGet package for
AddIn Manager version 2
12 years ago
Daniel Grunwald
01d63f17b9
Adjust SharpDevelop to NRefactory changes.
12 years ago
Daniel Grunwald
d25b2dba4b
Add unit test that verifies that all AddIns shipping with SharpDevelop are addInManagerHidden="preinstalled"
12 years ago
Daniel Grunwald
83d6c5efd7
Separate NewFileDialog from the FileTemplate implementation (use only the abstract base class).
12 years ago
Matt Ward
8516c9bdd9
Make snippet compiler main window bigger.
12 years ago
Matt Ward
a500e37ef8
Fix debugger hang in snippet compiler sample.
12 years ago
Matt Ward
de6619b247
Fix snippet compiler sample.
...
Remaining problems:
Application can hang after debugging.
Selecting item in Errors list does not jump to text editor line.
12 years ago
Matt Ward
8bc8fb1e18
Fix C++ backend binding sample.
12 years ago
Matt Ward
0463ff4a40
Remove code completion sample.
...
Add readme that links to two third party code completion samples
that use AvalonEdit and SharpDevelop DOM and NRefactory.
12 years ago
Matt Ward
245c2bd9ca
Fix Gallio sample.
...
Compile Gallio extension with AnyCPU so it works on x64 Windows.
12 years ago
Matt Ward
73744272ed
Fix line counter sample.
12 years ago
Matt Ward
cedc68b9ca
Fix image viewer sample.
12 years ago
Matt Ward
a7557c0c4e
Fix alternate editor display binding sample.
12 years ago
Matt Ward
80915541cc
Fix codon creation sample.
12 years ago
Matt Ward
4b284c60c6
Fix unable to create display binding message in SDA sample.
12 years ago
Christoph Wille
73abd1c97b
Publish to x64 IIS
12 years ago
Christoph Wille
8bd353ee16
Fix dynamic languages conversion
12 years ago
Christoph Wille
666df3adf9
Upgrade project files
12 years ago
Daniel Grunwald
22e4ec0457
Add 'SD.MainThread.InvokeAsyncAndForget()' method that combines 'InvokeAsync().FireAndForget()' into a single step.
...
This makes debugging SharpDevelop easier because exceptions are left unhandled; they don't get caught by a Task<T>.
13 years ago
Daniel Grunwald
fd230873e4
Remove IWorkbenchLayout from public API.
13 years ago
Daniel Grunwald
643223761d
Move MultiHighlighter to AvalonEdit.AddIn
13 years ago