I'm currently working on a control extended from the RichTextBox control, it supports brace completion, quotation completion, HTML element completion and smart indentation.
I want to add line numbers like most common editors, can anyone point me in the right direction? Thanks!