Results 1 to 10 of 10

Thread: SharpDevelop, is anybody here using it?

  1. #1

    Thread Starter
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    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.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  2. #2
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196

    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.

  3. #3

    Thread Starter
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: SharpDevelop, is anybody here using it?

    I could only see the codes, where can I find the design view?
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  4. #4
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196

    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

  5. #5
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196

    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_

  6. #6

    Thread Starter
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: SharpDevelop, is anybody here using it?

    Darn, I got it now, thanks! It's somewhat different from VS.Net IDE.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  7. #7
    Fanatic Member Valleysboy1978's Avatar
    Join Date
    Nov 2004
    Location
    Planet Xeoroaniar CC Posts:1,928,453,459,361
    Posts
    770

    Re: SharpDevelop, is anybody here using it?

    If you got VS.Net use that. I'd only suggest SharpDevelop as a learning tool for developers who are unwilling to purchase VS just yet
    Life is one big rock tune

  8. #8

    Thread Starter
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: SharpDevelop, is anybody here using it?

    I've got VS.Net at home and I've got SharpDevelop at office.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  9. #9
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: SharpDevelop, is anybody here using it?

    Quote 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?

  10. #10

    Thread Starter
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    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...
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width