From fc1c3e349b7de70ee68e93ae795b6f2fb910449b Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Sun, 13 May 2012 10:01:12 +0100 Subject: [PATCH] Added TODO note --- trunk/Editor/SyntaxRichTextBox.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trunk/Editor/SyntaxRichTextBox.cs b/trunk/Editor/SyntaxRichTextBox.cs index 0f9294a..ced5ebf 100644 --- a/trunk/Editor/SyntaxRichTextBox.cs +++ b/trunk/Editor/SyntaxRichTextBox.cs @@ -914,6 +914,9 @@ namespace LSLEditor { string strTextToPaste = Clipboard.GetDataObject().GetData(DataFormats.Text, true).ToString().Replace("\r", ""); this.ColoredText = strTextToPaste; +#if DEBUG + // TODO Add code to show encoding used in a dialogue or the status bar. +#endif } }