05-21-2011, 05:58 AM
(This post was last modified: 05-21-2011, 05:58 AM by AceInfinity.)
(05-21-2011, 05:45 AM)Gaijin Wrote: All that is actually missing are Line Numbers....
I love it and I also use it as my Portable Editor, along with Notepad 2 for some serious stuff...
The version I have is like nothing compared to this, lol 1.6 and this is 2.5
I will post a better feedback once I get aroung using it often. As for now I just love it...
I fixed the tab spacing in this new version btw. I had to use
Code:
If e.KeyCode = Keys.Tab Then
e.SuppressKeyPress = True
Me.RichTextBox1.SelectedText = " "
To get that to work. Line number on the left like in Notepad++ i've been looking into, but there's already a function for goto line, and a line number display in the status bar at the bottom, which will have to do for now until I get that figured out. The form label text at the top changes with the text color settings in this version