.net F 3.5 in .net CF 3.5 umwandeln
Hallo liebe Forumgemeinde.Seit zwei Tagen durchforste ich nun das WWW nach einer brauchbaren, möglichst detailirten Tutorial wie man mit Sharpdevelop unter VB.Net für das compact framework 3.5 eine...
View ArticleSharpZipLib and .Net 4.5
Any plans for a SharpZipLib release for .Net 4.5? I see the download lists versions for .Net 1,1. 2.0, 3.5 and 4.0...
View ArticleBinary AvalonEdit.4.3.1.9430.nupkg - .Net 3.5 - Not Working
I have tried using the 3.5 version of the binary but the AvalonEdit.Sample totally fails to run displaying the message AvalonEdit.Sample has stopped working. The problem appears to be with the...
View ArticleFind/Replace interface for Avalon edit
Just wondering if there was any plans to add a find/replace interface to the AvalonEdit control?If not, what is the best way to search for text using regular expressions (specifically, .Net Regex class)?
View ArticleCrash when entering items in the menuStrip
The following message (crash report) occurs when I add a menustrip to my Windows Form and enter some text in the menu item (where it says 'Type Here') and press Enter. SharpDevelop Version :...
View ArticleSwitch panels when switching views
I would like SharpDevelop to switch my Projects/Tools panel to Tools when I am switching my editor from the Source view to the Design View. So always when I am in Design mode, I want the tools panel be...
View ArticleUndo creation of event handlers
When I double click a component in the Design view, a click event is registered and an event handler is automatically generated. This is great when you want that, but if you double clicked the...
View ArticleDesign view disabled when creating new Windows Form Project
When you start a new project by adding a new Windows Form project to your solution, the MainForm.cs file will be opened, but you cannot choose between Design and Source viewmode. When you remove this...
View ArticleIncorporate charts such as pie & line charts
Hi,I would like to know if I can create line pie and line charts using sharpdeveloper. Or is this a function that will come later.example of what I want to try and do.There is a chart tool where you...
View ArticleSharpZipLib issue while adding reference Windows Phone
I am trying to add dll of SharpZipLib to my Windows Phone 8 project. It gives me following error while adding a reference to a higher version or incompatible assembly cannot be added to the projectHere...
View ArticleAvalonEdit autocompletion didnt work as expected
i have a strange effect in the avalonedit control. i use the following code to add the common .net assemblies(mscorlib, System and so on) and an external library(NetOffice)IProjectContent result =...
View ArticleCode Template Location in 4.1?
Where are code template definitions stored? (Not the data\templates new-file oriented ones, I mean the keyboard shortcuts listed in "Tools|Options|Coding|Code Templates").I'd like to be able to...1....
View ArticleWhere is the Forms Designer tab?
Dear all,I am trying to use the SharpDevelop. I have read that when editing a form file (.cs) one can switch to the Forms Designer by clicking a tab at the bottom of the code window. One example is...
View ArticleError on new project creation with subversion 1.83
Hye dear SharpDevelop Team ! An error has occured when I create a new project with subversion 1.83 installed on my win7 x64 ... The project has weel been created but SharpDevelop have crashed just...
View Articleone bug
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Windows.Forms;using System.Xml.Serialization; public static void ReadOpenLog() {...
View Articleone bug
SharpDevelop Version : 5.0.0.3420-alpha-4322d540.NET Version : 4.0.30319.18052OS Version : Microsoft Windows NT 6.1.7601 Service Pack 1Current culture : Chinese (Simplified, PRC)...
View ArticleIncorrect conversion of empty arrays (VB.NET to C#)
The following VB-codePublic Class SomeClass Public Function ReturnArray As Int32() Return New Int32() {} End Function End Classis converted into the following (not compilable) C#...
View ArticleDouble-parenthesis when converting from VB.Net to C#
Hello SharpDeveloperI'm nearly too shy to post it, but although it is such a minor issue it gives me a lot of manual work:Coming from a Java-background, I like to write VB code that includes...
View Articleusing resx files
Hello, i tried to add a image as a ressource to my project.For that i double click the *.resx file and end up where i can add a ressource.I did this and add my image here.But after i changed somethin...
View ArticleDesign View Unavailable
So apparently this didnt actually post when I hit "post"I'm getting the following text when I try to view my form in the Design tab: Failed to load designer. Check the source code for syntax errors and...
View Article