289 Commits (master)

Author SHA1 Message Date
Ivan Shumilin c552ad0b93 Cleanup after move. 17 years ago
Ivan Shumilin 5e4ddf3a16 Move XamlDesigner to samples 17 years ago
Daniel Grunwald 3b9d810c2c Fixed C++ binding crash when VS08 is not installed. 17 years ago
Daniel Grunwald 851fa495d7 Set SolutionPath environment variable when building C++ projects. 17 years ago
Daniel Grunwald b7cab5f225 Support building C++ projects using Windows SDK 6.1. 17 years ago
Daniel Grunwald 9fae8aee0d Allow specifying movement type of text anchors. 17 years ago
Daniel Grunwald 6139a17a8b Add C++ backend binding to samples. There's no support for editing project options and no templates; it's just a minimalist sample on how to write backend bindings for non-MSBuild project formats. 17 years ago
Daniel Grunwald 1ffe463bab Fixed forum-7686: make code completion in CSharpCodeCompletion sample work better when the edited code has syntax errors/incomplete code. 17 years ago
Matt Ward 4088319ffe Code completion sample was using the obsolete Instance property on VBNetAmbience and CSharpAmbience. 17 years ago
Matt Ward 954948bcbb DefaultWorkbench can now be replaced with a custom class implementing the IWorkbench interface. Added a snippet compiler sample that demonstrates how the DefaultWorkbench can be replaced. 17 years ago
Christoph Wille 67e57efb2f http://codeconverter.sharpdevelop.net/ included in /samples (ASP.NET 3.5 application, code conversion features separated out into assembly project ICSharpCode.CodeConversion for easier reuse) 17 years ago
Matt Ward 040bd1ed18 Mono C# console template no longer runs the AddDotNet35ReferencesIfTargetFrameworkIs35 command. 18 years ago
Daniel Grunwald 82bbab8aec Forum-6859: Show code templates in code completion. 18 years ago
Daniel Grunwald 9b4679edf1 NRefactoryResolver rewrite: remove code duplication between NRefactoryResolver and TypeVisitor. Changed handling of method groups to follow C# specification more closely. 18 years ago
Matt Ward faad66f44a Added NAnt addin sample. 18 years ago
Matt Ward 4f8f2dc7db Updated samples so they work with SharpDevelop 3.0 18 years ago
Matt Ward 3e065a31bd Moved Mono addin to samples and added support for Mono's new VB.NET compiler Vbnc. 18 years ago
Daniel Grunwald 23f3e580b5 Add sample project for text anchors. 18 years ago
Daniel Grunwald c440f7c2a1 CSharpCodeCompletionSample: show xml documentation 18 years ago
Daniel Grunwald 22775ffe8e Fixed some off-by-one bugs in the CSharpCodeCompletion example (caused by the different line counting in the parser and the text editor). 18 years ago
Daniel Grunwald 3acc3cbb3e Improved CSharpCodeCompletion sample: add tool tip support, show only one entry for overloaded methods 18 years ago
Daniel Grunwald 0acdde0b37 Add optional "settingsPath" and "domPersistencePath" settings to SharpDevelop.exe.config. These can be used to redirect the settings/code completion cache to different folders, e.g. for running SharpDevelop from a USB stick. 18 years ago
Daniel Grunwald 839bf506c9 Add BSD header to SharpDevelop samples. 18 years ago
Daniel Grunwald 97342e3d49 Fixed snippet parser bugs. 18 years ago
Daniel Grunwald ff45445828 Add HtmlSyntaxColorizer sample. 18 years ago
Daniel Grunwald 19c7359b57 Fixed problem that could cause invalid Drag'n'Drop operations to be executed if OnDragDrop executed without a prior OnDragOver for that mouse position (e.g. very fast moving of a folder into its own subfolder) 18 years ago
Daniel Grunwald 2e258f2150 Improved SharpDevelop.Dom API. 18 years ago
Daniel Grunwald 05f80162ee Fixed CSharpCodeCompletion sample. 19 years ago
Daniel Grunwald 9b7a082e24 Add partial C# 3.0 support. 19 years ago
Daniel Grunwald 1cb82b76a8 Update assembly base addresses to prevent relocation. 19 years ago
Daniel Grunwald dcaf24c04d Implemented SD2-1183: Use MSBuild libraries 19 years ago
Daniel Grunwald 02ad6da28f Add standalone C# code completion example. 19 years ago
Markus Palme fa229d846e fixed the example 19 years ago
Daniel Grunwald 819f30e1da Fixed file headers. 19 years ago
Markus Palme a1543c981e removed unused import statements 19 years ago
Peter Forstmeier 9818958f90 Remove unused Reports 19 years ago
Peter Forstmeier 4b2f438095 Update Examples Reports using StoredProcedures with Parameters (SQl Server + Northwind) added 19 years ago
Peter Forstmeier 6ca65981b5 Working on samples 19 years ago
Daniel Grunwald de05357b9e Fixed SD2-971: Correct VB arrays declaration and redim-statements are recognized as code errors. 19 years ago
Christoph Wille 3491b53a8f #region formatting, fixes 19 years ago
Christoph Wille 3b9d335249 Updated contributors list 19 years ago
Daniel Grunwald 941c45808b Make Consolas the default font on Vista. 19 years ago
David Alpert 6df24357e8 corrected spelling of my name ;-) 19 years ago
Daniel Grunwald 3ab6c9973f Add ICSharpCode.SharpDevelop.Sda and SdaUser example application. 19 years ago
Peter Forstmeier fbcf3f69ff Samples for IList as DataSource, EventLogger is a Report that shows dynamic use of images in a Report,ContributersList shows a couple of Contributers 19 years ago
Peter Forstmeier 2eccdf9013 Update SharpReport Examples 19 years ago
Daniel Grunwald 56b2aa0f70 Fixed some translation issues. 19 years ago
Daniel Grunwald ae6de2495e Improved NRefactory public API (moving classes to other namespaces etc.) 19 years ago
Peter Forstmeier 220e1006e9 Move samples to SharpDevelop2.1 19 years ago
Daniel Grunwald 6881dd2e22 Add LineCounter example AddIn. 19 years ago