The customer is asking for a way to keep the format when copying the code from one source to Toad Data Studio. The source might be from:
- Plain Text
- Rich Text Format (RTF)
- HTML (HyperText Markup Language)
We can have the following rules applied when we paste the code into Toad Data Studio
-
The destination application queries the clipboard to see what formats are available.
-
It tries to paste the "richest" format it understands and can display.
-
If it's a rich text-aware application (like Word or Outlook), it will prioritize RTF or HTML. It reads the formatting instructions from these formats and applies them to the text it pastes.
-
If it's a plain text-only application (like Notepad), it will only find and use the plain text version.