ILSpy search funtion
I've just known ILSpy (I used to use .net reflector, but it's not free now), and tried, look very good, although its features still not as rich as .net reflector. Particularly, I found that the search...
View ArticleIntegrated GIT support
Hi,In features of SharpDevelop it is listed that there is Integrated GIT support.My question is how to use it as I cannot see any help on thi.Br,Michal
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 ArticleError With Ribbon UI
I find myself developing an application and use the Ribbon UI component https://officeribbon.codeplex.com/ when I add the component one RibbonButton from SharpDevelop and I run the button does not work...
View ArticleWhy is my pull request being ignored?
I posted a while ago a pull request:https://github.com/icsharpcode/SharpDevelop/pull/505Since I am new to this process I am a bit uncertain why it isn't being pulled. Is it unimportant? Is the pull...
View ArticleWhen a xaml file contains a mass of controls, the adorner of the control...
Version 4.4.1, 4.4.2 both reappear the bug. I don’t have .net4.5 on my computer, so I don’t know whether Version 5 beta has the same problem.When I edit a xaml file which contains a mass of buttons,...
View ArticleNuget with Proxy - SharpDevelop 5
There is a proxy on my network with automatic authentification. When I try to add a NuGet package, the following exception is thrown :SharpDevelop Version : 5.0.0.4516-Beta 5-3e5b969d.NET Version...
View ArticleError Compiling
I had a crash on my PC while coding and when I open SharpDevelop and compile, the following appears and won't go away.I did a test after, where I just opened one of the .vb files in a perfect project...
View ArticleXAML Preview
Hello everybody,First post coming through, nice to meet you all.Just started using the great SharpDevelop, so far loving it a lot. Sombody should tell Microsoft that it IS possible to make an IDE in...
View ArticleException while debugging FYI
Report received while attempting to observe value of stringbuilder variable by hovering over varname in debugger:SharpDevelop Version : 5.0.0.4516-Beta 5-3e5b969d.NET Version :...
View Articleinvalid platform
Hi, I installed versio 5.0 beta. I created a new c++ console application project.When I first compiled the project (I did no changes yet), I got error message:The Platform for project 'kokeilu.vcxproj'...
View ArticleNRefactory Multiline Documentation Comment
I am playing with NRefactory o learn develop ome usefull refactorings. I was working on a C# port of Sqlite source code. Each time parsing and regenerating source code gives the same wrong C# code.You...
View ArticleNRefactory preprocessor parsing
I am trying t parse and regenerate a code. Preprocessors are get messed up. # is added in some places. As I noticed # is added into first line of the #if false bodyFor example ://---initial#if !TCLSH...
View ArticleSharpZipLib support
I read somewhere a while ago that support for SharpZipLib was going to end unless someone else was found to continue to maintain it. Is this still true?If not, are there plans for a new release? Any...
View ArticleUsing files from Properties - .resx
Hi guys.I really need your help. How to use files (image for example) from .resx file? I have testimage.jpg in Resource1.resx in Properties.So How to use this file?For example :void...
View ArticleHotkey to enable/disable help tooltips
Hey guys, I was wondering if there is (or can be in the future) a hotkey or a menu item to enable/disable the help tooltip in the text editor. It drives me crazy. I know it can be disabled in the...
View ArticleSharpDevelop 5.0 RC
Release InformationThe release candidate comes a week after our yearly developer meeting in Bad Ischl, Austria, where we worked on not only SharpDevelop but also the architecture of ILSpy vNext. Thanks...
View ArticleNRefactory Parsing preprocessor as methods comment
When parsing PreProcessorDirective node is being put under wrong nodeHere what I use ///<summary>///... ///</summary> #if !SQLITE_OMIT_ATTACH ///<summary> /// ......
View ArticleIs the book "Dissecting a C# Application: Inside SharpDevelop" still relevant...
I want to learn to be a good C# programmer by dissecting a big project.As the book "Dissecting a C# Application: Inside SharpDevelop" is provided freely then I think it is a good source to learn.My...
View ArticleWhat happened to the bookmarks keyboard shortcut?
In earlier versions of SD one could use <Ctrl + F2> to toggle a bookmark and <F2> to jump to bookmarked lines. The functionality is still there from toolbar buttons, but <F2> no...
View Article