ICSharpCode.CodeCompletion more document
I have using ICSharpCode.CodeCompletion in my appycation. It good if i load one document, but when i load more document by editort.Completion.ProcessInput(partialCode, partialFile) method it do not...
View ArticleResource Editor SD 5.1
Hi there,I am using SharpDevelop for several years now and I love it. I have one little issue concerning the resource editor. It is no bug but some sort of feature request. I am working with multiline...
View ArticleAdd Existing Item
When I right click the name of my project in the projects window and select "Add->Existing Item...", nothing happens. Choosing existing folder brings up the dialog to choose the folder, so that...
View ArticleAdd a form and make it the initial window on launch
Hello. Two questions:(1) I have an existing C# project and want to add a form with a Web interface that becomes the first window that opens when the application launches. How can I achieve that.(2)...
View ArticleError on Open Solution
SharpDevelop Version : 5.0.0.4516-Beta 5-3e5b969d.NET Version : 4.0.30319.34014OS Version : Microsoft Windows NT 6.3.9600.0Current culture : English (United States)...
View ArticleProblem adding WCF service
I have a problem adding service reference. When I write URL to the service and click Go I get the error - Metadata contains a reference that cannot be resolved. This problem seems to only occure when...
View ArticleCreate reports in SharpDevelop
As I can create reports in SharpDevelop How can I install the Reporter , I have version 5.0 of SharpDevelop but can not find it anywhere the option of designing reportsHelp...
View ArticleLanguage is improperly set
I installed SharpDevelop and had a behavior happen that I am not happy with.My computer runs a German version of Windows XP Media edition. My software is English. When I installed SharpDevelop, it...
View ArticleAvalonEdit Custom Syntax Highlighting
Hi ,I am using avalon text editor and I have defined rules in schema definition file that defines my language syntax.Everything works fine but I have one problem,in my language ';' (semicolon) is both...
View ArticleConversor doesn't understand "datetime?"
Converting from VB.Net to C#, if the code has a variable declared as datetime? (it works with datetime or date?) then the conversion failsInputSub Test()dim thisDay as datetime?end subOutput-- line 1...
View ArticleMissing parenthesis in conversion from VB.Net "if" ternary operator
When converting a statement from VB.net to C# including a ternary if operator, the code might not work correctly due to the missing parenthesis:Original code:Function test(value As Boolean) As String...
View ArticleSharpdevelop 5.1 installation on Windows 10
I have windows 10, 64 bit operating system. When I am trying to install version 5.1, I get an error message "This setup requires the Microsoft Visual C++ 2008 SP1 Redistributable Package to be...
View ArticleUnhandled WPF exception
Just installed this version. Was looking at options when this popped up. No coding or anything else done.Windows 10SharpDevelop Version : 5.1.0.5216-0e58df71.NET Version : 4.6.01038OS Version...
View ArticleError on instalation SharpDevelop Reporting
SharpDevelop Version : 5.1.0.5216-0e58df71.NET Version : 4.5.50938OS Version : Microsoft Windows NT 6.1.7601 Service Pack 1Current culture : Portuguese (Brazil) (pt-BR)Current UI...
View Article5.1 RC - debugger is mad, exception + crash
hi!i switched from SD 4 recently. today i wanted to debug something (run was okay).1. setting a breakpoint and then running does step in, but could do so on wrong line (though i definitely rebuilt the...
View Articlehard coded colors - dark skin
hi!since i'm trying to set my win7 up using completely dark style, which is an awful undertaking in itself, i was trying to get sharpdevelop use a dark skin, too. since there's no native option i used...
View ArticleError when Close - almost see this error each time when closed
SharpDevelop Version : 5.1.0.5216-0e58df71.NET Version : 4.5.50938OS Version : Microsoft Windows NT 6.1.7601 Service Pack 1Current culture : Chinese (Simplified, PRC)...
View ArticleTarget Framework by Platform/Configuration
I am writing a library of which I would like to provide versions for various versions of the .NET Framework, say, a .NET 2.0 version and a .NET 4.0 version.In project files, this seems to be possible...
View ArticleLooking for a way to use a compressed memory stream for writing and reading
Good time of the day everyone!I just came across a CodeProject page that pointed me at this community. It talked about using SharpZipLib used with Memory Stream. This is an interesting concept, but I...
View Article