Added TODO note
This commit is contained in:
parent
d6582d8ff1
commit
fc1c3e349b
1 changed files with 3 additions and 0 deletions
|
@ -914,6 +914,9 @@ namespace LSLEditor
|
||||||
{
|
{
|
||||||
string strTextToPaste = Clipboard.GetDataObject().GetData(DataFormats.Text, true).ToString().Replace("\r", "");
|
string strTextToPaste = Clipboard.GetDataObject().GetData(DataFormats.Text, true).ToString().Replace("\r", "");
|
||||||
this.ColoredText = strTextToPaste;
|
this.ColoredText = strTextToPaste;
|
||||||
|
#if DEBUG
|
||||||
|
// TODO Add code to show encoding used in a dialogue or the status bar.
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue