Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio
  4. Developing IDE

Developing IDE

Scheduled Pinned Locked Moved Visual Studio
csharpvisual-studiohelpquestionworkspace
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Pankaj Kulkarni
    wrote on last edited by
    #1

    Hello All, I want to develop an IDE like Visual Studio IDE. My development Environment is Visual Studio .NET 2005. Language may get differ as per the requirement i.e VB or C# What will be the steps ? What things I have to consider at the time of Development? How should I start ? Thanx for the help Pankaj Kulkarni

    J 1 Reply Last reply
    0
    • P Pankaj Kulkarni

      Hello All, I want to develop an IDE like Visual Studio IDE. My development Environment is Visual Studio .NET 2005. Language may get differ as per the requirement i.e VB or C# What will be the steps ? What things I have to consider at the time of Development? How should I start ? Thanx for the help Pankaj Kulkarni

      J Offline
      J Offline
      James Gupta
      wrote on last edited by
      #2

      I'd say, start with core features like string manipulation (for syntax highlighting, intellisense etc) in a richtextbox, make this as a seperate user control. Start organising your code into OO classes / functions. Then start adding induvisual toolbars / menus for manipulation Now start adding the induvidual buttons which you will have such as Bold, Search etc. Disenable them all Start wiring events to the buttons and as you do so, re-enable them so you know how far you have got.

      P 1 Reply Last reply
      0
      • J James Gupta

        I'd say, start with core features like string manipulation (for syntax highlighting, intellisense etc) in a richtextbox, make this as a seperate user control. Start organising your code into OO classes / functions. Then start adding induvisual toolbars / menus for manipulation Now start adding the induvidual buttons which you will have such as Bold, Search etc. Disenable them all Start wiring events to the buttons and as you do so, re-enable them so you know how far you have got.

        P Offline
        P Offline
        Pankaj Kulkarni
        wrote on last edited by
        #3

        hi James, Thanx for the Steps you have suggested. Pankaj Kulkarni

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups