sd5 beta3: Code Completion
Hi!I had the following problems working with sd5 beta 3 build 4302:1. Disable code completion doesn't work (Options --> Text Editor --> Code Completion --> Enable code completion)2. When...
View ArticleSharpDevelop 5.0 Beta 4
Release InformationAnother month, another Beta of SharpDevelop 5.0. We are working hard on ironing out the bugs, filling in the gaps and generally making SharpDevelop 5.0 a smooth developer experience....
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 ArticleSD5b4 : Wrong indentation (settings?) on multiline statements
Steps to reproduce: Write a method: boolReturnEqual(int x1,int y1,int x2,int y2) { return x1 == x2 && y1 == y2; }Reformat source codeSame indentation is...
View ArticleSD5b4: MouseOver shouldn't be use for tab change in the anchored dockable...
I don't think it improves the user experience, if you have to avoid moving the mouse over another tab, to keep the contents you selected. Click should suffice for tab change. ---...
View ArticleSD5: WinForms: Escape to select the parent of the currently selected control...
It is a default in Visual Studio to be able to select the parent of the control currently selected in the WinForms Editor (possibly in WPF too, but I have less experience in WPF). This feature is very...
View ArticleSD5 b4: Reopen start page after closing solution (Patch attached)
I think the start page should be reopened, when the solution is closed, so the user is able to use it again (without having to explicitely open it again). ---...
View ArticleInserting a component event (doubleclick to a button in designer) crashes...
1) Added a button2) Renamed the button (variable) 3) Changed the form locale from default (german xp sp2) to German an back to default (localization=true).4) Doubleclicked the button to add an event...
View ArticleSD5b4: Built exe has a dependency to MSBuild v12
If I download the source code and run releasebuild.bat, the generated binary runs only in machines where Microsoft Build Tools 2013 are installed (it has a dependency to the assembly MSBuild 12)....
View ArticleDesigner fails when using another vb file
Hi guys, when I need to use another vb file in a existing vb, I do it this way:Dim cmm as commonUtility = new commonUtilitywhere commonUtility.vb is my other vb fileThis produces, in the designer view,...
View ArticleRegEx in XSHD?
I am currently using the icsharpcode.texteditor control in a small project, being created with Sharpdevelop...The issue I am having is that my project reads text files and I would like to highlight...
View Articlesolution-dependent nuget config file support
Hello SD team, at first I want to say a big thank you for this nice project. This is definately the best alternative to VS !My question relates to the Nuget support in Sharp Develop. I already made a...
View ArticleFile name encoding issue ?
Hi,I've run into a problem related to file name encoding in #ziplib, while adding support for this to NAnt's <zip> and <unzip> tasks.Apparently some non-ascii characters are not written...
View ArticleAuto-Complete Not Working in ver.4 onwards
I have a problem where by in previous version 3 of SharpDevelop, everytime I type for instance Me followed by a Dot, it will popup a list of methods and properties. However, I don't get this in version...
View ArticleReceive a mail when translations are updated
Hello dear SD-Team, I 'd like to know if all translators could receive an email when a new translation is necessary. This would have 2 benefits:- recall people they once upon a time registered to SD...
View ArticleAbout New Trasnalation Site...
The new trasnalation web interface seems prety good. ;-)It would be very handy if the system could automatically notify by mail to the translators when new string resources are added to translate.Cheers!
View Articleupgrading NuGet
I am trying to install the package: System.Data.SQLiteand I get this error: "The schema version of 'System.Data.SQLite' is incompatible with version 1.7.30402.9028 of Nuget. Please upgrade NuGet to the...
View ArticleSupport the Microsoft Help Viewer 2.1 (Windows 8 Help)
When SharpDevelop is installed on Windows 8, the "Display Contents", "Search" and "Launch Help Library Manager" help menu items result in a "Tool not found" message:The Help Library Manager was not...
View ArticleContextMenu in the SharpTreeView control
Hello,I downloaded the latest Beta5 revision of the code and tried the SharpTreeView demo a bit and noticed that in Window1.xaml it says:Features: MVVM (VM must derive from SharpTreeNode), Multiselect,...
View ArticleConvert Project or Convert File option menu not appears
Soy nuevo en SharpDevelop, y oi que SharpDevelop tiene la característica de convertir los archivos e incluso proyectos de VB a C #. Encontré artículos en Internet como este...
View Article