How you ever had to design a SQL query? Probably
Usually I design these in MS SQL Server Management Studio, because its easy to test there. And I like that the sql code is colored, so its easy to see whats going on.
However, when I copy it into a string constant, the colors are gone:
But I noticed, that if I copy sql code into a mail or a document, the formatting from MS SQL Server Management Studio is preserved.
That is because the program stores RTF (rich text format) information on the clipboard.
Wouldnt It be nice if there was an 'Paste Special' or Quick Drop feature that preserved the RTF formatting when pasting text into a string constant or a documentation label?
Then it could look like this:
If you think that this could be a nice feature, then kudo this idea
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.