StyleCop don't work in SharpDevelop 5.0
Hello!I have SharpDevelop 4.4 and 5.0 Beta on my PC, and StyleCop 4.7. In SharpDevelop 4.4 StyleCop works OK, but in last three betas (3 - 5) of SharpDevelop 5.0 when I click "Check current project...
View ArticleSD5 Beta5 - ParseInformationUpdated not sent in xaml on backspace
ParseInformationUpdated not sent when editing xaml source, but only on backspace or Strg-Z or Strg-Y, so the Outlinetree (documentoutline) is not refreshed immediatly. In previuos betas (Beta3) this...
View ArticleWriting sharpdevelop plugin
HiI am writing a sharpdevelop plugin for at project im doing.I have a button in my control that should make a dialog to add data and then return to the control. But my dialog is empty even though there...
View Articlebug
SharpDevelop Version : 5.0.0.4516-Beta 5-3e5b969d.NET Version : 4.0.30319.18408OS Version : Microsoft Windows NT 6.1.7601 Service Pack 1Current culture : Romanian (Romania)...
View ArticleExecution Error at OleDb connection
When running my program that uses System.Data.OleDb, at connection.Open() I've got the following (unhandled) exception:System.ExecutionEngineException Cannot intercept exception. Debugged program can...
View ArticleFirst Time Programmer
Hi, im new to the whole programming thing and ive been looking at some tutorials ive found and i became quite interested. Ive downloaded Sharpdevelop 5 with all the extras and installed it and i...
View ArticleSD5 beta 5 - Small bug in external tools options
When adding an external tool, if one selects the 'Item directory' for the working directory, SD sets it to ${ItemPath} instead of ${ItemDir}. By the way, SD5 is incredibly great. Thanks to all of you!
View ArticleSD 5 Exception when dismissing dialog
Modify a file in the solution, do not saveOpen solution in another application (VS 2013 in my case)Modify the solution externallyReturn to SDChoose to reload solutionThere is still pop up asking to...
View ArticleSD5b3: Disable autocompletion in delegate parameters
Hi again,would it be possible to disable autocompletion automatically when the parameter is a delegate? The problem I am facing is when writting somethink like: myList.Sort(e =>As soon as I type the...
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 Articlesd5 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 ArticleNot Signed
Hallo, ich bin dabei ein kleines Programm zu schreiben, welches ( unter anderem ) auch eine URL aufruft.Nun meldet sich jedesmal, wenn ich dies tue Avira ( siehe Bild...
View ArticleUnity3d Project with zlib - CodePage Error
Hey folks,I need help with implementing the SharpZibLib in a Unity3d MonoNet Project. In the default Unity Editor everything is alright, unzipping data is no Problem.But if I create a Webplayer-Build,...
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 Articleapp.config
Hi, I want to use a app.config XML-File the first time in one of my projects.So how do I start with it. Do I have to create everything by hand or is there a handy solution in SharpDevelop to...
View ArticlePassword protectected ZIP files won't open in Windows
Hi,I have created a password protected zip file using SharpZipLib, but the generated Zip file won't open in Windows.I keep getting an error "The password you entered is not correct". Also, if I try to...
View ArticleSD5 beta3 build 4299: Create enum refactoring rather broken
If you add a new enum value to an existing enum by using the "create enum" refactoring, the new enum value is inserted automatically as the first value, the blue line that is supposed to let you...
View ArticleICSharpCode.TextEditor RTF Copy bug with fractional font sizes
The ICSharpCode.TextEditor has a minor bug in it's Copy functionality when the control is used with a document with syntax highlighting and with a font size that isn't evenly divisible by 0.5. I'm not...
View ArticleSettings error when converting from .net 4 to .net 3.5
eI change a settings file programmatically and save the changes, using Shapdevelop 4.3: My_Settings.Default["BooleanProperty"] = false;My_Settings.Default.Save();It works fine as long as I used .NET...
View ArticleException adding existing source files from other project to class library...
SVN related.Exception info:SharpDevelop Version : 5.0.0.4611-Beta 5-2baac1b1.NET Version : 4.0.30319.18444OS Version : Microsoft Windows NT 6.1.7601 Service Pack 1Current culture...
View Article