Why my SharpDevelop didn't have SVN Addin?
My SharpDevelop Version is 4.0.0. Some one said I can found at Tools->Subversion, but I didn't found. Should I go to download it? What url is it? Thanks. ...
My SharpDevelop Version is 4.0.0. Some one said I can found at Tools->Subversion, but I didn't found. Should I go to download it? What url is it? Thanks. ...
I've encountered SharpDevelop a few times before but I don't know anyone who actually programs in it. Would you recommend it for medium size projects in C#? Subquestions: Is there a difference in speed of compiling? (Article is about multi-threading compliling in SharpDevelop) Thanks for answers! ...
I am developing a window application in Microsoft visual C # 2008 express edition.I get a run time error wen i run the application. string[] diskArray; string driveNumber; string driveLetter; **searcher1 = new ManagementObjectSearcher("SELECT * FROM Win32_LogicalDiskToPartition");** foreach (Mana...
Hi, I'm writing a class library in C# using sharp develop. I am including an resx(resource) file which contains some string values. I'm using the following code: ResourceManager rm = new ResourceManager("ResourceFileName",this.GetType().Assembly); string str=rm.GetString("Keyname"); It compiles fine. At run time, it gives me the foll...
I am able to create and run boo console applications in Sharpdevelop. Is there a way to specify the UI using XAML markup and write the code behind in boo for WPF development in Sharpdevelop? If not is there any other alternative for WPF development in boo? ...
I am very curious to know if it is possible to replace the normal ICSharpCode.TextEditor with AvalonEdit in Sharpdevelop 3.x. Frankly speaking AvalonEdit is way too better than ICSharpCode.TextEditor, so it would be better to use AvalonEdit in Sharpdevelop 3.x. I am currently not in a position to use Sharpdevelop 4, it would be better i...
I am looking in to using sharpDevelop to develop Windows (.NET) applications over using Visual Studio. I'm just wondering if there are any serious limitations to using SharpDevelop over VS? The price is certainly right and at first glance it seems like a pretty decent IDE. I'm just wondering if it is compatible with VS. I mean if I a...
Hi all, I am trying to select lines of text in a ICSharpCode TextEditor. As well as make the textbox go to the specific row. The application is windows form app built in VS 2010 in C#. The reason I am using the text editor is for the code highlighting and line numbers etc. I dont really have too much experience using windows forms s...
Hello, i'm working with SharpDevelop 3.2.0, IronPython 2.6.1 for .Net4. To have access to the sqlite3 functionality using this module for IronPython: IronPython.SQLite My program is an GUI application and access an sqlite database. When starting the program via ipy.exe interpreter from IronPython everything (included the database acce...
hi! in c# language and using sharpdevelop i was wondering how i can create a desktop application that loads features or forms only when requested and not at software boot, something like libraries. thanks ...
Hi Folks I'm a kind of newbie in c sharp , so i need some help on a issue i stumbled upon.I have written a small program which keeps my OfficeComunicator on status "available" when i lock the workstatiion ( instead of switching to status "away").Now i am using SharpDevelop tool and as soon as i compile the program and the exe comes up ,...
Can SharpDevelop support language plugins for other languages, not just .NET languages? ...
I'd like to import an ASP.NET MVC 2 app from Visual Studio 2008 to SharpDevelop v4.0. I'm using: * Windows 7 * IIS 7.5 * .net SDK v4.0 * VisualStudio 2008 * MVC 2 * SharpDevelop v4.0 Beta r6767 Thanks a bunch beforehand ...
hi Folks, i am using the newest Version of SharpDevelop and i am having issues debugging a program, like i select the method on which i attach a breakpoint to , and i start the debug from the main menu , but there is output being shown , i tried several things like checking the "watch" the 'console" etc but nothing, should i explicitly u...
How to check if a word at a position is in a Span[i] of the xshd-ruleset? Thanks! ...