Jump to content
Xtreme .Net Talk

rowanjl

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by rowanjl

  1. Well, the highlighting I'm doing means I have to do the entire document every time the text changes, thats why its slow. Perhaps there is a better way?
  2. Yeah, thats what I was planning to do, but I need to add syntax highlighting. Working with a RichTextBox is very slow, as I'm selecting the text and colouring it. There must be a better way :(
  3. I've been looking at creating an entire textbox from scratch that matches my needs, but I don't really know where to begin (apart from making a new User Control...). I've searched everywhere and been unable to find any information on making a textbox control. Can anyone point me to some information? And can someone explain how to give a control the normal BorderStyle property? Thanks! :)
  4. Bugger, it doesn't work so well. I have to put a tab between the line number and the text or the line numbers get removed, and it only counts up to 254 :( Perhaps there is another more complecated solution?
  5. Thank you so much! You've gone well beyond my expectations, you've been a great help. Thank you!
  6. Thanks for the example dynamic_sysop, I'll use it if I can work out how to convert it to C# :) Could you advise me on that? Thanks again!
  7. 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!
×
×
  • Create New...