Added TODO note

This commit is contained in:
Ima Mechanique 2012-05-13 10:01:12 +01:00
parent d6582d8ff1
commit fc1c3e349b

View file

@ -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
}
}