Can I create reports with business classes?
Hi, I use Visual Studio 2013, with MVVM pattern in my solution. I need to make many reports, and I need to know if SharpDevelop Reports allows me to create reports using the solution's business...
View ArticleSuppress "The solution has been changed externally"
Hi, In Tools -> Options -> General -> Load/Save I have disabled Detection of external changes to files.Despite this fact SharpDevelop constantly keeps informing me that some external change...
View Articlecrash when adding TODO in new empty file
Hello team!Here's one:in a project, create a new empty .cs filetype in: //TODO wait for a few seconds...This is where I get the following exception. I'm glad to provide more information if...
View ArticleSharpDevelop 5.0 RC on Windows XP
Hi, is it possibile to installa the new SD on Windows XP?Than you!Antonio
View ArticleCode Completion for Events in SD5
Hello!In sd4 i use code completion to create the method stub for an event handler.e. g.button.Click += new TAB TAB the following stub is generated: voidbutton_Click(object sender, EventArgs e) {...
View Articlelicense for #develop version 4
Is this now under the MIT? Does that mean that former changes released under LGPL should now be under MIT?
View ArticleWhere do I configure highlight colours not included in the Options dialog?
I have set up my editor colors with dark background and light text colors, but when I do Find on a word, all instances of that word get highlighted in bright green, which makes the text unreadable....
View ArticleSD5.0 RC (4696) - once stepping means always stepping
Noticed this on earlier beta revisions already but forgot to post here. As soon as you have ever debugged your project with a breakpoint or by running it using a Step command it will not be possible to...
View ArticleSD 5 Can't add an icon to a winform
I can't add an icon from neither local resource nor project resource. The local resource's preview is blank, clicking import gives the similar errror, Requested range extends past the end of the...
View ArticleError when extracting in WinRAR: "archive is either in unknown format or...
if image size larger than about 300kb,error when extracting in WinRAR: "archive is either in unknown format or damaged".Code:MemoryStream memoryStream = new MemoryStream();using (ZipFile zip =...
View ArticleSD 5.0 and Boo
Hello :)I know that SD 5.0 beta is C# only. My question is - will you continue to support Boo in SD 5.0 release? It is kind of confusing to see RC not opening .booproj files, but giving syntax...
View ArticleProblem with DataSet
Good morningto all.I have createdadllinc #withaWindowsForm.I addedin addition to otherelementsalsoanempty DataSet(MainDataSet)allPublic.Then I createda newdllalwayswithawindows formderivedfrom the...
View Articleshow whitespace?
hello, is it possible to make whitespace visible (Ctrl+R, Ctrl+W in visual studio)?thankskonstantin
View ArticlePossible bug with automatic creation of event stub in 5b5?
I used to be able (in 4.4) to double-click on an event in the properties of a design window (using WinForms) and the event stub would be created and the cursor moved to the event stub. Now (in 5beta5)...
View Article[AvalonEdit] Underscores With Auto Completion
I've recently implemented the auto completion section of the AvalonEdit within my application, and found that typing underscores acts as selecting the current selection instead of continuing to filter...
View ArticleAdd assemblies automatically from component drag-drop
Hi,I added some components to the toolbox, and when i drag and drop the component to the form in sharpdevleop 4.4, it doesn't detect and add automatically the assemblies that are used by the component...
View Articleerror when accessing help/launch help library manager in 4.4.1.9729
error when accessing help menu/launch help library manager in 4.4.1.9729 SharpDevelop Version : 4.4.1.9729-7196a277.NET Version : 4.0.30319.34014OS Version : Microsoft Windows NT...
View ArticleProblems with Nuget package manager
Hey guys,Hope someone can help. I am using Version 5.0.0 Build 4696 on Windows 8,1.First, there is a bug I think (or at least an unfriendly error message) with the nuget package manager.If you open the...
View ArticleUnzip bug causing massive files
Has anyone using SharpZipLib ever encountered a situation where the unzipped files were massively larger than the originals? I have had a few cases where a file that should have been only 1-2MB ended...
View Articlecreate forms from decompiled project
Hello,I have decompiled a project I have created and lost code, I have a question, I have created the project from the menu of ilspy, how do I create the forms also? Thank youI am a beginnerKyriakos
View Article