|
-
Aug 9th, 2005, 03:51 AM
#1
SharpDevelop, is anybody here using it?
Is anybody here using SharpDevelop? I wish to have some comments if its a good one to have or not.
-
Aug 9th, 2005, 04:07 AM
#2
Re: SharpDevelop, is anybody here using it?
I use it but only for small projects. It seems to be a bit of a memory hog, but so are most programs these days. I'm not sure how well it would scale up if used in a big project, but SharpDevelop was created using SharpDevelop so it must be ok.
Some minor issues include not being able to switch between code and design view if there is an error on the page. You'll also know you've made a mistake somewhere because the intellisense will stop working.
I haven't used any other IDEs for .NET so I can't give any comparisons.
At the end of the day it's open source and only an 8 Meg download you lose nothing by giving it a go. It also has a visual studio solution import/export function.
-
Aug 9th, 2005, 04:09 AM
#3
Re: SharpDevelop, is anybody here using it?
I could only see the codes, where can I find the design view?
-
Aug 9th, 2005, 04:21 AM
#4
Re: SharpDevelop, is anybody here using it?
start SharpDevelop
File->New-Combine
From Categories select C#
From Template select Windows Application
Enter a name for the Combine
Click Create
You should be presented with the source of MainForm.cs
at the bottom of the text window are two tabs Source and Design
click Design
On the right of the editor will be another docking area at the bottom
make sure the tools tab is selected
this will present you with a list of tools
select Windows forms here are all the basic controls
HTH
-
Aug 9th, 2005, 04:27 AM
#5
Re: SharpDevelop, is anybody here using it?
I just remembered another annoying aspect of SharpDevelop. They started creating a console addin which runs when you write a console app instead of firing up DOS. This is a real pain and is totally useless.
Fix:
go to
C:\Program Files\SharpDevelop\AddIns\AddIns\Misc\Console
and rename
ConsoleAddin.addin and
ConsoleAddin.dll
to
_ConsoleAddin.addin_ and
_ConsoleAddin.dll_
-
Aug 9th, 2005, 04:27 AM
#6
Re: SharpDevelop, is anybody here using it?
Darn, I got it now, thanks! It's somewhat different from VS.Net IDE.
-
Aug 9th, 2005, 05:11 AM
#7
-
Aug 9th, 2005, 05:13 AM
#8
Re: SharpDevelop, is anybody here using it?
I've got VS.Net at home and I've got SharpDevelop at office.
-
Aug 9th, 2005, 06:55 AM
#9
Re: SharpDevelop, is anybody here using it?
 Originally Posted by dee-u
I've got VS.Net at home and I've got SharpDevelop at office. 
Shouldn't it be the other way around?
-
Aug 9th, 2005, 09:56 PM
#10
Re: SharpDevelop, is anybody here using it?
To my dismay, when I tried to import a Solution made in VS.Net and tried to double-click on my command buttons hoping to see the codes but not, my codes for my controls and other procedures are gone or may have been converted into something else... What am I doing wrong? How could I open a Solution made in VS.Net in SharpDevelop?
BTW, it is VB.Net that I am using...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|