Where to find objects

  • Thread starter Thread starter Sergey Romanov
  • Start date Start date
S

Sergey Romanov

I am just learning c#. And as a practice i build code
editor as it would be my primary task in the future. I
would like to make text editor as in VS with ability to
collapse blocks of code between { }. And I also whant to
use that panels where project solution or property is. I
need this panels with ability to be sticked or float.

Where to find those objects?
 
I am just learning c#. And as a practice i build code
editor as it would be my primary task in the future. I
would like to make text editor as in VS with ability to
collapse blocks of code between { }. And I also whant to
use that panels where project solution or property is. I
need this panels with ability to be sticked or float.

Where to find those objects?

Take a look at the open source project SharpDevelop it does everything you
want so you can learn from that :

http://www.icsharpcode.net/OpenSource/SD/
 
Well, non commercial samples was a bit of an understatement. All the google hits I could find was to fully functional code editors. Which kind of defeats the point of creating your own :P
 
Back
Top