Text editor using c#
-
hai there, i need your valuable information. i would like to create a text editor using c#. i got a trouble in displaying line numbers on left side of the TextBox Also i want the feature 'Add Breakpoint' in a panel near the texteditor. How can we get the position of a cursor with respect to the control. Thanks in advance. Regards, Shaju :)
-
hai there, i need your valuable information. i would like to create a text editor using c#. i got a trouble in displaying line numbers on left side of the TextBox Also i want the feature 'Add Breakpoint' in a panel near the texteditor. How can we get the position of a cursor with respect to the control. Thanks in advance. Regards, Shaju :)
I suggest you take a look at some open-source applications. You could find a horde of examples on http://www.sourceforge.net[^]. There's no "standard" way of doing this and it greatly depends on your implementation.
Microsoft MVP, Visual C# My Articles
-
hai there, i need your valuable information. i would like to create a text editor using c#. i got a trouble in displaying line numbers on left side of the TextBox Also i want the feature 'Add Breakpoint' in a panel near the texteditor. How can we get the position of a cursor with respect to the control. Thanks in advance. Regards, Shaju :)
Have a look at mine (see link below) :) It's a helluva lot harder than you mite think (dont look at silly implementations that use a seperate control for line numbers, like #develop) top secret xacc-ide 0.0.1