Choose which .exe to debug
I have a solution with a number of projects in it -- the 'core' project, with the business logic, some other helper projects (data access, and so on), and then one project per GUI that will be...
View ArticleIntegration with Enterprise Architect
Hi,I'm thinking about writing a (simple) integration with Sparx Enteprise Architect.At first there are two features I would like to implement:From an operation in Enterprise Architect I would like to...
View ArticleEncrypt Compressed Files using EncryptionAlgorithm
Hi, I discoved a method (EncryptionAlgorithm) in the class ZipConstants.cs, namespace ICSharpCode.SharpZipLib.Zip I want to encrypt the compressed files in the zip archive when they went though the...
View ArticleCreating a ParseProjectContent instance
Hi,I'm using a couple of ISharpDevelop libraries for my Web based editor. Right now I'm working on adding references to a project so that Intellisense works properly for external references. I managed...
View ArticleCan someone please tell me this?
Hi, I'm using Sharpdevelop 4.3 and on older versions when running on Windows XPIt had a blue interface and the toolbar buttons when hovered over would be yellow likeoffice 2003 style. I have Windows XP...
View ArticleCombining F# and C#
Given the state of F# in #develop, I decided that if I want to create a GUI F# program, I'm better off creating the GUI shell in C# and calling out to core logic in F# than trying to write all the GUI...
View ArticleCustom File Properties
I am currently working on a set of bindings that will allow users to create and compile XNA Game projects in SharpDevelop 4.2. While working on the Content Pipeline bindings, I have found a need to be...
View ArticleUpdating existing zip files using SharpZipLib
Hi,Currently I'm trying to update an existing zip file by adding file into it using the sample codes provided below:using ICSharpCode.SharpZipLib.Zip; public void UpdateExistingZip() { ZipFile zipFile...
View ArticleCode completion stopped working in two of my projects
Code completion suddenly stopped working in two of my projects, one c# and one vb.net. I have since opened a different project that I was working on and code completion is working there. Also, code...
View ArticleZipOutputStream password hashing?
Hi,When I set a password with string "mrmamalulu" to the ZipOutputStream during compression, may I know what happens to the password after that?public void CreateSample(string outPathname, string...
View ArticleAES encrypted input stream throws exception on close
Hi All!Recently we decided to use AES encrypted zip files in our app and I have found a problem with this lib, it throws NotImplementedException when calling Dispose method on input stream for...
View ArticleDebugging multiple projects at once
Hi,I've switched to SharpDevelop because of it's rich features set (as compared to VC# Express). The only feature available in Visual Studio which I'm missing (or can't find?) in SharpDevelop is the...
View ArticleCode completion on key press causes #Dev to slow down drasticly
Every time i set code completion on key presses on, SharpDevelop 4.2 slows down to an incredibly irritating rate.Not only does the text editor respond slowly, the entire program kind of seems to lag...
View ArticleTestArchive and Zip File Size
Hi,Does anyone if there is a file size limit for the zip file when using the function testarchive?I have noticed that if my zip file size is less than 300mb, then the function will return true....
View ArticleF# project move up/down bugs
F# is sensitive to module build order, requiring that you build your modules in "depth first" dependency tree order. That is, if you have a project where module A depends on module B, and B depends on...
View ArticleWix UI Beyond Minimal
I have a solution and have built an installer for it using the WixUI_Minimal library. Everything is OK. Now I want to develop a more advanced installer using WixUI_Advanced. Simply changing...
View ArticleWeird error trying to compile #D
Whenever I try to compile the latest Git commit (as of this writing: https://github.com/icsharpcode/SharpDevelop/commit/5e93aa5f17b73379e92ea4667131dc3a7fa38636) I get the error:'csc: no disc in drive...
View ArticleXYGraph with MS Chart from .NET 3.5
I'm beginning in C#I try to find example to do a graph (type XY) using the MS Chart control (forms) but there is not a lot of documentation.. (some hours without result)Is there anyone who has found...
View ArticleHow to toggle class and interface name highlighting
Hi, I used to use Visual Studio, and I recetly switched to SharpDevelop. I like SharpDevelop, it has all features I need (and it's much smaller than VS), but I am missing one thing...Visual Studio...
View ArticleUpdate to Subversion 1.8, please
I'm using #develop 4.3.1 build 9447, which is apparently built against Subversion 1.7.It was working reasonably well with my svn tree until Cygwin updated my command line svn client to 1.8. Then svn...
View Article