Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Krüger <mkrueger@xamarin.com>2016-05-13 09:37:10 +0300
committerMike Krüger <mkrueger@xamarin.com>2016-05-17 17:13:42 +0300
commit14cf40a7f06b97609ae27ac0e088ea677c383eec (patch)
tree102036b7383a44a8b405555e1a896371374367dc /main/src/core/Mono.TextEditor.Shared/Mono.TextEditor/TextEditorOptions.cs
parent3781aae4e4171e74d3744f67e0370d7c9b57fd92 (diff)
[SourceEditor] Text editor control implementation is now internal.
We've a large public editor infrastructure. The implementation is not ment for beeing used by addins.
Diffstat (limited to 'main/src/core/Mono.TextEditor.Shared/Mono.TextEditor/TextEditorOptions.cs')
-rw-r--r--main/src/core/Mono.TextEditor.Shared/Mono.TextEditor/TextEditorOptions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/core/Mono.TextEditor.Shared/Mono.TextEditor/TextEditorOptions.cs b/main/src/core/Mono.TextEditor.Shared/Mono.TextEditor/TextEditorOptions.cs
index c5273cb2f1..3bff02086d 100644
--- a/main/src/core/Mono.TextEditor.Shared/Mono.TextEditor/TextEditorOptions.cs
+++ b/main/src/core/Mono.TextEditor.Shared/Mono.TextEditor/TextEditorOptions.cs
@@ -30,7 +30,7 @@ using Mono.TextEditor.Highlighting;
namespace Mono.TextEditor
{
- public class TextEditorOptions : ITextEditorOptions
+ class TextEditorOptions : ITextEditorOptions
{
public const string DEFAULT_FONT = "Mono 10";
static TextEditorOptions options = new TextEditorOptions ();