Drag & Drop for AddIn Projects
Hello, I have recently started with SharpDevelop. I am very impressed with the extensibility of the IDE..I have created an AddIn using the F# example. I found that I was not able to drap & drop the...
View ArticleUse Wix UI_Advanced Setup
Hello,I use sharpdevelop to create an MSI installer for my DLL.Using the minimal setup project I define the installer per user <RegistryKey Root="HKCU" Key="Software\SWName\Addins\DLLName"...
View ArticleSharpdevelop Setup Tutorial
Hello,Could anyone please give a link to a tutorial which teaches step by step how to use WIX sharpdevelop msi setups in order to allow the user to set the install scope (per user or per machine) at...
View ArticleAvalonEdit - Reformat text as it is input
I would like to intercept text as it is input (as the user types, after they've pasted text, etc) and format it as necessary (trim whitespace from the start of any changed lines, change instances of...
View ArticleSplitting zip files
Hi. New to this library. I see that there have been some conversations about adding the ability to split zip files. Did that ever get implemented? Thanks.
View ArticleError debugging step by step
SharpDevelop Version : 5.0.0.4053-Beta 2-c42c4dab.NET Version : 4.0.30319.18444OS Version : Microsoft Windows NT 6.1.7601 Service Pack 1Current culture : Portuguese (Portugal)...
View ArticleProfiler session - Go to definition of constructor unhandled exception
Hi.When I click to Go to definition item in context menu of any costructor if profiling session, unhandled exception pop-up appeares instead of going to definition of constructor.Have a nice day...
View ArticleMonogame and sharp develop
seeing that monogame is open source how would I create the zip file i downloaded from github into a #dev plugin. Is it as simple as compressing parts using 7-zip or is it a lot more complicated...
View ArticleError message at startup
SD 5.0.0.4408 (commit 8384a172d60a4f4af11b3a6bf4d7156af30d0c8f) shows a non fatal error message on startup. When I dismiss the dialog the app continues to run normally....
View ArticleApplicationSettings don't bindings
Hello all.Tell me why are not bindings program settings?For example, inVisualStudiothere is such abind.Is there suchaSharpDevelop?The sitestatedthat thereApplitsationsettings.Butwhere it...
View ArticleAdded Support to TarInputStream for fast Seeking
I want to start by thanking everyone that put together ICSharpCode.SharpZip. The library has been invaluable for my recent work with tar files.One thing I did notice to be very slow was reading...
View Articlehave trouble moving a solution from visual studio to sharpDevelop
a solution which runs fine in VS2013...i get this message:The "InitializeDefaultProperties" task could not be loaded from the assembly Microsoft.VisualStudio.Tools.Office.BuildTasks, Version=10.0.0.0,...
View Article"GZIP crc sum mismatch" when decompressing
Hey there,I'm getting the following error when trying to decompress a byte array:GZipException: GZIP crc sum mismatch, theirs "-1419322270" and ours...
View ArticleAccess SharpDevelop classes...
Hi,I'm using SharpDevelop 3.2.1. I was trying to access sharpDevelop static classes from the debugged project but I'm getting a NullReferenceException. For example , the debuuged program (process) is...
View ArticleHiding lines of code
Hi What's the best way to hide several lines of code. I tried to hide the lines withICSharpCode.AvalonEdit.TextEditorTextArea.TextView.CollapseLinesBut that results in an exception after clicking...
View ArticleScrolling to last line not always working in AvalonEdit
I wanted to add an "auto-scroll" behaviour to my application which uses AvalonEdit as text editor. The idea is that when text is programmatically added to the end, and the user has currently scrolled...
View ArticleAvalonEdit Xml Code Complete/Intellisense
Hi,I need XML code completion based on XSD in my AvalonEdit based editor. I've read that XmlEditor control from SharpDevelop can do that.How can I integrate those 2? Or is there any other way to...
View ArticleSD 5 Beta 4--System.Reflection.ReflectionTypeLoadException
Can anyone offer any advice for this issue?Using SharpDevelop 5 Beta 4 when I open a new solution for C# WPF and the go to Window1.xaml and click on the Design tab I get the following...
View ArticleChange FormatString on sharpdevelop Reports
Hi everyone I need to get the date separated on 3 BaseTextIten's but on a format that doesn't apeer on the FormatString.I need to get the date like: txtDay - "21"txtMonth - "May"txtYeat - "2014" Is...
View ArticleProfiling executable - saving sesion over existing file crash
Hello there :) I've started profiling sesion with some executable. When I wanted to start another sesion and save sesion file over previous sesion file, an exception was thrown (exception dump...
View Article