PavelTorgashov / FastColoredTextBox

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

Allow for OpenMode and ShareMode arguments on existing files #243

Open rorso opened 2 years ago

rorso commented 2 years ago

Optional arguments to allow reading active files. The current code allways tries to open the file r/w with share=None Suitable default values to not break existing code.