PavelTorgashov / FastColoredTextBox

Fast Colored TextBox for Syntax Highlighting. The text editor component for .NET.
Other
1.21k stars 464 forks source link

AutoIndent between two brackets #125

Open IchZerowan opened 6 years ago

IchZerowan commented 6 years ago

I need to implement AutoIndent when pressing Enter between two brackets like this:

{|}
{
    |
}

(for JS language) I managed to do something like that using SendKeys but I would prefer to do it in some more adequate way)))

IchZerowan commented 6 years ago

It would be really useful