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
Daniel Grunwald
7f18d1d432
Remove usages of WorkbenchSingleton.
13 years ago
Daniel Grunwald
cec4ef5156
Fix category for SD4->SD5 issue
13 years ago
Daniel Grunwald
974a39b86f
Create AddIn that implements issue providers for SD4 -> SD5 API changes.
13 years ago
PeterForstmeier
0efffa09d5
Active SectionRendering in Samples
13 years ago
Matt Ward
1dad071f48
Create directory for MS Test results file if it does not exist.
...
Handle MS Test results file not being created.
13 years ago
Matt Ward
2c7319f4e0
Fix path to MSTest not being set when using browse button in tools options dialog.
13 years ago
Matt Ward
da238e118a
Add MSTest runner sample addin.
13 years ago
Siegfried Pammer
2003389db9
make PInvoke.addin a sample
13 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
7050250ac0
Add AnyCPU platform for AvalonEdit.Sample.
14 years ago
Daniel Grunwald
7bcab7097b
AvalonEdit documentation update
14 years ago
peterforstmeier
355ac48390
Update Sample, small changes from FxCop
14 years ago
peterforstmeier
4ea91aa6de
SqlParameters, remove dead code
14 years ago